Introduction to CodeDeploy
Get to know more about the capabilities of AWS CodeDeploy as a deployment tool for your software project.
We'll cover the following...
Introduction to AWS CodeDeploy
Normally when we build software to automate tasks, we also want to look into automating the deployment of our builds to target environments. In deployment automation, we practice the use of automated processes to advance our build artifacts from one environment to another. AWS CodeDeploy is an AWS service that we can use to deploy our build artifacts to a range of AWS services such as EC2, Fargate, and as well as our servers on-premises.
The major components of CodeDeploy are as follows:
- Application: This is a container used to store our revisions, deployment history, and deployment group. A unique name is usually given to identify the application to deploy.