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
A S3 bucket must be:
- unique across of all AWS
- unique within the AWS region
- unique within the an AZ
- unique within a user account
unique across of all AWS
What feature allows for a Website to be ran on S3?
- IIS
- Apache
- Dynamic website hosting
- Static website hosting
Static website hosting
S3 buckets are by default:
- all private
- all public
- sometimes private
- sometimes public
all private
In addition to making a bucket public one has to allow which of the following:
- static website hosting
- Apache
- ACL access
- IAM access
ACL access
With S3 one pays by GB used per month.
True
False
True
A company wants to store data that is not frequently accessed. What is the best can cost-effective solution?
- AWS Storage Gateway
- AWS S3 Glacier
- AWS EBS
- AWS Simple Storage Service
AWS S3 Glacier
The more you use with S3 the lower the per GB cost becomes.
True
False
True
The maximum size for a single object in S3 is 5 TB.
True
False
True
EBS storage can be magnetic, SSD or provisioned IOPS SSD (M.2).
True
False
True