Skip to content

unicrons/iam-mishaps-demo

Repository files navigation

IAM Mishaps Demo

Originally created for Sh3llcon 2024 talk:

Cases

Resources

To check the resources that are goint to be created for each case check the USAGE.md file under docs/ folder.

Requirements

  • An AWS Account: to deploy demo resources you will need an AWS account

    All resources are included in the free tier if you don't abouse the requests

  • Each case stores the tfstate in a S3 bucket to allow, to create that tfstates bucket deploy it using:

    cd bootstrap/
    make plan
    make apply

Deploy it