Compute, Storage & Databases Flashcards

1
Q

Amazon EC2

A

Amazon Elastic Compute Cloud. A service that provides secure and resizable virtual machines (instances) in the cloud.

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

Amazon EC2 Spot

A

A service which helps you run fault tolerant workloads for up to 90% of the normal price of EC2.

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

Amazon EC2 Auto Scaling

A

A service which can automatically add or remove computing capacity to meet your
changes in computing demand.

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

Amazon LightSail

A

A service which provides a really easy to use cloud platform to build an
application or website.

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

Amazon ECS

A

Amazon Elastic Container Service. A service to run secure, reliable, and scalable containers.

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

Amazon ECR

A

Amazon Elastic Container Registry. A service to store manage and deploy container images.

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

Amazon EKS

A

Amazon Elastic Kubernetes Service. A fully managed Kubernetes service.

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

AWS Lambda

A

A compute service to run code without servers.

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

AWS Outposts

A

A service which lets you run your AWS services on your own servers, instead of Amazons.

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

AWS Snow Family

A

A service that lets you bring a lot of data into AWS. Put files on devices and
ship them back to Amazon to be loaded into your AWS account.

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

AWS Wavelength

A

A service which lets you access AWS services from 5G devices without having to go via the internet.

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

VMWare Cloud on AWS

A

A service which assists in migrating your VMware workloads to AWS.

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

AWS Local Zones

A

A service which lets you run that latency sensitive applications closer to end users.+

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

File-based storage

A

You give files a name and organize them in folders under directories and subdirectories.

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

Block storage

A

Files are split into chunks of data, of equal size, stored in raw storage volumes. Typically used by server-based operating systems, which then manage those volumes and can use them as individual hard drives. Common for databases and email servers.

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

Object storage

A

Files are stored in objects in a flat memory model. Each object can be retrieved by using its unique identifier.

17
Q

Amazon EFS

A

Elastic File System. A service for scalable, elastic, and cloud native network file systems (NFS), meaning that you can access files and directories that are nor on your system but are connected to your network. Storage classes: Standard and Infrequent.

18
Q

Amazon FSx

A

Windows File Server. A fully managed file storage for Windows Server.

19
Q

Amazon EBS

A

Elastic Block Store. Easy to use high-performance block storage at any
scale. Amazon EC2 uses it to store all of its files.

20
Q

Amazon S3

A

Simple Storage Service. An object storage service built to store and retrieve any amount of data from anywhere in the world. Storage classes include S3: Standard, Standard Infrequent, One Zone Infrequent, Glacier, Glacier Deep Archive and Intelligent Tiering.

21
Q

AWS Backup

A

A service to centrally manage and automate backups across
AWS services.

22
Q

AWS Storage Gateway

A

A hybrid cloud storage that provides on-premise access to virtually unlimited
cloud storage. Includes 3 storage gateways: File Gateway, Tape Gateway and Volume Gateway.

23
Q

AWS DataSync

A

A service to allow you to easily transfer data to and from AWS up to 10 times faster than normal.

24
Q

AWS Transfer Family

A

A group of services which allow you to simply and seamlessly transfer files to Amazon S3 using SFTP, FTP, and FTPS.

25
Q

Relational database

A

Data that relates to each other is organised into tables. Aimed at traditional applications, enterprise resource planning, customer relationship management, and e-commerce. SQL is commonly used to interact with relational databases.

26
Q

Amazon Aurora

A

A relational database. MySQL and PostgreSQL compatible database built for the cloud.

27
Q

Amazon RDS

A

Relational Database Service. A service to make it easy to set up, use, and scale
multiple database engines.

28
Q

Amazon Redshift

A

A cloud database warehouse service, designed for large datasets.

29
Q

Key-Value Databases

A

NoSQL database which stores data as a collection of key-value pairs. Aimed at high traffic web applications, e-commerce systems, and gaming applications.

30
Q

Amazon DynamoDB

A

A fully managed, very fast and flexible,
NoSQL key-value database for any scale. Works well with serverless like Lambda (store and process data without any service).

31
Q

In-Memory Database (IMDB)

A

Database which relies on main memory (RAM) for storage and retrieval for faster data access: caching, session management,
gaming leader-boards, and geospatial applications.

32
Q

Amazon ElastiCache

A

Managed, in-memory caching service for popular in-memory data stores: Redis and Memcached, allowing for quick data retrieval from in-memory cache rather than data stores or databases.

33
Q

Document Databases

A

NoSQL databases designed to store and retrieve semi-structured or unstructured data from documents. Used for content management, catalogues, and user profiles.

34
Q

Amazon DocumentDB

A

MongoDB compatible fast, scalable, highly available document database.