Skip to content

Simple tool to extract a full IAM role into a YAML CloudFormation snippet.

Notifications You must be signed in to change notification settings

dsandor/iam-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iam-extractor

Command Line tool that will extract an existing AWS IAM Role and output a YAML snippet that can be cut and pasted into a CloudFormation or SAM template.

Usage

iam-extractor --role-name=my-existing-role

Full Options

usage: iam-extractor --role-name=<role name> --file-name=<output file name>

arguments:

	-r, --role-name			AWS IAM Role Name to extract
	-s, --suppress-output-stdout	Output the yaml fragment to stdout
	--file-name			The name of the file to write the output to. Optional.

About

Simple tool to extract a full IAM role into a YAML CloudFormation snippet.

Resources

Stars

Watchers

Forks

Packages

No packages published