Create a deployment with CodeDeploy
You can use the CodeDeploy console, the AWS CLI, or the CodeDeploy APIs to create a deployment that installs application revisions you have already pushed to Amazon S3 or, if your deployment is to an EC2/On-Premises compute platform, GitHub, on the instances in a deployment group.
The process for creating a deployment depends on the compute platform used by your deployment.
Topics
- Deployment prerequisites
- Create an Amazon ECS Compute Platform deployment (console)
- Create an AWS Lambda Compute Platform deployment (console)
- Create an EC2/On-Premises Compute Platform deployment (console)
- Create an Amazon ECS Compute Platform deployment (CLI)
- Create an AWS Lambda Compute Platform deployment (CLI)
- Create an EC2/On-Premises Compute Platform deployment (CLI)
- Create an Amazon ECS blue/green deployment through AWS CloudFormation