AWS CodeDeploy Basics
What is AWS CodeDeploy? AWS CodeDeploy is a deployment service that automates application deployments to EC2 instances, on-premises servers, Lambda functions, or ECS services. Key Concepts Application A name that uniquely identifies the application you want to deploy. Container for deployment groups and revisions. Deployment Group Set of instances or Lambda functions where new revision is deployed. Includes deployment configuration and optional load balancer. Deployment Configuration Rules controlling deployment speed and pattern (e.g., deploy to 50% of instances at a time). ...