Skip to content

ben-burlingham/saa-c02-cfn-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Cloud Lab

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.

The templates...

  • have no dependencies
  • are often very simplistic
  • increase in complexity
  • reuse patterns from earlier exercises

The exercises...

  • are intentionally vague to encourage research
  • are intentionally unrefined to encourage experimentation

Disclaimers

  • 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.

Getting started

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published