I hereby claim:
- I am stumyp on github.
- I am stimur (https://keybase.io/stimur) on keybase.
- I have a public key ASBPqYMFypazwY_MN2ivysdtloRZabRScpHcjzCfYkfAhQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
unset AWS_ACCESS_KEY_ID | |
unset AWS_SECRET_ACCESS_KEY | |
unset AWS_SECURITY_TOKEN | |
unset AWS_SESSION_TOKEN | |
while getopts "e:u:p:s:t:f:" arg ; do | |
case $arg in | |
p) |
#!/usr/bin/env python3 | |
import boto3 | |
from botocore.exceptions import ClientError | |
import argparse | |
from tabulate import tabulate # Import tabulate | |
def get_ami_lineage(image_id, region, lineage=None): | |
""" |