Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

dataday/aws-utilities-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Utilities CLI

Amazon Web Services (AWS) Identity and Access Management (IAM)

Introduction

This script adds predefined roles, groups and associated access policies to a stated AWS account. The script uses predefined arguments to build the relationship between a named policy user and a static policy file in order to state any relevant access rules.

Each policy file needs a specific AWS Account ID before it can be used to create identities. The account ID must be added directly to policy files prior to running the script.

The script is work in progress.

Key

Key of commonly used terms used in the script.

  • {policy_user}: assigned to identify each group or role.
  • {policy_preset}: policy preset assigned to the policy_user.
  • {policy_name}: used to identify the policy_file created.
  • {policy_file}: assigned to each policy_user identity.

Run

$ chmod +x ./bin/iam/add-roles-groups
$ sh ./bin/iam/add-roles-groups

Author

Author: dataday

About

Utilities for AWS development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages