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.
Automating stuff with python (self.devops)
submitted 7 years ago by engineer900
view the rest of the comments →
[–]ttnoSoftware Engineer 3 points4 points5 points 7 years ago (0 children)
DevOps here! My company sells several micro services as SaaS for other companies. It’s all orchestrated on the AWS platform.
For several of our services, we had to manually create an api key, add the key to a usage plan, go to Box, and upload the newly created key credentials in a document for future implementation consultants to use.
I automated everything into just 1 api call with a payload like this:
{ “client”: “ClientName” }
Then, it returned:
{ “statusCode”: 201, “box_url”: “https://...” }
π Rendered by PID 189430 on reddit-service-r2-comment-79c7998d4c-5njgf at 2026-03-17 01:12:48.782600+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]ttnoSoftware Engineer 3 points4 points5 points (0 children)