AWS Fundementals Flashcards

1
Q

What permission options does an AMI have?

A

Public Access, Owner only, Specific AWS Accounts

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

What is not stored in an AMI?

A

Instance settings and Network settings

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

EC2 is an example of which service model?

A

IAAS

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

What is true of an AWS Public Service?

A

Located in the AWS Public Zone and anyone can connect, but permissions are required to access the service.

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

What is true of an AWS Private Service?

A

Located in a VPC, and accessible from the VPC it is located in?

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

What is true of Simple Storage Service (S3)?

A

S3 is an AWS public service, it is an object storage system and buckets can store an unlimited amount of data.

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

What is a CloudFormation Template?

A

a resource defined in a CloudFormation Template

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

What is a CloudFormation Physical Resource?

A

A physical resource created by creating a CloudFormation stack.

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

What is a simple and correct definition of High Availability?

A

A system which maximizes uptime.

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

What is the correct definition of a fault tolerant system?

A

A system which allows failure, and can continue operation without disruption.

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

How many DNS root servers exist?

A

13

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

Who manages the DNS Root Servers?

A

12 Large organizations

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

Who manages the DNS Root Zone?

A

IANA

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

What DNS Record Type converts a HOST into an IPv4 addres?

A

A

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

Which DNS Record type is how the root zone delegates control of .org to the .org registry?

A

NS

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

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

A

Registry

17
Q

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

A

Registrar

18
Q

How many subnets are in a default VPC?

A

Equal to the number of AZ’s in the region the VPC is located in

19
Q

What is the IP CIDR of a default VPC?

A

172.31.0.0/16

20
Q

What is an AWS Public Service?

A

Something that is accessed using public endpoints such as S3

21
Q

What is a Private AWS Service?

A

Something which runs within a VPC

22
Q

What are the main 3 different networking zones?

A
  1. Public Internet
  2. AWS Private (where VPC’s run from)
  3. AWS Public (where AWS public services operate from)
23
Q

On-Premises networks can access VPCs only if configured via?

A

VPN or Direct Connect

24
Q

Attaching an Internet Gateway to your VPC allows what?

A
  1. Allows private resources to access the public internet
  2. Allows access to public AWS services (i.e. S3) but this data doesn’t touch the public internet at any point.
25
Q

What service should you use to create private virtual networks inside of AWS that other private services will run from?

A

Virtual Private Cloud (VPC)

26
Q

What service should you use to connect your AWS private networks to your on-premises networks when creating a hybrid environment?

A

Virtual Private Cloud (VPC)

27
Q

What service lets you connect to other cloud platforms when you are creating a multi-cloud deployment?

A

Virtual Private Cloud (VPC)

28
Q

VPC’s by default are isolated from what?

A

Other VPCs, the public AWS zone, and the public internet