Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 298 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 298 Bytes

latest-ami.py

Purpose

Find the latest amazon machine image matching criteria (which is presently hard-coded).

Installation

python (duh)

brew install python

boto3

pip install boto3

Usage

$ latest-ami.py us-west-2
ami-b04e92d0

Credit/Author

Jon Skelton, UC Berkeley