AWS Certified SysOps Administrator - Associate
Introduction Prerequisites
Demo Setting Up Your Own AWS Account A walkthrough
Welcome to this lesson on setting up your own AWS Free Tier account. Follow this guide to learn how to create your account, configure billing information, and secure it through Identity and Access Management (IAM) best practices.
Step 1: Access the AWS Free Tier Page
Start by searching for "AWS Free Tier" on Google and clicking the aws.amazon.com/free link.
Click on "Create a Free Account." You will be prompted to enter your root user email address. Use your personal email address (e.g., [email protected]) or an alias (e.g., [email protected]) to maintain account integrity.
Step 2: Verify Your Email
After entering your email, AWS will send a verification code. Retrieve the code and enter it on the verification page.
Step 3: Set Up Your Account Credentials
Once your email is verified, set a strong root password. Next, provide your billing information by submitting your credit card details. While the account is free tier, AWS needs to verify your identity with a valid credit card. After a verification code is sent to your phone and confirmed, choose the support plan that best suits your needs—typically, the free Basic support plan suffices for personal use.
Step 4: Access the AWS Management Console
After completing the sign-up, click on "Go to Management Console." Initially, you'll log in as the root user, and the console might default to a specific region (for example, Ohio). Although the root user has full privileges, it is highly recommended to create an IAM user for daily tasks.
Security Reminder
It is best practice to avoid using the root account for daily activities. Always use IAM users with restricted permissions and enable multi-factor authentication (MFA) to enhance security.
Step 5: Create an IAM User
To improve account security:
- Navigate to IAM in the AWS console.
- Create a new user (e.g., "MForrester") with console access.
- Set a custom strong password and choose to require a password change upon first login if necessary.
On the permissions page, attach the AdministratorAccess policy. While this grants full privileges, consider using IAM groups or roles with a limited set of permissions for secure environments.
Once created, return to the user list to verify the new IAM user is present.
Step 6: Secure Your Account with MFA
Enhance security further by setting up Multi-Factor Authentication (MFA) for both your root user and your newly created IAM user.
Important Security Alert
Do not create access keys or key pairs while logged in as the root user. Always use the IAM user with MFA enabled for daily operations.
From now on, always access your AWS console using the IAM user credentials rather than the root account.
Final Overview
In summary, you have successfully created an AWS Free Tier account, configured your billing information, and set up a secure environment by creating an IAM user with administrative privileges and enabling MFA. Always follow security best practices, regularly monitor your account, and ensure that no unnecessary services are left running to avoid unexpected charges.
For more information and additional AWS security practices, check out the AWS Documentation.
Happy learning and enjoy exploring AWS!
Watch Video
Watch video content