4 - Understanding the AWS Environment Flashcards
What defines how AWS services are used for cloud workloads?
The way AWS organizes its hardware, networking, and security infrastructure
What are the divisions of Amazon’s globally distributed data centers?
Regions and Availability Zones
What is the purpose of AWS edge locations?
To extend the network reach of applications through CloudFront, Amazon’s CDN
What are the two frameworks governing the use of AWS resources?
AWS Shared Responsibility Model and AWS Acceptable Use Policy
True or False: All AWS resources exist in multiple regions.
False
What is the significance of having multiple AWS regions?
Provides a wide choice of regions for deploying resources
What is the code for the US West (Oregon) Region?
us-west-2
Fill in the blank: AWS regions are divided into _______.
Availability Zones
What is the minimum number of Availability Zones in an AWS region?
Two
What is an example of a global AWS service?
AWS Identity and Access Management (IAM)
What is the endpoint format for accessing an EC2 instance in the us-east-1 region?
ec2.us-east-1.amazonaws.com
How are Availability Zones designed in terms of security?
Each AZ is independent and built on hardware and power resources used by no other AZ
What does an AWS subnet represent?
A single block of Internet Protocol (IP) addresses
What is the total number of available addresses in the 172.16.0.0 to 172.31.255.255 range?
1,048,576
True or False: You can launch resources in multiple Availability Zones simultaneously.
True
What is the primary purpose of redundancy in AWS?
To protect against single points of failure
What is the designation for the first Availability Zone in the us-east-1 region?
us-east-1a
What happens if resources are launched in the wrong region?
Application components may fail to find each other, causing the application to fail
Fill in the blank: AWS allows up to _______ subnets per Availability Zone.
200
What can be a consequence of not understanding the AWS region in which resources are launched?
Expensive mistakes or disaster
What is one reason for distributing resources among multiple subnets?
To improve application availability and fault tolerance
What is a single point of failure?
A resource running without backup.
What is the main protection against failure in server administration?
Redundancy.
What does redundancy involve?
Provisioning two or more instances of whatever your workload requires.