Base Concepts Flashcards

1
Q

AWS Regions

A

Isolated between each other
ends with a number (e.g. eu-west-1)
Have at least 2 AZ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Availability Zones

A

children of regions
include ONE or more data centers with redundant networking, power and connectivity
suffix with a b c (eu-west-1a)
connected with high bandwidth, ultra-low latency connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Edge Locations

A

the places where data are cached to reduce latency

used by CloudFront to cache copies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Local Zones

A

An extension of AWS

Multi-tenants (used by multiple parties, not just one company like Outposts)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Global Services

A

IAM
CloudFront
Route 53
S3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AWS Outposts

A

Provide local access to AWS-managed infra
Build and run apps on-premises
Deploy on customer site
Managed by AWS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Wavelength Zones

A

Let developers build apps with ultra-low latencies to 5G and users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

VPC

A

Virtual Private Cloud

Span across multiple availability zones but stay within on region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Internet Gateway

A

Connect a public subnet to the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Subnet

A

Public and private

Reside within an AZ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

NAT

A

NAT gateway is Managed by AWS
NAT instances are managed by the user
Both allow a private subnet to connect to the interne

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Security Group

A

Can only have ALLOW rule
Control access to EC2 or Elastic Network Interface (ENI)
A kind of firewall
Return traffic is automatically allowed, no matter the rules (Stateful)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Network Access Control List (NACL)

A

Can contain rules for IP only
can have ALLOW/DENY rules
Filter traffic in and out Subnet
Return traffic must be explicitly allowed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

VPC Flow logs

A

Provides info about IP traffic in and out of interfaces
Can store in S3/CloudWatch logs
Must be enabled manually

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

VPC Peering

A

Connect two VPC
CIDR must not overlap
Only work with two VPC
VPC can be in different Regions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

VPC Endpoints

A

Connect to AWS services using a private network

17
Q

VPN CloudHub

A

operates on a simple hub-and-spoke model that you can use with or without a VPC
Use this approach if you have multiple branch offices and existing Internet connections and would like to implement a convenient, potentially low-cost hub-and-spoke model for primary or backup connectivity between these remote offices

18
Q

Direct Connect

A

Physical connection from the on-premise server to AWS
Takes a long time to provision because AWS needs to build a physical line from on-premise to AWS cloud
Private & secure & Expensive

19
Q

Site-to-Site VPN

A

Connect user’s on-premise VPN to AWS
Using internet connection (not private)
The on-premise server must have a Customer Gateway
AWS must use Virtual Private Gateway

20
Q

Transit gateway

A

Transitive between many VPC

Connect, join all the above types of connect