Create an application (CLI) - Amazon CodeDeploy
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Create an application (CLI)

To use the Amazon CLI to create an application, call the create-application command, specifying a name that uniquely represents the application. (In an Amazon account, a CodeDeploy application name can be used only once per region. You can reuse an application name in different regions.)

After you use the Amazon CLI to create an application, the next step is to create a deployment group that specifies the instances to which to deploy revisions. For instructions, see Create a deployment group with CodeDeploy.

After you create the deployment group, the next step is to prepare a revision to deploy to the application and deployment group. For instructions, see Working with application revisions for CodeDeploy.