Questions tagged [aws-codedeploy]

Use this tag if a question is about amazon-codedeploy

12 questions
3
votes
3 answers

How to optimize blue/green AWS deployments?

I got the following setup with AWS code deploy: However it takes about 7 minutes from the moment I push a git branch remotely to the moment the deploy is completed. The time is broken down like so: bitbucket deploy: 45 seconds provisioning a…
abbood
  • 473
  • 4
  • 12
1
vote
2 answers

How to secure appspec file?

What's the best way to ensure that developers can't modify the contents of the appspec.yml file used by AWS CodeDeploy? This file executes scripts on production servers with root privileges so it would be ideal if there were a way to ensure the…
Fo.
  • 111
  • 2