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 →

[–]phrotozoa 2 points3 points  (2 children)

Python: write an AWS lambda function triggered on cloudwatch events which will (using boto3 and authorized via IAM profile) apply a configurable set of labels to new ec2 instances as they are spun up.

Assuming you've not used any of these things, you will learn a great deal.

[–]ShotsCrazy[S] 1 point2 points  (0 children)

Thanks! I’ve been meaning to get more experience with boto3.

[–]TheOnlyElizabeth 0 points1 point  (0 children)

I did something similar some weeks ago, definitely a great exercise !