Lab Information
The Nautilus DevOps team has been creating a couple of services on AWS cloud. They have been breaking down the migration into smaller tasks, allowing for better control, risk mitigation, and optimization of resources throughout the migration process. Recently they came up with requirements mentioned below.
An IAM user named iamuser_john and a policy named iampolicy_john already exist. Attach the IAM policy iampolicy_john to the IAM user iamuser_john.
Lab Solutions
Step-by-Step Instructions (AWS Console)
- Log in to AWS Console
Use your lab credentials.
- Open IAM Service
In the AWS search bar → type IAM
Click IAM
- Locate the IAM User
In the left navigation pane → click Users
Click on the user iamuser_john
- Attach the Policy
Open the Permissions tab
Click Add permissions
Click Add permissions
Select Attach policies directly
In the policy list, search for:
iampolicy_john
Check the box next to iampolicy_john
Click Next
Click Add permissions



Top comments (0)