Module 3 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Amazon Simple Storage Service (Amazon S3)

A

A service provided by AWS that stores data for users in the cloud.

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

Amazon Elastic Compute Cloud (Amazon EC2)

A

A web service that provides secure, resizable compute capacity in the cloud. Think of it as renting a computer in the cloud.

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

Amazon Elastic Block Store (Amazon EBS)

A

Storage for specific EC2 instances. Think of it as the storage drive for your EC2 instance.

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

Amazon Relational Database Service (Amazon RDS)

A

This lets developers create and manage relational databases in the cloud. Think of a relational database as a set of data with 1-to-1 relationships. For example, a database of transactions in a department store would match every customer with their purchases. Amazon RDS lets developers track large amounts of this data, and organize and search through it easily. Relational databases are equipped with nonprocedural structured query language (SQL) that simplifies interactions with the database.

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

Amazon DynamoDB

A

The AWS nonrelational database service. Data is stored in key-value pairs.

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

AWS Lambda

A

Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume—there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service—all with zero administration. Upload your code, and Lambda takes care of everything required to run and scales your code with high availability. You can set up your code to automatically start from other AWS services or call it directly from any web or mobile app.

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

Amazon Virtual Private Cloud (Amazon VPC)

A

A service that provides a virtual network that is dedicated to your AWS account. It is logically isolated from other virtual networks in the AWS Cloud. All your AWS services can be launched from a VPC. It is useful for protecting your data and managing who can access your network.

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

AWS Identity and Access Management (IAM)

A

Involves the application of controls to users who need access to computing resources.

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

AWS CloudTrail

A

Monitors every action that is performed on your AWS account for security purposes.

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

Amazon CloudWatch

A

CloudWatch is a monitoring service to monitor your AWS resources and the applications that you run on AWS.

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

Amazon Redshift

A

The AWS data-warehousing service can store massive amounts of data in a way that makes it fast to query for business intelligence purposes.

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