AWS Storage and Databases Flashcards
What is an ephemeral type of storage that is physically attached to an EC2 instance?
Instance store
True or False? Data written on instance store never gets deleted between EC2 instance terminations.
False. When re-starting an EC2 instance from termination, it is likely that host machine will be different from previous startup, hence the physical instance store will be different and will not contain any previous data.
What is a persistent type of block-level storage volumes that you can use with Amazon EC2 instances?
Amazon Elastic Block Store (EBS)
What do you call an incremental backup of EBS volumes?
Amazon EBS Snapshots
What consists an object storage?
Data
Metadata
Key
What is a service that provides object-level storage and stores data as objects in buckets?
Amazon Simple Storage Service (S3)
What is the maximum file size for an S3 object?
5 TB
What type of S3 Service is designed for frequently accessed data and stores data in a minimum of three Availability Zones?
Amazon S3 Standard
What type of S3 Service is ideal for infrequently accessed data but has high availability when needed?
Amazon S3 Standard-IA
What type of S3 Service stores data in a single Availability Zone?
Amazon S3 Standard One Zone-IA
What S3 service is ideal for data with unknown or changing access patterns and automatically moves it to the infrequent access tier when data is not accessed by more than 30 days and reverts back to Amazon S3 Standard tier once moved data is accessed?
Amazon S3 Intelligent-Tiering
What S3 service works well for archived data that requires immediate access and has same access performance as Amazon S3 Standard?
Amazon S3 Glacier Instant Retrieval
What is a low-cost storage class that is ideal for data archiving and is able to retrieve objects within a few minutes to hours?
Amazon S3 Glacier Flexible Retrieval
What S3 service tier supports long-term retention and digital preservation for data that might be accessed once or twice in a year able to retrieve objects within 12-48 hours?
Amazon S3 Glacier Deep Archive
What S3 service delivers object storage to your on-premises AWS Outposts environment?
Amazon S3 Outposts
Is Amazon EBS stored on single availability zone?
Yes
Is Amazon Elastic File System (EFS) stored on multiple availability zones?
Yes, this allows for concurrent across multiple availability zones.
What is a service that enables you to run relational databases in the AWS Cloud?
Amazon Relational Database Service (RDS)
What is an enterprise-class relational database that is compatible with MySQL and PostgreSQL relational databases.
Amazon Aurora. It is also up to five times faster than standard MySQL databases and up to three times faster than standard PostgreSQL databases.
What is a server-less, key-value database service and delivers single-digit millisecond performance at any scale?
Amazon DynamoDB
What is a data warehousing service that you can use for big data analytics?
Amazon RedShift
What service enables you to migrate relational databases, nonrelational databases, and other types of data stores?
Amazon Database Migration Service (DMS)
What is a document database service that supports MongoDB workloads? (MongoDB is a document database program.)
Amazon DocumentDB
What is a graph database service that builds and runs applications that work with highly connected datasets, such as recommendation engines, fraud detection, and knowledge graphs?
Amazon Neptune
What service allows you to review a complete history of all the changes that have been made to your application data?
Amazon Quantum Ledger Database (QLDB)
What is a service that you can use to create and manage blockchain networks with open-source frameworks
Amazon Managed Blockchain
What is a distributed ledger system that lets multiple parties run transactions and share data without a central authority?
Blockchain
What is a service that adds caching layers on top of your databases to help improve the read times of common requests?
Amazon ElastiChache
What is an in-memory cache for DynamoDB?
Amazon DynamoDB Accelerator (DAX)