#1 AWS Fundamentals Flashcards

1
Q

A service that helps you automate the process of creating, updating, and managing your cloud infrastructure. Enables you to define your infrastructure and resources in a template file, which can be written in JSON or YAML format.

Think of it as a way to describe your desired cloud environment using a blueprint. This blueprint is called a template, and it contains all the necessary information about the AWS resources you want to create, such as EC2 instances, VPCs, S3 buckets, and more.

A

CloudFormation

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

What is a CloudFormation Logical Resource?

A

A resource defined in a CloudFormation Template

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

A service that allows you to store, retrieve, and manage large amounts of data in the AWS cloud, making it easy to access your files from anywhere, anytime.

A

S3 (Simple Storage Service)

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

What is true of Simple Storage Service (S3)?
A. S3 is an AWS Public Service
B. S3 is a private service
C. S3 is a webscale block storage system
D. S3 is an object storage system
E. Buckets can store a limit of 100TB of data
F. Buckets can store an unlimited amount of data

A

A. S3 is an AWS Public Service

D. S3 is an object storage system

F. Buckets can store an unlimited amount of data

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

A service offered by AWS that allows you to create a private, isolated virtual network within the AWS cloud.

It’s like having your own virtual data center, where you have complete control over the networking environment, including IP address ranges, subnets, routing, and security settings.

A

VPC (Virtual Private Cloud)

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

What is true of an AWS Private Service?
A. Located on the Public Internet
B. Located in the AWS Public Zone
C. Located in a VPC
D. Accessible from the VPC it is located in
E. Accessible from any other VPC
F. Accessible from other VPCs or on-premises networks as long as private networking is configured

A

C. Located in a VPC
D. Accessible from the VPC it is located in
F. Accessible from other VPCs or on-premises networks as long as private networking is configured

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

A virtual server that runs on AWS.

Imagine you have a physical computer that you use to run your applications, store data, and perform various tasks. Now, instead of having that computer in your office or home, you rent it from Amazon and access it through the internet.

A

EC2 (Elastic Compute Cloud)

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

EC2 is an example of which service model?

A

IAAS: (infrastructure as a service) is a cloud service model that offers on-demand infrastructure resources, such as compute, storage, networking, and virtualization, to businesses and individuals via the cloud.

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

What are these examples of?

  1. Boot volume 2. Data volumes 3. AMI Permissions 4. Block Device Mapping
A

What is stored in an AMI

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

What Permissions options does an AMI have?

A
  1. Public Access 2. Owner only. 3. Specific AWS Accounts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Contains all the necessary information to create a virtual server, also known as an EC2 instance, in the AWS environment. It includes the operating system, software configurations, and application settings that you need to get your virtual server up and running quickly.

A

AMI (Amazon Machine Images)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
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
13
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
14
Q

What is the definition of a fault tolerant system?

A

A system which allows failure, and can continue operating without disruption

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

How many DNS root servers exist?

A

13

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

Who manages the DNS Root Servers?

A

12 Large Organizations

17
Q

Who manages the DNS Root Zone?

A DNS (Domain Name System) root zone is the highest level in the hierarchical structure of the DNS, which is responsible for translating human-friendly domain names, like www.example.com, into IP addresses that computers can understand.

A

IANA: Internet Assigned Numbers Authority, is an organization responsible for coordinating and managing the global allocation of unique identifiers that are crucial for the smooth functioning of the internet. These identifiers include IP addresses, domain names, and protocol parameters.

18
Q

Which DNS record Type converts a HOST into an IPv4 Address?

A

A

19
Q

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

A

NS

20
Q

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

A

Registry

21
Q

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

A

Registrar

22
Q

How many subnets are in a default VPC?

A

Equal to the number of AZs (Availability Zones) in the region the VPC is located in

23
Q

What is the IP CIDR of a default VPC?

A

172.31.0.0/16

IP CIDR, or Classless Inter-Domain Routing, is a method used to allocate and manage IP addresses more efficiently in computer networks.