Skip to content

ganguvamshi/aws_cloudhelpers

Repository files navigation

aws_cloudhelpers

code snippets for aws cloud management

Custom IAM policies

ec2_restricted_policy.json

This policy is used for:

  • Launch instances only in certain region, vpc, subnet and security group
  • Can only control instance with Tag (User:${aws:username})
  • View only for all other ec2 resources

iam_selfmanage_mfa.json

This policy allows IAM users to self-manage their MFA devie:

  • Create, Enable, Resync & DeleteVirtual MFA device
  • Deactivate their own virtual mfa device
  • List/view MFA devices and users

About

code snippets for aws cloud management

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages