FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

aws-cli/awscli/examples/deploy/create-deployment.rst at develop · ProGamerCode/aws-cli · GitHub

forked from aws/aws-cli

Latest commit

 

History

History
13 lines (8 loc) · 481 Bytes

File metadata and controls

13 lines (8 loc) · 481 Bytes

To create a deployment

This example creates a deployment and associates it with the user's AWS account.

Command:

aws deploy create-deployment --application-name WordPress_App --deployment-config-name CodeDeployDefault.OneAtATime --deployment-group-name WordPress_DG --description "My demo deployment" --s3-location bucket=CodeDeployDemoBucket,bundleType=zip,eTag=dd56cfd59d434b8e768f9d77fEXAMPLE,key=WordPressApp.zip

Output:

{
    "deploymentId": "d-N65YI7Gex"
}

Back | FazBrowse Home | New Git URL