A Cantrill - AWS Fundamentals Flashcards
What is created in a default VPC?
And what is the standard CIDR?
172.31.0.0/16 is the default CIDR. (One Region)
-One /20 subnet per AZ
-IGW, SG, and NACL
True or False: Its best practice to use the default VPC
False.
Its best practice NOT to use default VPC.
What are you charged for when an EC2 is “stopped”?
storage. Usually in the form of EBS
What does an AMI contain?
AMI Permissions (public or private), Boot Volume, Block Device Mapping and Data Volumes.
T or F: S3 bucket names are globally unique (any and all buckets in AWS)
True
What is the number of S3 buckets allowed in an account?
100 default, 1000 using an AWS account request
How many objects are allowed in an S3 bucket?
What is the size of any object?
Unlimited number of objects in a bucket.
Each object can be between 0 - 5TB.
What is the default access level for an S3 bucket upon creation?
Block all public access
CFN templates use which languages?
YAML or JSON
What is High Availability ? HA
a system designed to be available as OFTEN as possible. Think SLAs of 3 9’s or 5 9’s
-Minimizes any outages, maximize uptime
What it (FT) Fault Tolerance?
the property that enables a system to CONTINUE OPERATING PROPERLY in the event of the FAILURE OF SOME of its COMPONENTS
-Ability to operate through failure
-Costs much more, more complex
What is Disaster Recovery (DR)?
A set of policies, tools and procedures to ENABLE THE RECOVERY or CONTINUATION of VITAL technology infrastructure and systems FOLLOWING A NATURAL OR HUMAN-INDUCED DISASTER
-Plan used when HA & FT don’t work
What are Zone files called in Route 53?
Hosted Zone
What happens when you create a new hosted zone in Route 53?
AWS allocates 4 different name servers to host this
What is true of an AWS Public Service?
-Anyone can connect but permissions are required to access the service
-Its located in the AWS “Public” Zone