Set, Get and Delete AWS S3 bucket policies
In this blog, we are going to learn how to get, put and delete S3 bucket policies suing S3 Console as well as programmatically using AWS CLI & Python
In this blog, we are going to learn how to get, put and delete S3 bucket policies suing S3 Console as well as programmatically using AWS CLI & Python
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.
After writing consumers, producers and topics in Java, we will do same in Python with just 10% lines of code.