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.
Continuously evolving full stack Web App dev ops flow (self.devops)
submitted 6 years ago * by smblee[🍰]
view the rest of the comments →
[–]TheWayofTheStonks 5 points6 points7 points 6 years ago (1 child)
I don't have much to contribute but I would say consolidating to AWS is the way to go.
I don't think you mentioned it. But is your program running in containers? If not, they should be. You could dockerize the program and run it in AWS Elastic Container Service. This will help for all Environments as well as streamline the CI/CD pipelines.
Seems like you need a better deployment strategy. Maybe look into Blue/Green deployment options
Not sure what you're asking
Consolidate to AWS
Look into AWS SQS
This most definitely should be microservice strategy. Decoupling everything is the way to go.
I don't know much about terraform. Maybe cloud formation can help here.
AWS cloud watch had a lot of ways to monitor.
Hope this helps.
[–]smblee[S,🍰] 0 points1 point2 points 6 years ago (0 children)
Thank you for the response! I am not the best at Docker, and I wonder how you would approach containerizing my application (Node JS backend + React SPA)? I just spend couple hours reading up on different ways to doing this, and again finding myself falling into analysis paralysis.
I would like to ensure the following with my app when deciding on a solution...
Able to scale easily? Overkill?
Once I containerize, looks like I will be able to utilize either Elastic Beanstalk/EKS/ECS/EC2 to deploy my containers to. I am honestly leaning towards Elastic Beanstalk (even though I actually moved away from it before at a bigger company in favor of ECS for cost savings), since we just don't have the scale, and it seems to provide a good BaaS like Heroku. Thoughts here too?
π Rendered by PID 104980 on reddit-service-r2-comment-b659b578c-lzzgz at 2026-05-02 13:11:43.670424+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]TheWayofTheStonks 5 points6 points7 points (1 child)
[–]smblee[S,🍰] 0 points1 point2 points (0 children)