Working with Applications in AWS CodeDeploy
After you configure instances, but before you can deploy a revision, you must create an application in AWS CodeDeploy. An application is simply a name or container used by AWS CodeDeploy to ensure the correct revision, deployment configuration, and deployment group are referenced during a deployment.
Use the information in the following table for next steps:
I haven't created instances yet. |
See Working with Instances for AWS CodeDeploy, and then return to this page. |
I have created instances, but I haven't finished tagging them. |
See Tagging Instances for AWS CodeDeploy Deployments, and then return to this page. |
I haven't created an application yet. |
|
I have already created an application, but I haven't created a deployment group. |
|
I have already created an application and deployment group, but I haven't created an application revision. | See Working with Application Revisions for AWS CodeDeploy. |
I have already created an application and deployment group, and I have already uploaded my application revision. I'm ready to deploy. | See Create a Deployment with AWS CodeDeploy. |