AWS Basics Flashcards

1
Q

What user is created when an AWS account is created?

A

The account root user.

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

What span of control does the root user of an AWS account have over its account and and resources created within its account?

A

Full and unrestricted control.

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

What is the default access setting for AWS accounts?

A

Deny, with the exeption of the root user. The root user has full and unrestricted access.

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

What are the three types of multi-factor authentication (MFA) devices supported for AWS account authentication?

A

Authenticator app, security key, and hardware TOTP token

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

What are AWS Budgets used for?

A

Monitors AWS costs and generates email alerts when accrued costs meet certain percentage thresholds.

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

What is an AWS Public Service?

A

A Public Service can be accessed using public end points. This means it can be accessed from anywhere with an Internet connection.

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

What is an AWS Private Service?

A

A Private Service exists inside of a VPC. Access to the VPC is a pre-requisite for access to a private service.

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

What is an AWS Region?

A

A full deployment of computer, storage, database, and other AWS resources that are separated from analogous resources in other regions. For example, EC2 in one region is NOT the same as EC2 in another region.

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

What is an AWS Edge Location?

A

A localized distribution or edge computing point. Edge locations can bring data and processing closer to customers, but do not have the full capabilities of a region.

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

What are the benefits of AWS Regions?

A
  1. Geographic separation allows for isolation of failures.
  2. Geopolicical and regulatory separation allows for compliance based on the laws of different countries.
  3. Customer proximity allows for increased performance when deployments are placed in a region close to customers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an Availablity Zone (AZ)?

A

Isolated resources located inside a Region. AZs are geographically separated within the region and operate with discrete facilities, networking, and power.

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

What does it mean for a service to be globally resilient?

A

A global failure of AWS is required to cause the service to fail. Data is replicated across multiple Regions to ensure global reliability.

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

What does it mean for a service to be Region resilient?

A

An entire AWS Region must fail to cause the service to fail. Data is replicated across multiple Availability Zones (AZ) within the Region to ensure regional reliability.

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

What does it mean for a service to be AZ resilient?

A

An Availability Zone must fail to cause the service to fail. This happens when services are deployed in a single AZ.

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

What is the customer’s responsibility in the AWS Shared Responsibility Model?

A

The customer has responsibility for security in the cloud. This includes configuration and security of the resources you provision, such as routing rules, security groups, identity and access management, customer data, EC2 instance patching, and patching of software you install on EC2 instances.

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

What is AWS’s responsibility in the AWS Shared Responsibility Model?

A

AWS takes responsibility for security of the cloud. This includes hardware and software used to provide services, such as physical security, hypervisor patching, and services.

17
Q

What is High Availability (HA)?

A

High Availability seeks to ensure the highest uptime possible. It does not guarantee that there are no failures, but it tries to get the system back to an operational state as quickly as possible.

18
Q

What is Fault Tolerance?

A

Fault Tolerance seeks to enable continued operation of a system even if one or more components of the system fail.

19
Q

What is the purpose of an Amazon Resource Name (ARN)?

A

To uniquely identify resources within an AWS account.

20
Q

Describe the three different structures that can make up an ARN.

A

arn:partition:service:region:accountId:resourceId
arn:partition:service:region:accountId:resourceType:resourceId
arn:partition:service:region:accountId:resourceType/resourceId

Example: arn:aws:ec2:us-east-1:123456789012:vpc/vpc-0e9801d129

21
Q

What is block storage?

A

Raw storage that can be mounted or made into a bootable volume. There is no structure until the operating system creates a file system on the block storage.

22
Q

What is file storage?

A

Storage that has a file system structure. It is mountable, but not bootable.

23
Q

What is object storage?

A

A flat collection of data objects. It is not mountable or bootable.

24
Q

What service does AWS Backup provide?

A

Fully managed data-protection across a wide-range of AWS services across multiple accounts and regions.