AWS Automation Cookbook: Continuous Integration and Continuous Deployment using AWS services

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Automate release processes, deployment, and continuous integration of your application as well as infrastructure automation with the powerful services offered by AWS Key Features • Accelerate your infrastructure's productivity by implementing a continuous delivery pipeline within your environment • Leverage AWS services and Jenkins 2.0 to perform complete application deployments on Linux servers • This recipe-based guide that will help you minimize application deployment downtime Book Description AWS CodeDeploy, AWS CodeBuild, and CodePipeline are scalable services offered by AWS that automate an application s build and deployment pipeline. In order to deliver tremendous speed and agility, every organization is moving toward automating an entire application pipeline. This book will cover all the AWS services required to automate your deployment to your instances. You'll begin by setting up and using one of the AWS services for automation CodeCommit. Next, you ll learn how to build a sample Maven and NodeJS Application using CodeBuild. After you ve built the application, you ll see how to use CodeDeploy to deploy the application in EC2/Autoscaling. You ll also build a highly scalable and fault tolerant continuous integration (CI)/continuous deployment (CD) pipeline using some easy-to-follow recipes. Following this, you ll achieve CI/CD for Microservices application and reduce the risk within your software development lifecycle. You ll also learn to set up an infrastructure using CloudFormation Template and Ansible, and see how to automate AWS resources using AWS Lambda. Finally, you ll learn to automate instances in AWS and automate the deployment lifecycle of applications.By the end of this book, you ll be able to minimize application downtime and implement CI/CD, gaining total control over your software development lifecycle. What You Will Learn • Build a sample Maven and NodeJS Application using CodeBuild • Deploy the application in EC2/Auto Scaling and see how CodePipeline helps you integrate AWS services • Build a highly scalable and fault tolerant CI/CD pipeline • Achieve the CI/CD of a microservice architecture application in AWS ECS using CodePipeline, CodeBuild, ECR, and CloudFormation • Automate the provisioning of your infrastructure using CloudFormation and Ansible • Automate daily tasks and audit compliance using AWS Lambda • Deploy microservices applications on Kubernetes using Jenkins Pipeline 2.0

Author(s): Nikit Swaraj
Edition: 1
Publisher: Packt Publishing
Year: 2017

Language: English
Commentary: True PDF
Pages: 388
City: Birmingham, UK
Tags: Amazon Web Services; Java; Web Applications; Cookbook; Logging; Microservices; Scalability; Docker; JSON; Fault Tolerance; Kibana; Best Practices; Troubleshooting; Node.js; Kubernetes; Jenkins; Continuous Integration; Automation; YAML; Ansible; Git; Version Control; AWS Lambda; AWS CloudFormation; Continuous Deployment; AWS CloudWatch; AWS Elastic Compute Cloud; AWS Simple Storage Service; Amazon Simple Notification Service; AWS CodeCommit; AWS CodeBuild; AWS CodeDeploy; AWS CodePipeline

1. Using AWS CodeCommit
2. Building an Application using CodeBuild
3. Deploying an Application using CodeDeploy & CodePipeline
4. Building Scalable and Fault-Tolerant CI/CD Pipeline
5. Understanding Microservices and ECS
6. Continuous Deployment to ECS Using Developer Tools and CloudFormation
7. IaC Using CloudFormation and Ansible
8. Automating AWS Resource Control Using AWS Lambda
9. Microservice Applications in Kubernetes Using Jenkins Pipeline 2.0
10. Best Practices and Troubleshooting Tips