Posts

Showing posts from March, 2023

[AWS] Create New User and Generate Access Keys

Image
Hi. In this post, I'll show you a walkthrough of how to create a new user in your AWS and also generate its access keys so that it can be used on CLI. Steps: Open `https://aws.amazon.com/console/`. On the header, click on `Sign in to the Console` button. Under 'Sign In' page, click either 'Root user' or 'IAM user'. Enter your email and password and click 'Sign In' Under 'Console Home', click on 'IAM'. If you can't find it here, use the Search tool or press 'Alt+S' to enter your inputs. On the 'Identity and Access Management' page, on left-side pane, click and expand 'Access Management'. Under this, click on 'Users'. Under 'Users' page, click on 'Add Users' button. The 'Add Users' procedure consists of 3 steps, namely: Specify user details, Set permissions, and Review and Create. Under 'Specify user details', enter a meaningful user name. Click on 'Next' button...