Category: Deployment, AWS, Amazon

AWS CodeDeploy is a service that automates application deployments to your compute infrastructure, including fleets of Amazon EC2 instances.
AWS CodeDeploy can automatically deploy the latest app version to any new EC2 instance launched due to a scaling event.
This is especially true if you are running your workload on an EC2 Spot Fleet.
In this post, I’ll show you how to use AWS CodeDeploy, an Amazon CloudWatch Events rule, EC2 tags, and AWS Lambda to automate your deployments so that all EC2 instances run the same version of your application.
Summary:In this post, I’ve demonstrated how to use AWS CodeDeploy, AWS Lambda, an Amazon CloudWatch Events rule, and EC2 tags to automate deployments to disparate EC2 instances.

Related Articles