# AWS Task Day 19 :- Create Read-Only IAM Policy for EC2 Console Access in aws

When establishing infrastructure on the AWS cloud, Identity and Access Management (IAM) is among the first and most critical services to configure. IAM facilitates the creation and management of user accounts, groups, roles, policies, and other access controls. The Nautilus DevOps team is currently in the process of configuring these resources and has outlined the following requirements.

Create an IAM policy named `iampolicy_ravi` in `us-east-1` region, it must allow read-only access to the EC2 console, i.e this policy must allow users to view all instances, AMIs, and snapshots in the Amazon EC2 console.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767508059909/1323ce1b-ab2f-4b12-87ee-f086cd1766e6.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767508176076/a6fd1f06-155e-458a-b6c7-3da2a5a09f6d.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767508235362/6ae11fb7-433b-4830-bcd2-b294b45bc06d.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767509672124/0c8649bd-b5da-424b-94eb-91bb7caeae0d.png align="center")

Thankyou !!!!!!!!!
