Using this gist to share out a lot of the links, and kind of a tl;dr of the things that I showed today.
Here is the slide deck if you want to review any of the visuals.
| #!/usr/bin/env python | |
| # A simple utility for updating all ecs agents in a given AWS account to the latest version | |
| import boto3 | |
| import botocore.session | |
| import argparse | |
| from colorama import init, Fore, Style | |
| init() |
Using this gist to share out a lot of the links, and kind of a tl;dr of the things that I showed today.
Here is the slide deck if you want to review any of the visuals.