├── .github └── FUNDING.yml ├── 01-s3-read ├── README.md └── policy.json ├── 02-s3-prefix ├── README.md └── policy.json ├── 03-parameterstore-path ├── README.md └── policy.json ├── 04-kms-cmk ├── README.md └── policy.json ├── 05-ec2-terminate-tag ├── README.md └── policy.json ├── 06-ec2-launch-tag ├── README.md └── policy.json ├── LICENSE ├── README.md └── lab-environment.yml /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: widdix 4 | -------------------------------------------------------------------------------- /01-s3-read/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/01-s3-read/README.md -------------------------------------------------------------------------------- /01-s3-read/policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/01-s3-read/policy.json -------------------------------------------------------------------------------- /02-s3-prefix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/02-s3-prefix/README.md -------------------------------------------------------------------------------- /02-s3-prefix/policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/02-s3-prefix/policy.json -------------------------------------------------------------------------------- /03-parameterstore-path/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/03-parameterstore-path/README.md -------------------------------------------------------------------------------- /03-parameterstore-path/policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/03-parameterstore-path/policy.json -------------------------------------------------------------------------------- /04-kms-cmk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/04-kms-cmk/README.md -------------------------------------------------------------------------------- /04-kms-cmk/policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/04-kms-cmk/policy.json -------------------------------------------------------------------------------- /05-ec2-terminate-tag/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/05-ec2-terminate-tag/README.md -------------------------------------------------------------------------------- /05-ec2-terminate-tag/policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/05-ec2-terminate-tag/policy.json -------------------------------------------------------------------------------- /06-ec2-launch-tag/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/06-ec2-launch-tag/README.md -------------------------------------------------------------------------------- /06-ec2-launch-tag/policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/06-ec2-launch-tag/policy.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/README.md -------------------------------------------------------------------------------- /lab-environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/widdix/learn-iam-policy/HEAD/lab-environment.yml --------------------------------------------------------------------------------