0% found this document useful (0 votes)
5 views

00 - Course Content - Amazon Web Services

The document outlines the AWS Solutions Architect (SAA-C03) training, covering key topics such as cloud computing fundamentals, AWS services including EC2, S3, RDS, and IAM, as well as networking concepts like VPC and Route 53. It also includes practical labs and project work focused on deploying a web application with high availability and scalability. Additionally, it introduces DevOps tools and practices relevant to AWS environments.

Uploaded by

Mani Kanta Kotla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

00 - Course Content - Amazon Web Services

The document outlines the AWS Solutions Architect (SAA-C03) training, covering key topics such as cloud computing fundamentals, AWS services including EC2, S3, RDS, and IAM, as well as networking concepts like VPC and Route 53. It also includes practical labs and project work focused on deploying a web application with high availability and scalability. Additionally, it introduces DevOps tools and practices relevant to AWS environments.

Uploaded by

Mani Kanta Kotla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Amazon Web Services – Solutions Architect

(SAA-C03)

Introduction
➢ Cloud Computing
➢ Cloud Business Models
➢ Cloud types – Public, Private, Hybrid & Community
➢ Advantages of Cloud Computing

AWS Overview
➢ Introduction to Overview
➢ AWS Global Infrastructure
o Regions
o Availability Zones
o Edge Locations
➢ AWS Free-Tier Account
o Features
o Free-Tier Account Creation
o Multi-Factor Authentication Setup
o Billing Alarm
o Password Policy

Identity Access Management – IAM


➢ IAM Introduction
➢ Introduction to IAM Components
o Users
▪ Programmatic Access Type – Access Key & Secret Access Key
▪ Management Console Access Type
o Groups
o Policies
o Roles
➢ Programmatic Access vs Management console Access
➢ IAM LAB
o Create Users (Programmatic Access Type & Console Access Type)
o Create Groups
o Create Policies
o Assign permissions using Groups & Policies
o Auditing User Activity
Elastic Compute Cloud – EC2
➢ Introduction to EC2
➢ EC2 Purchase Models
o On-Demand
o Reserved
o Spot
➢ Tenancy options
o Shared
o Dedicated
o Dedicated Host
➢ Instance Families
o General Purpose
o Compute Optimized
o Memory Optimized
o Accelerated Computing
o Storage optimized
➢ Instance Types
➢ Ip address
o Public IP
o Private IP
o Elastic IP
➢ Security Groups
➢ Amazon Machine Image
o Public vs Private Images
o Sharing Images with other AWS Accounts
o Copying the images across different regions
➢ KeyPairs (.pem & .ppk)
➢ Bootstrap Script (UserData) & Metadata

Elastic Block Store – EBS


➢ Introduction to storage Services & EBS
➢ EBS Volume Type
o General Purpose SSD
▪ Gp2
▪ Gp3
o Provisioned IOPS SSD
▪ Io1
▪ Io2
o Throughput Optimized HDD – st1
o Cold HDD – sc1
o Magnetic – Standard
➢ Volume Management
➢ Snapshots – Automated & Manual
Simple Storage Servcie – S3
➢ Introduction to S3
➢ S3 Storage Classes/Tiers
➢ Create an S3 Bucket
➢ S3 Features
o Version Controlling
o Static Website Hosting
o Version Controlling
o Life Cycle Rules
o Encryption
o S3 MFA Delete
o Bucket Policies
o Pre-Signed Url
➢ Glacier
➢ Data Migration using Snow Family

Elastic File System – EFS


➢ Introduction to EFS
➢ Create EFS File System
➢ Mounting on EC2 instance and manage the EFS

Elastic Load Balancer – ELB


➢ Introduction to Load Balancer & High Availability
➢ Types of Load Balancers
o Application Load Balancer
o Network Load Balancer
o Gateway Load Balancer
o Classic Load Balancer
➢ Create Application load balancer to host a Website

AutoScaling
➢ Introduction to Autoscaling & High Scalability
➢ Launch Configuration
➢ Autoscaling Group
➢ Scaling policies

Cloud Front
➢ Introduction to CDN & Cloud Front
➢ Create a Cloud Front Distribution
o S3 Bucket as origin for Cloudfront distribution
▪ Without OAI
▪ With OAI
➢ Create Invalidations & Verify

Networking Basics
➢ Introduction to Network & Networking
➢ Networking Devices
➢ IP Addressing (V4)

Virtual Private Cloud – VPC


➢ Introduction to VPC
➢ Network & Subnet
o Public Subnet
o Private Subnet
➢ Internet Gateway
➢ Route Tables & Routes
o Default Route
o Custom Route
➢ Network Address Translation
o NAT Instance
o NAT Gateway
➢ Network Access Control Lists – NACL
o NACL vs Security Group
➢ VPC Peering
➢ Flow Logs
➢ VPN Setup using OpenVPN

Route 53
➢ Introduction to Route53
o Domain Registrar
o DNS Manager
➢ Register a Domain Name
➢ Hosted Zones
➢ Host a Website & Access using the website name
➢ Records
o A
o AAAA
o CNAME
o ALIAS
➢ Record Routing Policies
o Simple
o Weighted
o Geo-Location
o Latency
o Failover
o Multi-Value Answer

Relational Database Service – RDS


➢ Introduction to Database
➢ SQL vs No-SQL
➢ Database engines on RDS
➢ Database Instance Creation
o Single AZ
o Multi-AZ instance
o Multi-AZ Cluster
➢ Snapshots
o Manual Snapshot
o Automated Snapshot
o Retention Period
o Point-In-Time Recovery
o Snapshot Management
➢ Read Replica
➢ Aurora

Dynamo DB
Redshift & Elastic Cache Overview
CloudWatch
➢ Introduction to CloudWatch & Resource Monitoring
➢ Log Monitoring
➢ DashBoards
➢ Metrics, Alarm & Alerts
➢ Log Groups

Elastic Beanstalk
➢ Introduction to Elastic Bean Stalk
➢ Deploy Tomcat application using Elastic Beanstalk

CloudFormation
➢ Introduction to IaaC & CloudFormation
➢ CloudFormation Template
➢ Create Infrastructure using CloudFormation Template

Application Services
➢ Simple Notification Service – SNS
➢ Simple Email Service – SES
➢ Simple Queue Service – SQS
➢ AWS Calculator

AWS Organizations
Devops Tools Overview
➢ Devops Introduction
➢ Code Pipeline
➢ Code Commit
➢ Code Deploy
➢ Lambda
➢ Overview of Popular DevOps Tools

Project: Web Application Deployment for Production using Multi-Tier


Setup with High Availability, High Scalability & High Security

You might also like