Module 5 - Storage and Databases Flashcards
What provides temporary block-level storage for an Amazon EC2 instance?
instance store
What is Amazon Elastic Block Store (Amazon EBS)?
It is a service that provides block-level storage volumes that you can use with Amazon EC2 instances. If you stop or terminate an Amazon EC2 instance, all the data on the attached EBS volume remains available.
EBS snapshot?
It is an incremental backup. Only adds new info, doesn’t change old info.
What 3 things does object storage contain?
data, metadata, and a key
What is a service that provides object-level storage?
Amazon Simple Storage Service (Amazon S3) Am stores data as objects in buckets.
What is the max file size for an object in Amazon S3?
5TB
In _______, multiple clients (such as users, applications, servers, and so on) can access data that is stored in shared file folders. In this approach, a storage server uses block storage with a local file system to organize files.
file storage
What is a scalable file system used with AWS Cloud services and on-premises resources?
Amazon Elastic File System (Amazon EFS). As you add and remove files, Amazon EFS grows and shrinks automatically.
Amazon RDBS is a _____ database
relational
Amazon DynamoDB is a ______ database
non-relational
what is Amazon Redshift?
It is a data warehousing service that you can use for big data analytics. It offers the ability to collect data from many sources and helps you to understand relationships and trends across your data.