Skip to content

Instantly share code, notes, and snippets.

View daugustus's full-sized avatar

Dave Augustus daugustus

  • The Great State Of Texas
View GitHub Profile
@daviddyball
daviddyball / IAM_Role.json
Last active July 25, 2021 05:39
EC2 Metadata Script to Load a bootstrap script from S3 based on EC2 Tag Definitions
{
"Statement": [
{
"Sid": "EC2DescribeInstances",
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"ec2:DescribeTags"
],
"Resource": [