Study

AWS Solutions Architect Study Plan – Day 1: Core AWS Services & Global Infrastructure

Day 1 of the 7-day AWS Solutions Architect Associate study plan. Focus on foundational AWS services, global infrastructure, and key concepts like regions, availability zones, and IAM.

solution architect study plan

The AWS Solutions Architect Associate exam begins with foundational knowledge. Day 1 focuses on understanding the global infrastructure, core services, and identity management. This is critical for designing secure and scalable architectures.


🎯 Study Objectives

  • Understand AWS Regions, Availability Zones, and Edge Locations
  • Learn the purpose of IAM, EC2, S3, RDS, and VPC
  • Explore the Shared Responsibility Model
  • Review AWS Support Plans and Pricing Models

🌍 Global Infrastructure

  • Region: A physical location with multiple Availability Zones (e.g., us-east-1)
  • Availability Zone (AZ): Isolated data centers within a region
  • Edge Location: Used by services like CloudFront for low-latency delivery

Design for fault tolerance by deploying across multiple AZs.


🔐 Identity & Access Management (IAM)

  • Users, Groups, Roles, Policies
  • IAM is global and free
  • Use IAM Roles for EC2 and cross-service access
  • Apply least privilege principle for security

🧰 Core Services Overview

ServicePurposeNotes
EC2Virtual serversPay-as-you-go, choose instance types
S3Object storageDurable, scalable, supports versioning
RDSManaged databasesSupports Multi-AZ for HA
VPCNetwork isolationDefine subnets, route tables, security groups

🧠 Exam Tips

  • Know the difference between Regions, AZs, and Edge Locations
  • Understand IAM roles vs users
  • Be familiar with EC2 pricing models: On-Demand, Reserved, Spot
  • Expect questions on the Shared Responsibility Model

🧪 Hands-On Labs

  • Create an IAM user with custom permissions
  • Launch a basic EC2 instance in a specific AZ
  • Upload files to S3 and enable versioning
  • Explore VPC Wizard to create a custom network

📎 Resources


✅ Summary

Day 1 sets the foundation for everything that follows. Understanding AWS’s global architecture and core services is essential for designing resilient, secure, and cost-effective solutions.

Leave a Reply

Your email address will not be published. Required fields are marked *