Launch the provided AWS CloudFormation template using the AWS Console and provide the following information:
Parameter | Description |
---|---|
ManagementAccountId | Numeric account ID for the management account for the security audit. |
- Click Next to proceed with the next step of the wizard.
- Specify parameters for the stack.
- Click Next to proceed with the next step of the wizard.
- Click Next to skip the Options step of the wizard.
- Check the I acknowledge that this template might cause AWS CloudFormation to create IAM resources. checkbox.
- Click Create to start the creation of the stack.
- Wait until the stack reaches the state CREATE_COMPLETE
aws cloudformation create-stack --stack-name "iam-role-security-audit-roles" \
--template-body file://security-audit-roles.yml \
--region us-west-2
### Clean-up Guide (CLI)
aws cloudformation delete-stack --stack-name "iam-role-security-audit-roles"
--region us-west-2