Skip to content

ha-king/aws-audit-iam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Summary

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.

Deployment Guide (Console)

  1. Launch
  2. Click Next to proceed with the next step of the wizard.
  3. Specify parameters for the stack.
  4. Click Next to proceed with the next step of the wizard.
  5. Click Next to skip the Options step of the wizard.
  6. Check the I acknowledge that this template might cause AWS CloudFormation to create IAM resources. checkbox.
  7. Click Create to start the creation of the stack.
  8. Wait until the stack reaches the state CREATE_COMPLETE

Deployment Guide (CLI)

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published