Manage IAM Groups using Python and AWS CLI
IAM groups are logical way to keep GROUP users so that you can manage user permissions easily. Let us write python code and check out CLI commands to manage IAM groups.
IAM groups are logical way to keep GROUP users so that you can manage user permissions easily. Let us write python code and check out CLI commands to manage IAM groups.
IAM Policies is a way to manage permissions for Groups, Users and Roles in AWS. In this blog, we will write code to create, update and delete policies using Python and AWS CLI
Using AWS IAM we can create multiple users with a different access level to AWS resources. It is best practice to grant users the least required access. In this blog, we will write python scripts to manage AWS IAM users.
Using AWS IAM we can create multiple users with different access level to AWS resources. It is best practice to grant users least required access. In this blog, we will use AWS CLI to create, list, delete AWS users.
AWS has many services and resources. AWS has provided services like IAM and recommended best practices to protect AWS account . Let us take a look at few of most important ones.