├── LICENSE.md ├── README.md ├── scp-deny-changing-account-baseline-configuration.json ├── scp-deny-making-agreements-purchases-and-reservations.json ├── scp-deny-modifying-central-iam-resources.json ├── scp-deny-using-other-regions.json ├── scp-deny-using-other-services.json └── utils └── generate_list_of_aws_iam_actions.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/welldone-cloud/aws-scps-for-sandbox-and-training-accounts/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/welldone-cloud/aws-scps-for-sandbox-and-training-accounts/HEAD/README.md -------------------------------------------------------------------------------- /scp-deny-changing-account-baseline-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/welldone-cloud/aws-scps-for-sandbox-and-training-accounts/HEAD/scp-deny-changing-account-baseline-configuration.json -------------------------------------------------------------------------------- /scp-deny-making-agreements-purchases-and-reservations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/welldone-cloud/aws-scps-for-sandbox-and-training-accounts/HEAD/scp-deny-making-agreements-purchases-and-reservations.json -------------------------------------------------------------------------------- /scp-deny-modifying-central-iam-resources.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/welldone-cloud/aws-scps-for-sandbox-and-training-accounts/HEAD/scp-deny-modifying-central-iam-resources.json -------------------------------------------------------------------------------- /scp-deny-using-other-regions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/welldone-cloud/aws-scps-for-sandbox-and-training-accounts/HEAD/scp-deny-using-other-regions.json -------------------------------------------------------------------------------- /scp-deny-using-other-services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/welldone-cloud/aws-scps-for-sandbox-and-training-accounts/HEAD/scp-deny-using-other-services.json -------------------------------------------------------------------------------- /utils/generate_list_of_aws_iam_actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/welldone-cloud/aws-scps-for-sandbox-and-training-accounts/HEAD/utils/generate_list_of_aws_iam_actions.py --------------------------------------------------------------------------------