Skip to content

Commit

Permalink
Replaced /CodeDeployDemoBucket/ with amzn-s3-demo-bucket (#9227)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored Jan 22, 2025
1 parent d05cb22 commit 2f325c8
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions awscli/examples/deploy/batch-get-deployments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Output::
"s3Location": {
"bundleType": "zip",
"version": "uTecLusEXAMPLEFXtfUcyfV8bEXAMPLE",
"bucket": "CodeDeployDemoBucket",
"bucket": "amzn-s3-demo-bucket",
"key": "WordPressApp.zip"
}
},
Expand Down Expand Up @@ -56,7 +56,7 @@ Output::
"s3Location": {
"bundleType": "zip",
"eTag": "\"dd56cfdEXAMPLE8e768f9d77fEXAMPLE\"",
"bucket": "CodeDeployDemoBucket",
"bucket": "amzn-s3-demo-bucket",
"key": "MyOtherApp.zip"
}
},
Expand Down
2 changes: 1 addition & 1 deletion awscli/examples/deploy/create-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following ``create-deployment`` example creates a deployment and associates
--deployment-config-name CodeDeployDefault.OneAtATime \
--deployment-group-name WordPress_DG \
--description "My demo deployment" \
--s3-location bucket=CodeDeployDemoBucket,bundleType=zip,eTag=dd56cfdEXAMPLE8e768f9d77fEXAMPLE,key=WordPressApp.zip
--s3-location bucket=amzn-s3-demo-bucket,bundleType=zip,eTag=dd56cfdEXAMPLE8e768f9d77fEXAMPLE,key=WordPressApp.zip

Output::

Expand Down
4 changes: 2 additions & 2 deletions awscli/examples/deploy/get-application-revision.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following ``get-application-revision`` example displays information about an

aws deploy get-application-revision \
--application-name WordPress_App \
--s3-location bucket=CodeDeployDemoBucket,bundleType=zip,eTag=dd56cfdEXAMPLE8e768f9d77fEXAMPLE,key=WordPressApp.zip
--s3-location bucket=amzn-s3-demo-bucket,bundleType=zip,eTag=dd56cfdEXAMPLE8e768f9d77fEXAMPLE,key=WordPressApp.zip

Output::

Expand All @@ -22,7 +22,7 @@ Output::
"s3Location": {
"bundleType": "zip",
"eTag": "dd56cfdEXAMPLE8e768f9d77fEXAMPLE",
"bucket": "CodeDeployDemoBucket",
"bucket": "amzn-s3-demo-bucket",
"key": "WordPressApp.zip"
}
}
Expand Down
2 changes: 1 addition & 1 deletion awscli/examples/deploy/get-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Output::
"s3Location": {
"bundleType": "zip",
"eTag": "\"dd56cfdEXAMPLE8e768f9d77fEXAMPLE\"",
"bucket": "CodeDeployDemoBucket",
"bucket": "amzn-s3-demo-bucket",
"key": "WordPressApp.zip"
}
},
Expand Down
6 changes: 3 additions & 3 deletions awscli/examples/deploy/list-application-revisions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following ``list-application-revisions`` example displays information about

aws deploy list-application-revisions \
--application-name WordPress_App \
--s-3-bucket CodeDeployDemoBucket \
--s-3-bucket amzn-s3-demo-bucket \
--deployed exclude \
--s-3-key-prefix WordPress_ \
--sort-by lastUsedTime \
Expand All @@ -18,7 +18,7 @@ Output::
"revisionType": "S3",
"s3Location": {
"version": "uTecLusvCB_JqHFXtfUcyfV8bEXAMPLE",
"bucket": "CodeDeployDemoBucket",
"bucket": "amzn-s3-demo-bucket",
"key": "WordPress_App.zip",
"bundleType": "zip"
}
Expand All @@ -27,7 +27,7 @@ Output::
"revisionType": "S3",
"s3Location": {
"version": "tMk.UxgDpMEVb7V187ZM6wVAWEXAMPLE",
"bucket": "CodeDeployDemoBucket",
"bucket": "amzn-s3-demo-bucket",
"key": "WordPress_App_2-0.zip",
"bundleType": "zip"
}
Expand Down
4 changes: 2 additions & 2 deletions awscli/examples/deploy/push.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The following ``push`` example bundles and deploys an application revision to Am
--application-name WordPress_App \
--description "This is my deployment" \
--ignore-hidden-files \
--s3-location s3://CodeDeployDemoBucket/WordPressApp.zip \
--s3-location s3://amzn-s3-demo-bucket/WordPressApp.zip \
--source /tmp/MyLocalDeploymentFolder/

The output describes how to use the ``create-deployment`` command to create a deployment that uses the uploaded application revision. ::

To deploy with this revision, run:
aws deploy create-deployment --application-name WordPress_App --deployment-config-name <deployment-config-name> --deployment-group-name <deployment-group-name> --s3-location bucket=CodeDeployDemoBucket,key=WordPressApp.zip,bundleType=zip,eTag="cecc9b8EXAMPLE50a6e71fdb88EXAMPLE",version=LFsJAUdEXAMPLEfvKtvi79L8EXAMPLE
aws deploy create-deployment --application-name WordPress_App --deployment-config-name <deployment-config-name> --deployment-group-name <deployment-group-name> --s3-location bucket=amzn-s3-demo-bucket,key=WordPressApp.zip,bundleType=zip,eTag="cecc9b8EXAMPLE50a6e71fdb88EXAMPLE",version=LFsJAUdEXAMPLEfvKtvi79L8EXAMPLE
2 changes: 1 addition & 1 deletion awscli/examples/deploy/register-application-revision.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ The following ``register-application-revision`` example registers information ab
aws deploy register-application-revision \
--application-name WordPress_App \
--description "Revised WordPress application" \
--s3-location bucket=CodeDeployDemoBucket,key=RevisedWordPressApp.zip,bundleType=zip,eTag=cecc9b8a08eac650a6e71fdb88EXAMPLE
--s3-location bucket=amzn-s3-demo-bucket,key=RevisedWordPressApp.zip,bundleType=zip,eTag=cecc9b8a08eac650a6e71fdb88EXAMPLE

This command produces no output.

0 comments on commit 2f325c8

Please sign in to comment.