Skip to content

Instantly share code, notes, and snippets.

View chaseconey's full-sized avatar

Chase Coney chaseconey

View GitHub Profile
@chaseconey
chaseconey / update-ecs-agents
Created November 29, 2017 22:22
Update all ECS Agents for all Clusters in a given AWS Account
#!/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()

A Guide to Going Fast Cheatsheet

Using this gist to share out a lot of the links, and kind of a tl;dr of the things that I showed today.

Slides

Here is the slide deck if you want to review any of the visuals.

Recursive Reverse Searching