Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Lab 1:

Create an IAM Account:

Navigate to IAM and create new user. Assign user Programmatic access and Console access.
2.Login with IAM Credentials:
Log out of the AWS console.
Log in again using the newly created IAM user
credentials.
3.Secure Root Account:
Follow the best practices to secure the Root account.Enable multi-factor authentication (MFA) for the
Root account.
Lab Exercise:
1.Create and Attach an IAM Policy: Create a custom IAM policy granting specific
permissions. Attach the policy to an IAM user.
a. Logged in with root user account and navigate to users. Go to permission tab.

Grant EC2 full access permission policy to user krishna


2.Create an IAM Group:Create an IAM group and add users to it. Attach the previously created policy
to the IAM group.

3.Test Permissions:
Log in as a user from the IAM group. Attempt actions that require the permissions granted by the
policy.
Krishna user can now able to create bucket privilege

You might also like