Skip to content

Instantly share code, notes, and snippets.

View JohnMichaelMiller's full-sized avatar

John Michael Miller JohnMichaelMiller

View GitHub Profile
@JohnMichaelMiller
JohnMichaelMiller / acg.ec2-101.sh
Last active October 19, 2018 15:44
AWS CLI code for the EC2 101 lab from the acloud.guru AWS Certified Develper Associate course
#!/bin/bash
### AWS CLI code for the EC2 101 lab from the acloud.guru AWS
### Certified Develper Associate course
# turn off history expansion
set +H
# Go home
region="us-east-1"