DEV Community

Cover image for How to Open AWS Free Tier and access IAM.
BAKRE JAMIU
BAKRE JAMIU

Posted on

How to Open AWS Free Tier and access IAM.

My Project Article

Setting Up a Cost-Effective
AWS Environment for a Small Tech Startup

A. Introduce the AWS Management Console.

Step 1: Google Search Amazon Web Service (AWS)

Image description

Step 2: Select the with Amazon

Image description

Step 3: Once it open the page like the below image, Select Root

Image description

Step 4: Once the Signup page is open, Type your email and follow the procedure by verify and fill in important information and input your card details for confirm.

Image description

Congratulation, Finally your console page open like this:

Image description

B. Describe the navigation process through different services (EC2, S3, IAM).

C. Highlight important settings and information.

There are different ways to access these services (EC2, S3, IAM).

Your AWS console dashboard, click on service on right side of the dashboard.

Image description

Go to Service, Select “Security, Identity & Compliance”

Image description

Under Security, Identity & Compliance, check for “IAM” and select IAM.

Image description

This is how IAM dashboard.

Image description

Step on how to access S3.

AWS console Select “Service” Select “Storage”

Image description

Under Storage select “S3”

Image description

This is how S3 dashboard look like.

Image description

How to access “EC2”
Open your AWS console dashboard.

Image description

Check for “Compute”

Image description

Select EC2

Image description

This is EC2 dashboard.

Image description

  1. Basic IAM Setup

a. Explain the importance and process of creating an IAM user with privileges
Answer: Creating an IAM (Identity and Access Management) user with privileges is crucial for managing access to AWS resources securely.

Security: IAM users allow you to grant specific permissions to individuals or applications, reducing the risk of unauthorized access.

Access Control: IAM users enable you to control who can access your AWS resources and what actions they can perform.
Accountability: IAM users provide a clear audit trail, making it easier to track changes and actions taken by users.

b. Describe the creation of an IAM group for general users and why it’s important.

Open IAM Dashboard

Image description

Select User

Image description

Under the User, Select “create users”

Image description

This is how User dashboard look like:

Image description

Type in User name and password you want to use for the User will be type like this and press Next.

Image description

Then, next page is “set permission and User group”

Image description

Under Set Permission select “attach policies directly” to give the permission to the user.

Image description

Choose the permission or type the permission if you know, just like what I did here and click on Next to ”Review and Create”

Image description

Under “Review and Create” confirm the details, once it’s okay you can click on create user.

Image description

Congratulation, You have successfully created a user.

Image description

c. Discuss the assignment of basic policies/permissions (e.g. read-only access).

Read-Only access polices is the kind of policies used for certain user and department assigned to monitor and take note of what is happening.

The END

Top comments (0)