This is a concise article that outlines essential steps for individuals new to Amazon Web Services (AWS) to get started on their cloud computing journey. The article highlights two key actions that beginners should prioritize before doing some R&D on AWS.

To Do 1. Creating an IAM User

Before delving into further details, let’s familiarize ourselves with two user types in IAM (Identity and Access Management).

Root User: The Root User in IAM refers to the user account created when setting up an AWS account. It is associated with the email address and password used for logging in. The Root User possesses full administrative access and control over the AWS Cloud account, including the ability to manage all resources and services. It is essential to secure and manage the Root User credentials carefully to maintain the overall security of the AWS account.

IAM User: IAM Users are user accounts created within AWS IAM (Identity and Access Management) that allow you to control their access to AWS resources and services. IAM Users have their own credentials (username and password) separate from the Root User. By defining policies and permissions, you can manage and restrict the actions and resources that IAM Users can interact with within the AWS environment.

Certainly! Let’s continue with the steps we were following.

To Do 2. Set Billing Alarm

To set the billing alarm, we need to enable few options in the AWS,