Welcome!
This repository is a collection of "Hello World" CloudFormation templates with self-perform exercises.
To start, create an IAM administrative user named iamadmin-general
.
- have no dependencies
- are often very simplistic
- increase in complexity
- reuse patterns from earlier exercises
- are intentionally vague to encourage research
- are intentionally unrefined to encourage experimentation
- Most of these can be done on free tier. They are very lightweight and should incur very little billing, but please keep an eye on it.
- Most exercises do not use the principle of least privilege.
- These are not production ready.
- These are not production ready.
Create an IAM administrative user named iamadmin-general
.
An example of a common CLI call:
aws cloudformation create-stack
--profile iamadmin-general
--capabilities CAPABILITY_NAMED_IAM
--template-body file://eX/eX.yml
--stack-name helloY