AWS Fundamentals Flashcards

1
Q

AWS Global Network consists of

A
  1. regions - world wide spread (when you interacting with service then you interacting with this service in concrete region)
  2. Edge Location - more places then region but less services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Availability Zones ?

A
  • smaller parts of regions
  • isolated infrastructure inside region
    -** when services fail in one of AZ’S it can running on another AZ**
  • connected High-speed connection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What 2 part we can divide AWS Services ?

A
  • public services
  • private services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why Edge Locations are important ?

A
  • Netflix - low latency and** high speed distribition **
  • further data is from customer then tranfser is slower
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How resillience works in AWS ?

A
  • Global resillience for global services like IAM , when one region fails then other will run this service
  • Region resillence - when service is replicated between multiple AZ’S then when one AZ’S fails other will run, if whole region fails then service will fail
  • AZ Resillience - when service runs on single AZ then when AZ fail then service will fail
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Regions benefits

A
  • geographic and infrastructure isolation - provides resilience
  • geopolitical spearation
  • wordwide spread provides performace for clients from all of the world
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is default VPC ?

A
  • Virtual Private Cloud
  • virtual network inside AWS
  • one per region (can be removed & recreated)
  • Default VPC CIDR is always 172.31.0.0/16
  • /20 Subnet in each AZ in the region
  • subnets assing public IPv4 addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

EC2 KEY Facts & Features

A
  • IAAS - provides Virtual Machines - Instances
  • Private service by default - uses VPC network
  • AZ Resilient - Instance fails if AZ fails
  • On- Demand Biling per Second
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

S3 Buckets key points

A
  • name** globally unique **
  • 3-63 , all lower, no uderscores
  • start with lowercase or a number
  • 100 soft limit - 1000 hard per account
  • unlimited objects in bucket, 0 bytes to 5TB
  • Keyn:name, Value:data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly