AWS: Creating And Assigning Policy to IAM Users
Step-by-Step: Creating AWS IAM Users

Search for a command to run...
Step-by-Step: Creating AWS IAM Users

No comments yet. Be the first to comment.
Follow my journey as I learn AWS from scratch, sharing insights, tips, and hands-on experiences along the way.
Step-by-Step Guide to Creating and Managing IAM User Groups in AWS
A technical follow-up covering the internals of Raft, the actual RPCs, every server's state, what happens in each failure mode, and the edge cases around commitment, leases, and reconfiguration that the paper works hard to get right.

Mastering Channels, Patterns, and Concurrency Flow in Go

Introduction to the Go Scheduler and the GMP Model

Laying the foundation every scalable system is built on

How to Install and Configure a Go Web Server on Amazon EC2

Open the AWS Management Console and navigate to the Identity and Access Management (IAM).
Click on Users from the left navigation panel.
Click Create user.

Assign a suitable name to the user.
Select Provide user access to the AWS Management Console.
Select I want to create an IAM user.

Select Custom password and enter a password fulfilling the criteria.

Uncheck Users must create a new password at next sign-in for now.
Click Next.
Select Attach policies directly.

Search AmazonEC2ReadOnlyAccess and select it.

Click Next.
Scroll and click Create user.
Now create an EC2 instance and log in as an IAM user using the user name and password just created to check the newly created EC2 instances.
To delete a user, select the user -> Delete -> type the user name -> Delete user.

