Articles in this series
Let's understand about AWS IAM service in a high level and what can we do with this service and as we will move step by step will head toward much...
The building blocks of AWS Identity and Access Management (IAM) are: Principals: is an entity that can perform actions on AWS resources. Here are...
Scenario: An application running on an Amazon EC2 instance needs to access an Amazon S3 bucket to read and write files. However, you do not want to...
Scenario: You want to set up an application running on Amazon Elastic Compute Cloud (EC2) to be able to publish messages to Amazon Simple Notification...
Scenario: Creating an IAM policy that grants access to an Amazon DynamoDB table for an Amazon Elastic Compute Cloud (EC2) and also performs CRUD...
Scenario: Create an IAM policy that grants read-only access to an Amazon S3 bucket and also invoke a Lambda function from EC2 Instance. Solution: You...