Amazon Glacier | Data Retrievals Flashcards
How do I set up Vault Lock?
Data Retrievals
Amazon Glacier | Storage
You can set up Vault Lock in the AWS Glacier console or use the Vault Lock APIs in the AWS SDK. To learn more, please read Getting Started with Amazon Glacier Vault Lock in the Amazon Glacier developer’s guide.
How can I retrieve data from the service?
Data Retrievals
Amazon Glacier | Storage
When you make a request to retrieve data from Glacier, you initiate a retrieval job for an archive. Once the retrieval job completes, your data will be available to download or access it using Amazon Elastic Compute Cloud (Amazon EC2) for 24 hours. There are three options for retrieving data with varying access times and cost: Expedited, Standard, and Bulk retrievals.
What are Standard retrievals?
Data Retrievals
Amazon Glacier | Storage
Standard retrievals allow you to access any of your archives within several hours. Standard retrievals typically complete within 3 – 5 hours.
How do I use Standard retrievals?
Data Retrievals
Amazon Glacier | Storage
To make a Standard retrieval, set the “Tier” parameter in the InitiateJob API request to “Standard”. If no tier is specified, the request will default to Standard.
How much do Standard retrievals cost?
Data Retrievals
Amazon Glacier | Storage
Standard retrievals are priced at a flat rate of $0.01 per GB and $0.05 per 1,000 requests. For example, retrieving 500 archives that are 1 GB each would cost 500GB x $0.01 + 500 x $0.05/1,000 = $5.025
When should I use Standard retrievals?
Data Retrievals
Amazon Glacier | Storage
Standard retrievals are a low-cost way to access your data within just a few hours. For example, you can use Standard retrievals to restore backup data, retrieve archived media content for same-day editing or distribution, or pull and analyze logs to drive business decisions within hours.
What are Bulk retrievals?
Data Retrievals
Amazon Glacier | Storage
Bulk retrievals are Glacier’s lowest-cost retrieval option, enabling you to retrieve large amounts, even petabytes, of data inexpensively in a day. Bulk retrievals typically complete within 5 – 12 hours.
How do I use Bulk retrievals?
Data Retrievals
Amazon Glacier | Storage
To make a Bulk retrieval, set the “Tier” parameter in the InitiateJob API request to Bulk.
How much do Bulk retrievals cost?
Data Retrievals
Amazon Glacier | Storage
Bulk retrievals are priced at a flat rate of just $0.0025 per GB and $0.025 per request. For example, retrieving 500 archives that are 1 GB each would cost 500GB x $0.0025 + 500 x $0.025/1,000 = $1.2625.
When should I use Bulk retrievals?
Data Retrievals
Amazon Glacier | Storage
Bulk retrievals are designed to enable customers to cost-effectively pull large amounts of data for non-urgent use cases such as transcoding petabytes of raw video content or analyzing large genomics sequences.
What are Expedited retrievals?
Data Retrievals
Amazon Glacier | Storage
Expedited retrievals allow you to quickly access your data when occasional urgent requests for a subset of archives are required. For all but the largest archives (250MB+), data accessed using Expedited retrievals are typically made available within 1 – 5 minutes. There are two types of Expedited retrievals: On-Demand and Provisioned. On-Demand requests are like EC2 On-Demand instances and are available the vast majority of the time. Provisioned requests are guaranteed to be available when you need them.
What is a Provisioned capacity unit?
Data Retrievals
Amazon Glacier | Storage
Provisioned Capacity guarantees that your retrieval capacity for Expedited retrievals will be available when you need it. Each unit of capacity ensures that at least 3 expedited retrievals can be performed every 5 minutes and provides up to 150MB/s of retrieval throughput.
When should I provision retrieval capacity?
Data Retrievals
Amazon Glacier | Storage
Retrieval capacity can be provisioned if you have specific Expedited retrieval rate requirements that need to be met. Without provisioned capacity, Expedited retrieval requests will be accepted if capacity is available at the time the request is made.
How do I purchase provisioned capacity?
Data Retrievals
Amazon Glacier | Storage
You can purchase provisioned capacity using the console, SDK, or the CLI.
How much does provisioned capacity cost?
Data Retrievals
Amazon Glacier | Storage
Each unit of provisioned capacity costs $100 per month from the date of purchase.