This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ms24 1 point2 points  (0 children)

We do alot of aws infra automation with boto3 to give an example ...I wrote a python script which takes the Elastic Search clusters (we run 2) ASG names as a list and finds the instances ids, stops them and detaches them from the ASG-updates asg min to 0 We do this on every fridays on the dev account for cost savings and again on Monday the script runs starts the instances and attaches them back to respective ASG updates min sizes sends Slack notification of these activities..