AWS Module 7 Flashcards
Which of the following is NOT a AWS Storage service?
- EBS
- EC2
- EFS
- S3
- S3 Glacier
EC2
Block storage is better than Object storage because:
- changing a block changes requires updating the entire file
- changing a block does not require updating the entire file
- block storage is unlimited
- block storage is faster
changing a block does not require updating the entire file
What are “backups at a certain point-in-time” allowing you to create volumes?
- AMI
- Encryption
- Elasticity
- Snapshots
Snapshots
What happens to an EBS volume when an instance is terminated?
- EBS is deleted
- EBS is destroyed
- EBS is no longer accessible
- EBS stays intact
EBS stays intact
S3 buckets are virtually __________:
- unlimited in size
- limited in size
- designed for 5 9s of durability
- stored in a certain data center
unlimited size
S3 offers many object-level storage classes. Which one is the most expensive?
- S3 Glacier
- S3 Standard-Infrequent Access
- S3 One Zone-Infrequent Access
- S3 Glacier Deep Archive
S3 Standard-Infrequent Access
Buckets are created in a specific __________ :
- AZ
- data center
- web link
- region
region
Data in a buckets is by default redundantly stored in:
- different regions
- different AZs
- different EC2s
- different VPCs
different AZs
What is the most common way to access S3 for a systems/infrastructure employee?
- SDK
- Management Console
- Command Line Interface
- IAM
Management Console
Which of the following is a File Storage system compatible with all Linux-based AMIs?
- S3
- EFS
- EBS
- EC2
EFS
To connect to the EFS architecture you need to create _________:
- mount target
- drive letter
- web link
- EFS link
mount target
Which service is best for data archiving at an extremely low cost?
- S3
- EFS
- EBS
- S3 Glacier
S3 Glacier
Amazon S3 Glacier offers which of the following for fast retrieval of data:
- Expedited retrieval
- Bulk retrieval
- Standard retreival
- Immediate retreival
Expedited retrieval
Which of the following is NOT a use case for S3 Glacier?
- healthcare information archiving
- streaming to IoT devices
- regulatory compliance archiving
- digital preservation
- magnetic tape replacement
streaming to IoT devices
Which S3 storage class sacrifices redundancy for lower cost?
- S3 Standard-Infrequent access
- S3 Glacier
- S3 Glacier deep archive
- S3 One Zone-Infrequent Access
S3 One Zone-Infrequent Access