How much data can a company store in the Amazon S3 service?
4. Virtually unlimited
The Amazon Simple Storage Service (S3) offers virtually unlimited storage. The total volume of data and number of objects you can store are unlimited. Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single PUT is 5 gigabytes.
Reference:
Amazon S3 FAQs
Save time with our AWS cheat sheets.
Which AWS hybrid storage service enables a user’s on-premises applications to seamlessly use AWS Cloud storage?
4. AWS Storage Gateway
AWS Storage Gateway is a hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage. Customers use Storage Gateway to simplify storage management and reduce costs for key hybrid cloud storage use cases.
These include moving tape backups to the cloud, reducing on-premises storage with cloud-backed file shares, providing low latency access to data in AWS for on-premises applications, as well as various migration, archiving, processing, and disaster recovery use cases.
Reference:
AWS Storage Gateway
Save time with our AWS cheat sheets.
Amazon S3 is typically used for which of the following use cases?
(Select TWO.)
1. Host a static website
3. Media hosting
Amazon S3 is an object storage system. Typical use cases include: Backup and storage, application hosting, media hosting, software delivery and hosting a static website.
Reference:
Understand common use cases
Save time with our AWS cheat sheets.
Which service can be used to cost-effectively move exabytes of data into AWS?
1. AWS Snowmobile
With AWS Snowmobile you can move 100PB per snowmobile. AWS call this an Exabyte-scale data transfer service.
Reference:
AWS Snowball
Save time with our AWS cheat sheets.
A company requires a single service which can manage their backup and restore requirements, their data lakes, and archives all in one place.
Which AWS service is suitable for all these use cases?
4. Amazon Simple Storage Service (Amazon S3).
Amazon S3 is the only service out of the answers which can be used for backup and restore, data lakes and archival solutions. Because S3 is an object storage service, there are lots of different use cases.
Reference:
Amazon S3
Save time with our AWS cheat sheets.
What are two components of Amazon S3?
(Select TWO.)
1. Buckets
3. Objects
Amazon S3 is an object-based storage system that is accessed using a RESTful API over HTTP(S). It consists of buckets, which are root level folders, and objects, which are the files, images etc. that you upload.
The terms directory, file system and block device do not apply to Amazon S3.
Reference:
What is Amazon S3?
Save time with our AWS cheat sheets.
Which storage type can be mounted using the NFS protocol to many EC2 instances simultaneously?
4. Amazon EFS
EFS is a fully-managed service that makes it easy to set up and scale file storage in the Amazon Cloud. EFS uses the NFSv4.1 protocol. Can concurrently connect 1 to 1000s of EC2 instances, from multiple AZs.
Reference:
Amazon Elastic File System
Save time with our AWS cheat sheets.
Which AWS service enables hybrid cloud storage between on-premises and the AWS Cloud?
2. AWS Storage Gateway
The AWS Storage Gateway service enables hybrid cloud storage between on-premises environments and the AWS Cloud. It seamlessly integrates on-premises enterprise applications and workflows with Amazon’s block and object cloud storage services through industry standard storage protocols.
Reference:
AWS Storage Gateway Documentation
Save time with our AWS cheat sheets.
It is necessary for a company to have access to scalable, highly reliable, and fully managed file storage that runs on the Server Message Block (SMB) protocol.
Which AWS service will meet these requirements?
3. Amazon FSx for Windows File Server
Amazon FSx for Windows File Server provides fully managed Microsoft Windows file servers, backed by a fully native Windows file system. Amazon FSx supports a broad set of enterprise Windows workloads with fully managed file storage built on Microsoft Windows Server. Amazon FSx has native support for Windows file system features and for the industry-standard Server Message Block (SMB) protocol to access file storage over a network.
Reference:
Amazon FSx for Windows File Server
Save time with our AWS cheat sheets.
Which type of storage stores objects comprised of key, value pairs?
4. Amazon S3
Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 is an object-based storage system that stores objects that are comprised of key, value pairs.
Reference:
What is Amazon S3?
Save time with our AWS cheat sheets.
Which type of EBS volumes can be encrypted?
2. Both non-root and root volumes
Amazon EBS encryption offers a straight-forward encryption solution for your EBS resources that doesn’t require you to build, maintain, and secure your own key management infrastructure. It uses AWS Key Management Service (AWS KMS) customer master keys (CMK) when creating encrypted volumes and snapshots.
Encryption operations occur on the servers that host EC2 instances, ensuring the security of both data-at-rest and data-in-transit between an instance and its attached EBS storage.
All volumes can now be encrypted at launch time and it’s possible to set this as the default setting.
Reference:
Amazon EBS encryption
Save time with our AWS cheat sheets.
What feature of Amazon S3 enables you to set rules to automatically transfer objects between different storage classes at defined time intervals?
2. Object Lifecycle Management
Object lifecycle management can be used with objects so that they are stored cost effectively throughout their lifecycle. Objects can be transitioned to another storage class or expired.
All other options are incorrect as they are not services that can automatically transfer objects between S3 storage classes.
Reference:
Managing the lifecycle of objects
Save time with our AWS cheat sheets.
What charges are applicable to Amazon S3 Standard storage class?
(Select TWO.)
1. Per GB/month storage fee
5. Data egress
With the standard storage class you pay a per GB/month storage fee, and data transfer out of S3. Standard-IA and One Zone-IA have a minimum capacity charge per object. Standard-IA, One Zone-IA, and Glacier also have a retrieval fee. You don’t pay for data into S3 under any storage class.
Reference:
Amazon S3 pricing
Save time with our AWS cheat sheets.
How can a company protect their Amazon S3 data from a regional disaster?
2. Use Cross-Region Replication (CRR) to copy to another region
Cross-Region replication (CRR) is used to copy objects across Amazon S3 buckets in different AWS Regions. The only option here that will help is to use CRR to copy the data to another region. This will provide disaster recovery.
Reference:
Replicating objects within and across Regions
Save time with our AWS cheat sheets.