services Flashcards

(55 cards)

1
Q

Amazon VPC

A

Amazon Virtual Private Cloud (Amazon VPC). Amazon VPC enables you to provision an isolated section of the AWS Cloud. In this isolated section, you can launch resources in a virtual network that you define. Within a virtual private cloud (VPC), you can organize your resources into subnets. A subnet is a section of a VPC that can contain resources such as Amazon EC2 instances.

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

Amazon DocumentDB

A

a document database service that supports MongoDB workloads.

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

MongoDB

A

a document database program

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

Amazon Neptune

A

a graph database service. Used to build and run applications that work with highly connected datasets, such as social networking, recommendation engines, fraud detection, and knowledge graphs.

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

Amazon QLDB

A

a ledger database service. Used to review a complete history of all the changes that have been made to your application data.

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

Amazon QLDB

A

Amazon Quantum Ledger Database

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

Amazon Managed Blockchain

A

a service that you can use to create and manage blockchain networks with open-source frameworks. a distributed ledger system that lets multiple parties run transactions and share data without a central authority.

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

Amazon ElastiCache

A

a service that adds caching layers on top of your databases to help improve the read times of common requests. supports two types of data stores: Redis and Memcached.

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

supports two types of data stores: Redis and Memcached

A

Amazon ElastiCache

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

the two types of data stores supported by Amazon ElastiCache

A

Redis and Memcached

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

Amazon DynamoDB Accelerator (DAX)

A

an in-memory cache for DynamoDB. It helps improve response times from single-digit milliseconds to microseconds.

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

Amazon DAX

A

Amazon DynamoDB Accelerator

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

Amazon EBS

A

Amazon Elastic Block Store

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

Amazon S3

A

Amazon Simple Storage Service

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

Amazon EFS

A

Amazon Elastic File System

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

AWS DMS

A

AWS Database Migration Services

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

Amazon EC2

A

Amazon Elastic Compute Cloud (Amazon EC2)

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

provides secure, resizable compute capacity in the cloud

A

Amazon EC2

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

provide a balance of compute, memory, and networking resources. You can use them for a variety of workloads, such as: application servers gaming servers backend servers for enterprise applications small and medium databases

A

EC2 General purpose instances

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

ideal for compute-bound applications that benefit from high-performance processors. You can use compute optimized instances for workloads such as web, application, and gaming servers. are ideal for high-performance web servers, compute-intensive applications servers, and dedicated gaming servers. You can also use for batch processing workloads that require processing many transactions in a single group.

A

EC2 Compute optimized instances

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

are designed to deliver fast performance for workloads that process large datasets in memory. a high-performance database or a workload that involves performing real-time processing of a large amount of unstructured data.

A

EC2 Memory optimized instances

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

use hardware accelerators, or coprocessors, to perform some functions more efficiently than is possible in software running on CPUs. Examples of these functions include floating-point number calculations, graphics processing, and data pattern matching. are ideal for workloads such as graphics applications, game streaming, and application streaming.

A

EC2 Accelerated computing instances

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

are designed for workloads that require high, sequential read and write access to large datasets on local storage. Examples include distributed file systems, data warehousing applications, and high-frequency online transaction processing (OLTP) systems. are designed to deliver tens of thousands of low-latency, random IOPS to applications.

A

EC2 Storage optimized instances

24
Q

scaling option that responds to changing demand.

A

dynamic scaling

25
scaling option that automatically schedules the right number of Amazon EC2 instances based on anticipated demand.
Predictive scaling
26
3 configuration options for an EC2 auto scaling group
minimum capacity desired capacity maximum capacity
27
ELB
Elastic Load Balancing
28
service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances. acts as a single point of contact for all incoming web traffic to your Auto Scaling group.
Elastic Load Balancing
29
ELB geographical area
regional
30
SNS
Simple Notification Service
31
SQS
Simple Queue Service
32
a publish/subscribe service. Using topics, a publisher publishes messages to subscribers. This is similar to the coffee shop; the cashier provides coffee orders to the barista who makes the drinks. subscribers can be web servers, email addresses, AWS Lambda functions, or several other options.
SNS
33
send, store, and receive messages between software components, without losing messages or requiring other services to be available. an application sends messages into a queue. A user or service retrieves a message from the queue, processes it, and then deletes it from the queue.
SQS
34
a service that lets you run code without needing to provision or manage servers
Lambda
35
upload code to a function, configure trigger, when triggered, code is run in managed, serverless environment
Lambda
36
limit of processing time for lambda
15 min
37
amazon container services
Amazon Elastic Container Service (Amazon ECS) Amazon Elastic Kubernetes Service (Amazon EKS)
38
a highly scalable, high-performance container management system that enables you to run and scale containerized applications on AWS.
Amazon Elastic Container Service (Amazon ECS)
39
ECS
Amazon Elastic Container Service
40
supports docker containers
ECS
41
EKS
Amazon Elastic Kubernetes Service (Amazon EKS)
42
a fully managed service that you can use to run Kubernetes on AWS
EKS
43
a serverless compute engine for containers. It works with both Amazon ECS and Amazon EKS.
AWS Fargate
44
4 key factors to choosing a region
Compliance proximity feature availability pricing.
45
how many regions does a data center cover?
1
46
how many data centers does a region cover?
multiple, redundant
47
Caching copies of data closer to the customers all around the world
content delivery networks (CDNs)
48
Amazon's concept of content delivery networks (CDNs)
Amazon CloudFront
49
service that helps deliver data, video, applications, and APIs to customers around the world with low latency and high transfer speeds
Amazon CloudFront
50
Amazon CloudFront uses _____________ to help accelerate communication with users, no matter where they are
Edge locations
51
what is the relationship between edge locations and regions?
Edge locations are separate from Regions
52
AWS Edge DNS
Amazon Route 53
53
AWS fully operational mini Region, right inside your own data center
AWS Outposts
54
invoke or call these mechanisms to provision, configure, and manage your AWS resources.
application programming interfaces APIs
55