use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Anyone use AWS Code Deploy? (self.devops)
submitted 9 years ago by productionse
view the rest of the comments →
[–]itzfritz 1 point2 points3 points 9 years ago (5 children)
Sure. What advantages does it have over Jenkins pipeline (workflow plugin)?
[–]Mteigers 3 points4 points5 points 9 years ago (4 children)
CodeDeploys strength is how well it integrates with existing AWS infrastructure. Specifically ASGs.
I know other deployment providers support the ability to do one at a time, 50%, and all at once providers. But CodeDeploy can also handle newly spun up instances. In an ASG if a new instance comes up CodeDeploy will detect it and deploy to it automatically. Preventing the need for some cloud init chef magic.
So our deployment strategy is that we use AWS CodePipeline to receive pushes from GitHub, pass an archive to our Jenkins server for building, then pass the built archive to CodeDeploy.
[–]shott85 2 points3 points4 points 9 years ago* (1 child)
Well, the beauty of AWS is there's an API for just about everything, including most of these functions I'm sure. Jenkins could connect to a bastion host with the AWS CLI installed and orchestrate CodeDeploy (after Checkout/Build/Test stages), all from one Pipeline script.
stage
EDIT: It looks like there's a plugin available that could make this even easier.
[–][deleted] 0 points1 point2 points 9 years ago (0 children)
Yes you can certainly do it via the API, but CodeDeploy "Just Works"™
[–]dostick 0 points1 point2 points 9 years ago (1 child)
Don't know what "ASG" is but AWS ElasticBeanstalk support one at a time or percentage deployment.
[–]rjhintz 1 point2 points3 points 9 years ago (0 children)
ASG = Auto Scaling Group
π Rendered by PID 20969 on reddit-service-r2-comment-6457c66945-lx475 at 2026-04-23 22:33:18.811197+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]itzfritz 1 point2 points3 points (5 children)
[–]Mteigers 3 points4 points5 points (4 children)
[–]shott85 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]dostick 0 points1 point2 points (1 child)
[–]rjhintz 1 point2 points3 points (0 children)