AWS Flashcards

1
Q

What is AWS?

A

AWS stands for Amazon Web Services

It’s a platform that provides:

  • database storage
  • secure cloud services
  • offering to compute power
  • content delivery

many other services

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

What is a S3 bucket in AWS?

A

A public cloud storage resource available in S3 (Simple Storage Service)

Amazon S3 buckets are similar to file folders, store objects, which consist of data and its descriptive metadata.

By default, S3 is not encrypted, you would need to enable server-side encryption in your object metadata when it’s uploaded.

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

What is Amazon EC2?

A

Amazon EC2 = Amazon Elastic Compute Cloud

A web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers.

“Launch applications when needed without upfront commitments.”

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

What is AWS Lambda?

A

AWS Lambda is a serverless compute service that runs your code in response to events & automatically manages the underlying compute resources for you.

You can use AWS Lambda to extend other AWS services with custom logic, or create your own back-end services that operate at AWS scale, performance, and security.

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

What is Amazon DynamoDB?

A

Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. With DynamoDB, you can create database tables that can store and retrieve any amount of data, and serve any level of request traffic.

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

What is AWS API gateway?

A

Amazon API Gateway is an AWS service that enables developers to create, publish, maintain, monitor, and secure APIs at any scale.

You can create APIs that access AWS or other web services, as well as data stored in the AWS Cloud.

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