gitextract_qocb_8p6/ ├── LICENSE ├── LICENSE.txt ├── README.md ├── labs/ │ ├── ami-multiverse/ │ │ └── README.md │ └── vpc-debug/ │ └── tf/ │ └── main.tf ├── scripts/ │ ├── git-push-all.sh │ ├── git-release.sh │ ├── instance-policy.json │ └── instance-trust.json ├── snippets/ │ ├── aws-cli-demo.sh │ ├── cloudformation/ │ │ ├── hello-bucket.template.yaml │ │ ├── sample-bucket.template.yaml │ │ ├── sample-codebuild.template.yaml │ │ ├── sample-database.template.yaml │ │ ├── sample-instance.template.yaml │ │ ├── sample-nested.template.yaml │ │ ├── sample-network.template.yaml │ │ └── template-configuration.json │ ├── fio-test-disk.sh │ └── user-data-alb-demo.sh ├── templates/ │ └── route53_cname.tpl.json └── tutorial/ └── ec2-wordpress-simple.md