CPC Prep Storage Flashcards
Which general data storage category is managed in blocks within sectors and tracks and is controlled by a server-based operating system?
Block Storage
Which general storage category appears as local disks to the operating system and can be partitioned and formatted? This category can be used as the boot volume and common uses include file system, databases, transactional logs, SQL databases, and virtual machines (VMs).
Block Storage
Which general date storage category is where the data is managed by a file hierarchy and is mounted via the network to a client computer where it then becomes accessible for reading and writing.
File Storage
Which AWS service is an object storage built to store and retrieve any amount of data from anywhere?
Amazon S3
What is an AWS public service that allows you to upload objects into buckets and is designed to deliver 11 nines of durability?
Amazon S3
Which AWS storage service can be used for backup and storage, application hosting, media hosting, software delivery, and to host a static website?
Amazon S3
Which AWS Storage service has files stored in buckets which are considered root level folders?
Amazon S3
Which AWS storage service has unlimited storage availability and files can range in size from 0 bytes to 5 TB?
Amazon S3
In Amazon S3 bucket names are unique?
Globally
Amazon S3 buckets are created in which are of the AWS Global Infrastructure?
Availability Zones
An Amazon S3 best practice is to create buckets in regions that are?
Physically closest to your users to reduce latency
What are the 4 items that Amazon S3 objects are made of?
- Key
- Value
- Version ID
- Metadata
What do you pay for when using Amazon S3?
- Storage
- Requests
- Storage Management Prices
- Data transfer pricing
- Transfer acceleration
What are the 6 Amazon S3 Storage Classes?
- S3 Standard
- S3 Intelligent Tiering
- S3 Standard-IA
- S3 One Zone-IA
- Amazon Glacier
- Amazon Glacier Deep Archive
Which S3 Storage Class is used for durable, immediately available, frequently accessed data that is stored in 3 AZs and has 4 nines of designed availability and 3 nines of SLA availability?
S3 Standard
Which Amazon S3 Storage Class automatically moves data to the most cost-effective tier and is maintained in three AZs and have 3 nines of designed availability and 2 nines of SLA availability?
S3 Intelligent Tiering
Which Amazon S3 Storage Class is durable, immediately available, and infrequently accessed? This class is stored in 3 AZs with 3 nines of designed availability and 2 nines of SLA availability.
S3 Standard-IA
Which AWS S3 Storage Class is lower cost for infrequently accessed data with less resilience? This class is stored in 1 AZ and has 99.5% designed availability and 2 nines of SLA availability.
S3 One Zone-IA
Which Amazon S3 Storage Class is used for archived data with retrieval times in the minutes or hours? This class is stored in 3 AZs and has 4 nines of designed availability and 3 nines of SLA availability?
S3 Glacier
Which Amazon S3 Storage Class is the lowest cost and is designed for long term retention? This class is stored in 3 AZs with 4 nines of designed availability and 3 nines of SLA availability.
S3 Glacier Deep Archive
What does transfer acceleration do for Amazon S3?
It speed up data uploads using CloudFront
What is an option in S3 that can be selected to where the requester pays for requests and data transfers and not the bucket owner?
Requester Pays
What can be tagged in S3 to use in costing, billing, and security?
Objects
What is used to trigger notifications to SNS, SQS, or Lamba in S3 when your buckets are impacted?
Events
What is a common use for Amazon S3 because it is simple and massively scalable?
Static Web Hosting
What is used to copy objects across Amazon S3 buckets in different AWS Regions?
Cross-Region Replication
What action must be taken in Amazon S3 to allow Cross Region Replication?
Versioning must be enabled at the source and destination
What are the three reasons to use Amazon S3 Cross Region Replication?
- Meet compliance requirements for storing data at greater distances
- Minimize latency for users who are closer to another AWS Region
- Backup copy of you data in another AWS Region
What Amazon S3 action is used to copy objects across Amazon S3 buckets in the same AWS Region?
Same-Region Replication
Which AWS Storage System provides persistent block storage volumes for use with Amazon EC2 instances in the AWS Cloud?
Elastic Block Storage (EBS)
An EBS volume is automatically replicated within its?
Availability Zone
Which AWS storage system is where the data persists independently of the life of the instance and does not need to be attached to an instance?
EBS
EC2 instances must be in the same ______ as the instance?
Availability Zone
By default the EBS termination protection is turned _____?
Off and must be manually enabled
What happens to Root EBS volumes on termination by default?
They are deleted
What are the two types of EBS volume types?
- EBS General Purpose SSD
2. EBS Hard Disk Drives
Which EBS volume type is used for boot volumes, low-latency interactive apps, development and testing?
EBS General Purpose SSD
Which EBS volume type is for high performance workloads and intensive NoSQL and relational databases?
EBS Provisioned IOPS SSD
Which EBS Volume Type is used for big data, data warehouses, and log processing?
Throughput Optimized HDD
Which EBS volume type is used for colder data requiring fewer scans per day?
Cold HDD
Which feature of EBS is used to capture a point-in-time of an instance and is stored on S3?
Snapshot
What is the EBS snapshot deletion process designed to do?
Retain only the most recent snapshot in order to restore the volume
EBS volumes are _____ specific but snapshots are ______ specific?
AZ
Region
What are root devices that are created from AMI templates stored on S3?
Instance Store Volume
Which storage volume type is physically attached to the host, high performance local disks, and are ethereal?
Instance Store Volumes
Which AWS Storage system is a file system connected over a network and is a fully managed service that makes it easy to set up and scale file storage in the Amazon Cloud?
Amazon Elastic File Storage
Which operating system does EFS operate on?
LINUX only
In Amazon EFS data is stored across ______?
Multiple availability zones in a region
In what AWS storage system to pay for what you use, can scale up to petabytes, is elastic as it grows and shrinks as you add and remove data? This system can concurrently connect 1 to 1000s of EC2 instance from multiple AZs.
Amazon EFS
By default how many EFS file systems can be created per account?
10
How can your on-premises Amazon EFS connect to AWS?
Using Direct Connect or AWS VPN
Which AWS Storage system is a hybrid cloud storage service that gives you on premises access to virtually unlimited cloud storage? This service seamlessly connects on-premises applications to cloud storage, caching data locally for low-latency?
AWS Storage Gateway
What are the 3 types of AWS Storage Gateways?
- Tape Gateway
- File Gateway
- Volume Gateway
Which AWS Storage Gateway is accessed using SMB, NFS, or S3 API?
File Gateway
Which AWS Storage Gateway is a block device accessed using iSCSI?
Volume Gateway