AWS FUNDAMENTALS

AWS Public vs Private Services (7:04)

Alt text

how many network zones are there in aws?

2:

  • ‘AWS Public’ Zone
  • ‘AWS Private’ Zone

and the “Public Internet” Zone

what is "public internet" zone?

what is "aws public" zone?

what is "aws private" zone?

how to access services in "aws private" zone?

how aws private services access services in "aws public" zone?

how can on-premise access "aws private" zone?

AWS Global Infrastructure (14:53)

Alt text AWS Regions vs Edge Locations

Alt text

Alt text AWS Regions - Benefits

Alt text AWS Regions vs Availability Zones (AZs)

aws region code vs region name

Region CodeRegion Name
US East (N. Virginia)us-east-1
Asia Pacific (Singapore)ap-southeast-1

how many data centers can be in a az?

Alt text Service Resilient

ResilientExample
Global ResilientIAM, Route 53
Region ResilientVPC, RDS Multi-AZ
AZ ResilientEC2, RDS Single-AZ

AWS Default Virtual Private Cloud (VPC) (15:19)

Alt text VPC Basics

what is a vpc?

Virtual Private Cloud (VPC) is a virtual network inside AWS.

How many types of VPC are there?

There are 2 types of VPC: default VPC & custom VPC.

Alt text

what is the default state of a vpc?

By default,a VPC is private and isolated

Alt text

Alt text

what is the default vpc?

The VPC that AWS created automatically for each region.

can we delete the default vpc?

We can delete the default VPC, and re-create in the Web Console.

what is the cidr of default vpc?

172.31.0.0/16 👉 65535 IPs 👉 16 subnets of /20

for the default vpc, how many subnets are there in each az in each region?

The default VPC has 1 subnet for each of its AZ.

They are /20 subnets - 4091 (2^12) available IPs

[x] TODO: DEMO - Delete and create default VPC

Elastic Compute Cloud (EC2) Basics (14:46)

Alt text EC2 Features

Alt text EC2 - Instance Lifecycle

Alt text EC2 - AMI

Alt text EC2 - Connecting to EC2

TODO: DEMO - Connect to an EC2 instance

[DEMO] My First EC2 Instance - PART1 (10:58)

[DEMO] My First EC2 Instance - PART2 (9:40)

Simple Storage Service (S3) Basics (15:48)

Alt text S3 - 101

what is the resilient of s3?

Alt text S3 - Objects

what is s3 object?

Alt text S3 - Buckets

what is s3 bucket?

What is the structure of S3 bucket?

Alt text S3 - Summary

what is the limit of s3 object?

What is the limit of S3 bucket?

Alt text S3 - Pattern & Anti-pattern

what is the type of s3 store?

[DEMO] My First S3 Bucket (18:34)

TODO: DEMO - S3

CloudFormation (CFN) Basics (12:28)

Alt text CFN - Template Format

Alt text CFN Template - Resources

Alt text CFN Template - Descriptions

Alt text CFN Template - Metadata

Alt text CFN Template - Parameters

Alt text CFN Template - Mappings

Alt text CFN Template - Conditions

Alt text CFN Template - Outputs

Alt text CFN - Stack, Logical Resource, Physical Resource

Alt text CFN - Create/Update/Delete Stack

[DEMO] Simple Automation With CloudFormation (CFN) (15:52)

CloudWatch (CW) Basics (13:45)

Alt text CloudWatch - Metrics, CloudWatch Logs/Events

Alt text CloudWatch - Architecture

Alt text CloudWatch - Namespace

Alt text CloudWatch - Metric

what is metric?

Alt text CloudWatch - Datapoint

what is datapoint?

Alt text CloudWatch - Dimension

what is dimension?

Alt text CloudWatch - Alarm

[Demo] Simple Monitoring with Cloudwatch (15:31)

Shared Responsibility Model (6:20)

Alt text Infrastructure Stack

Alt text AWS: responsibility for security OF the cloud

Alt text CUSTOMER: responsibility for security IN the cloud

High-Availability vs Fault-Tolerance vs Disaster Recovery (17:21)

Alt text High-Availability (HA)

Alt text Fault-Tolerance (FT)

Alt text Disaster-Recovery (DR)

Alt text HA - FT - DR

ha: ha environment has a minimal service interruption.

FT: FT environment has no service interruption but a significantly higher cost.

Route53 (R53) Fundamentals (6:29)

Alt text Route 53 - Features

Alt text Route 53 - Register Domains

Alt text Route 53 - Hosted Zones

[DEMO] Registering a Domain with route53 (9:49)

DNS Record Types (13:25)

Alt text DNS Record - Nameserver (NS) Record

Alt text DNS Record - A and AAAA Record

Alt text DNS Record - CNAME Record

Alt text DNS Record - MX Record

Alt text DNS Record - TXT Record

Alt text DNS Record - Time To Live (TTL)

Fundamentals Section Quiz