Please note that the file gets stored in S3 only as hello-world (https://s3.amazonaws.com/<bucketname>/hello-world) without extension
Later, I had created CodeDeploy Application & Deployment Group with the following settings
- Repository Type -> My application is stored in Amazon S3
- Revision Location -> s3://<bucketname>/hello-world.zip
- Supported file type was automatically selected as zip
- Content Options -> Overwrite the content
- Rollback configuration overrides -> Roll back when a deployment fails
Running Deploy fails at DownloadBundle throwing `The specified key does not exist`
- Revision Location -> s3://<bucketname>/hello-world
- Supported file type was _explicitly_ entered as zip (otherwise it will say unsupported)
No comments:
Post a Comment