Skip to content

Latest commit

 

History

History

iam-access-analyzer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

iam-access-analyzer

This folder contains an AWS CloudFormation template that creates an IAM Role that IAM Access Analyzer can use to examine CloudTrail logs and generate IAM Policies based on actual usage.

Contents

  • template.yaml -- CloudFormation template that defines the the IAM Access Analyzer Role
  • deploy.sh -- Bash script to deploy the template

Deploying the CloudFormation Template

Option 1 - Manually

See Creating a stack on the AWS CloudFormation console in the AWS CloudFormation documentation.

Option 2 - With a Script

Setup the AWS CLI, and run the deploy.sh Bash script.

Prerequisites for deploy.sh script