Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
AWS Certified Solutions Architect - Associate (SAA-C03) Exam Guide

You're reading from   AWS Certified Solutions Architect - Associate (SAA-C03) Exam Guide Aligned with the latest AWS SAA-C03 exam objectives to help you pass the exam on your first attempt

Arrow left icon
Product type Paperback
Published in Nov 2024
Publisher Packt
ISBN-13 9781837630004
Length 346 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Michelle Chismon Michelle Chismon
Author Profile Icon Michelle Chismon
Michelle Chismon
Kate Gawron Kate Gawron
Author Profile Icon Kate Gawron
Kate Gawron
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Chapter 1: Understanding Cloud Fundamentals FREE CHAPTER 2. Chapter 2: Virtual Private Cloud 3. Chapter 3: Identity and Access Management 4. Chapter 4: Compute 5. Chapter 5: Storage 6. Chapter 6: DNS and Load Balancing 7. Chapter 7: Data and Analytics 8. Chapter 8: Migrations and Data Transfer 9. Chapter 9: Serverless and Application Integration 10. Chapter 10: Security 11. Chapter 11: Management and Governance 12. Chapter 12: Design Secure Architectures 13. Chapter 13: Design Resilient Architectures 14. Chapter 14: Design High-Performing Architectures 15. Chapter 15: Design Cost-Optimized Architectures 16. Chapter 16: Accessing the Online Practice Resources 17. Other Books You May Enjoy

Creating an AWS Account

In later chapters in this book, you will be able to complete hands-on labs using the AWS tools and services. To complete these labs, you will need an AWS account.

Creating and setting up an AWS account, generating access keys, and installing the AWS CLI involves several steps. Here is a detailed guide to walk you through the process:

  1. Go to the AWS home page: https://aws.amazon.com/.
  2. Click on Create an AWS Account, as shown in Figure 1.8:
Figure 1.8: Creating an AWS account

Figure 1.8: Creating an AWS account

  1. Fill in your email address, password, and account name.
  2. Choose Personal or Professional and provide the necessary contact information.
  3. Enter your credit card details. AWS will make a small charge to verify the card, which is later refunded.
  4. Confirm your identity via a phone call and by entering the PIN displayed on the screen.
  5. Select an appropriate support plan. The basic plan is free.
  6. Once the account is created, sign into your new AWS account.

Creating an IAM User and Access Keys

You can follow the given instructions to create an IAM User and Access Keys:

  1. In the AWS Management Console, go to Services and select IAM as shown in Figure 1.9:
Figure 1.9 – Navigate to IAM

Figure 1.9: Navigate to IAM

  1. Click on Users and then Add user.
  2. Enter a username and select Programmatic access for the AWS Management Console access type.
  3. Attach existing policies directly and select Administrator Access for full access. Alternatively, choose specific permissions based on your needs.
  4. Review the details and create the user.
  5. Once the user is created, download the .csv file or store the access key ID and secret access key. This is needed to use the AWS CLI.

Installing the AWS CLI

To install the AWS CLI for Windows, follow these steps:

  1. Go to the AWS CLI installation page and download the appropriate version for Windows.
  2. Open the downloaded MSI installer and follow the installation prompts.
  3. Open the Command Prompt and type aws—version to ensure that it’s installed.

To install the AWS CLI for macOS/Linux, follow these steps:

  1. In your Terminal, use the following command:
    curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"sudo installer -pkg AWSCLIV2.pkg -target /
  2. Type aws—version in the Terminal.

Configuring the AWS CLI

You can follow the given instructions to configure AWS CLI:

  1. On Windows, use Command Prompt or PowerShell. On macOS/Linux, use the Terminal.
  2. Type aws configure and press Enter.
  3. Input your access key ID and secret access key.
  4. Enter your preferred AWS region (e.g., us-west-2).
  5. Enter the desired output format (e.g., JSON).

Verify the Configuration

Run a simple AWS CLI command to list all the S3 buckets as a test – aws s3 ls.

If configured correctly, this should display a list of S3 buckets (if any exist) or return nothing without errors.

You now have an AWS account set up with an IAM user, and the AWS CLI is installed and configured on your machine, ready for use. Remember to handle your credentials securely and adhere to AWS’s best practices for IAM users and permissions.

You have been reading a chapter from
AWS Certified Solutions Architect - Associate (SAA-C03) Exam Guide
Published in: Nov 2024
Publisher: Packt
ISBN-13: 9781837630004
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image