AWS Cloud Practitioner Flashcards

1
Q

What is EC2?

A

Elastic Compute Cloud, which is an environment that means space is volatile and changes as the need of the application changes.

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

What is the AMI?

A

The Amazon Machine Image which determines what software comes loaded on your cloud instance (i.e., Linux)

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

What is EBS?

A

Elastic Block Store which can be used as storage on a HDD or SDD. The type is determined based on your needs on how you need to access and use your data.

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

What is Amazon S3?

A

Data stored in the cloud that is not associated to any server (therefore you do not need to configure it to specifications).

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

In S3 how do you store a file?

A

you declare the object (the file itself), name a bucket where it will reside, and then generate a key (text path) that says where it will be stored.

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

What is an availability zone?

A

A physical group of servers that are connected via a fast, low latency connection. These centers have their own power source so they provide redundancy should one go offline, assuming multiple availability zones are deployed.

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

What is AWS Lambda?

A

Lambda is an event-driven service that runs codes when certain events are triggered. This can be used on live or historic data and is billed based on event amounts and microseconds the code is run.

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

What is Elastic Beanstalk?

A

A service that allows you to load and deploy your applications on AWS.

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

What is Amazon SNS?

A

Simple Notification Service that allows your instance of AWS to send notifications to multiple people for different systems.

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

What is CloudWatch?

A

Service that monitors cloud usages like CPU usage and metrics. These metrics are used to trigger notification and autoscaling events (i.e., like a Lambda function).

CloudWatch also creates and stores activity logs.

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

What is AWS CloudFront?

A

Amazon CloudFront is a content delivery network (CDN) offered by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers which cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading the content.

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

What is Cloud Formation?

A

A service that reads template files and constructs those resources in a “stack” of resources.

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

What are the pillars of AWS Architecture?

A
Security
Reliability
Performance Efficiency
Cost Optimization
Operational Excellence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is “fault tolorance”?

A

The ability of a system to remain operational even if certain components of that system fails.

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

What is “high availability”?

A

The concept that a system is always functional.

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

What is the difference between DOS and DDOS attacks?

A

DOS - Denial of Service: One computer

DDOD- Distributed Denial of Service: Multiple computers.

17
Q

What is Amazon Shield?

A

Service provided that offers protection from DDOS attacks.