Skip to content

h4m24/grepiam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CLI utility to find ec2 instances machine on aws IAM role

script will write name/suffix based on Name Tag to a file called variables.json

example:

python3 profile-gen.py -n jenkins-production-fra
Found the the Name and the IAM role name, writing the following to file .. ./variables.json
{
    "id": "jenkins-production-fra",
    "machine_iam_role": "jenkins-iam-role"
}

script is readonly there is 0 chance to result in changes on aws account

About

find iam role name from ec2 name tag

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages