On this page
- 1 AWS: Simple Storage Service (S3)
- 2 AWS: Simple Storage Service (S3)
- 2.0.1 Which S3 Storage Class is the most cost-effective for archiving data with no retrieval time requirement?
- 2.0.2 What hybrid AWS service is used to allow on-premises servers to seamlessly use the AWS Cloud at the storage layer?
- 2.0.3 Which of the following services is a petabyte-scale data moving service (as a fleet) in or out of AWS with computing capabilities?
- 2.0.4 Which of the following is an exabytes-scale data moving service in or out of AWS?
- 2.0.5 What are Objects NOT composed of?
- 2.0.6 Where are objects stored in Amazon S3?
- 2.0.7 What can you use to define actions to move S3 objects between different storage classes?
- 2.0.8 Which S3 Storage Class is suitable for less frequently accessed data, but with rapid access when needed, while keeping a high durability and allowing an Availability Zone failure?
- 2.0.8.1 AWS Overview
- 2.0.8.2 AWS Basic Commands
- 2.0.8.3 Amazon Lightsail
- 2.0.8.4 AWS: Cloud Integrations and Cloud Monitoring
- 2.0.8.5 AWS: Deployments and Managing Infrastructure at Scale
- 2.0.8.6 AWS: Other Compute Services
- 2.0.8.7 AWS: Databases and Analytics
- 2.0.8.8 AWS: ELB and ASG
- 2.0.8.9 EC2 (Amazon Elastic Compute Cloud)
- 2.0.8.10 AWS: Identity and Access Management
- 2.0.8.11 AWS: Cloud Computing
- 2.0.8.12 AWS: Amazon Web Services
- 2.1 Leave A Comment Cancel reply
AWS: Simple Storage Service (S3)
AWS: Simple Storage Service (S3)
On this page
- 1 Which S3 Storage Class is the most cost-effective for archiving data with no retrieval time requirement?
- 2 What hybrid AWS service is used to allow on-premises servers to seamlessly use the AWS Cloud at the storage layer?
- 3 Which of the following services is a petabyte-scale data moving service (as a fleet) in or out of AWS with computing capabilities?
- 4 Which of the following is an exabytes-scale data moving service in or out of AWS?
- 5 What are Objects NOT composed of?
- 6 Where are objects stored in Amazon S3?
- 7 What can you use to define actions to move S3 objects between different storage classes?
- 8 Which S3 Storage Class is suitable for less frequently accessed data, but with rapid access when needed, while keeping a high durability and allowing an Availability Zone failure?
Which S3 Storage Class is the most cost-effective for archiving data with no retrieval time requirement?
Amazon Glacier Deep Archive (Amazon Glacier Deep Archive is the most cost-effective option if you want to archive data and do not have a retrieval time requirement. You can retrieve data in 12 or 48 hours.)
What hybrid AWS service is used to allow on-premises servers to seamlessly use the AWS Cloud at the storage layer?
Storage Gateway (AWS Storage Gateway is a hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage.)
Which of the following services is a petabyte-scale data moving service (as a fleet) in or out of AWS with computing capabilities?
Snowball Edge (Snowball Edge is best-suited to move petabytes of data and offers computing capabilities. Be careful, it’s recommended to use a fleet of Snowballs to move less than 10PBs of data. Over this quantity, it’s better-suited to use Snowmobile.)
Which of the following is an exabytes-scale data moving service in or out of AWS?
Snowmobile (Snowmobile is used to move exabytes of data in or out of AWS (1 EB=1,000 PBs=1,000,000 TBs).)
What are Objects NOT composed of?
Access Keys (Access Keys are used to sign programmatic requests to the AWS CLI or AWS API.)
Where are objects stored in Amazon S3?
Buckets (Buckets store objects in Amazon S3.)
What can you use to define actions to move S3 objects between different storage classes?
Lifecycle Rules (Lifecycle Rules can be used to define when S3 objects should be transitioned to another storage class or when objects should be deleted after some time.)
Which S3 Storage Class is suitable for less frequently accessed data, but with rapid access when needed, while keeping a high durability and allowing an Availability Zone failure?
Amazon S3 Standard-Infrequent Access (Amazon S3 Standard-Infrequent Access allow you to store infrequently accessed data, with rapid access when needed, has a high durability, and is stored in several Availability Zones to avoid data loss in case of a disaster. It can be used to store data for disaster recovery, backups, etc.)