services Flashcards
Amazon VPC
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.
Amazon DocumentDB
a document database service that supports MongoDB workloads.
MongoDB
a document database program
Amazon Neptune
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.
Amazon QLDB
a ledger database service. Used to review a complete history of all the changes that have been made to your application data.
Amazon QLDB
Amazon Quantum Ledger Database
Amazon Managed Blockchain
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.
Amazon ElastiCache
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.
supports two types of data stores: Redis and Memcached
Amazon ElastiCache
the two types of data stores supported by Amazon ElastiCache
Redis and Memcached
Amazon DynamoDB Accelerator (DAX)
an in-memory cache for DynamoDB. It helps improve response times from single-digit milliseconds to microseconds.
Amazon DAX
Amazon DynamoDB Accelerator
Amazon EBS
Amazon Elastic Block Store
Amazon S3
Amazon Simple Storage Service
Amazon EFS
Amazon Elastic File System
AWS DMS
AWS Database Migration Services
Amazon EC2
Amazon Elastic Compute Cloud (Amazon EC2)
provides secure, resizable compute capacity in the cloud
Amazon EC2
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
EC2 General purpose instances
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.
EC2 Compute optimized instances
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.
EC2 Memory optimized instances
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.
EC2 Accelerated computing instances