Integration with Other AWS Services
Learn how CodeDeploy integrates with other AWS services.
AWS CodeDeploy offers integration with numerous other AWS services for seamless end-to-end performance. In this lesson, we'll discuss the high-level overview of some of the essential AWS services that AWS CodeDeploy interacts with.
AWS CodeDeploy and Amazon CloudWatch
Amazon CloudWatch collects metrics and triggers alarms when a metric exceeds the specified threshold. CodeDeploy supports the creation of CloudWatch events that might react to changes to an EC2 instance during deployment and trigger actions depending on the rule we create. CloudWatch can be used as a centralized dashboard to monitor logs from multiple target instances in a single dashboard without us having to sign in to each instance.
AWS CodeDeploy and EC2 Auto Scaling
AWS offers Auto Scaling, which enables the dynamic scaling of our servers based on demand to satisfy ...