Amazon IAM Roles in AWS

Dear Readers, In this article,we will see Create a role and attached source “EC2” and Destination “AmazonS3FullAccess”. Launch one instance and assign this role to the EC2 instance. Connect to Linux server through putty. We can manage S3 bucket through role instead of giving credentials.… Read More

Identity and Access Management in AWS

Dear Readers, In this article, we will see the Identity and Access Management in AWS. Steps to Follow  Create 2 users “Ramesh” and “Ajay” Create 2 groups “EC2 Full Access” and “S3 Full Access” Give permission to groups “AmazonEC2FullAccess” and “AmazonS3FullAccess” First group has AmazonEC2FullAccess… Read More