A Cantrill - AWS Fundamentals Flashcards

1
Q

What is created in a default VPC?
And what is the standard CIDR?

A

172.31.0.0/16 is the default CIDR. (One Region)
-One /20 subnet per AZ
-IGW, SG, and NACL

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

True or False: Its best practice to use the default VPC

A

False.
Its best practice NOT to use default VPC.

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

What are you charged for when an EC2 is “stopped”?

A

storage. Usually in the form of EBS

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

What does an AMI contain?

A

AMI Permissions (public or private), Boot Volume, Block Device Mapping and Data Volumes.

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

T or F: S3 bucket names are globally unique (any and all buckets in AWS)

A

True

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

What is the number of S3 buckets allowed in an account?

A

100 default, 1000 using an AWS account request

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

How many objects are allowed in an S3 bucket?
What is the size of any object?

A

Unlimited number of objects in a bucket.
Each object can be between 0 - 5TB.

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

What is the default access level for an S3 bucket upon creation?

A

Block all public access

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

CFN templates use which languages?

A

YAML or JSON

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

What is High Availability ? HA

A

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

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

What it (FT) Fault Tolerance?

A

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

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

What is Disaster Recovery (DR)?

A

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

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

What are Zone files called in Route 53?

A

Hosted Zone

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

What happens when you create a new hosted zone in Route 53?

A

AWS allocates 4 different name servers to host this

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

What is true of an AWS Public Service?

A

-Anyone can connect but permissions are required to access the service
-Its located in the AWS “Public” Zone

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

What is true of an AWS Private Service?

A

-Located in a VPC and is accessible from same VPC
-Accessible from other VPCs or On-prem as long as private networking is configured

16
Q

What is a CloudFormation Logical Resource?
CF Physical resource?

A

-A resource defined in a CFT
-A physical resource created by creating a CF stack

17
Q

How many DNS root servers exist?
Who manages the DNS Root Servers?
Who manages the DNS Root Zone?

A

-13 Root servers
-Root servers are managed by 12 Large organizations
-IANA manages the DNS Root Zone

18
Q

Which type of organisation maintains the zones for a TLD (e.g .ORG)?

A

Registry

19
Q

Which type of organisation has relationships with the .org TLD zone manager allowing domain registration?

A

Registrar

20
Q
A