Amazon Simple Storage Service (S3) | Event Notification Flashcards

1
Q

How much does it cost to retrieve data from Glacier?

Event Notification

Amazon Simple Storage Service (S3) | Storage

A

There are three ways to retrieve data from Glacier and each has a different per-GB retrieval fee and per-archive request fee (i.e. requesting one archive counts as one request). Expedited retrievals costs start at $0.03 per GB and $0.01 per request. Standard retrievals costs start at $0.01 per GB and $0.05 per 1,000 requests. Bulk retrievals costs start at $0.0025 per GB and $0.025 per 1,000 requests.

For example, using Expedited retrievals in the US East (Northern Virginia) region, if you requested 10 archives with a size of 1 GB each, the cost would be 10 x $0.03 +10 x $0.01 = $0.40.

If you were using Standard retrievals in the US East (Northern Virginia) region to retrieve 500 archives that were 1 GB each, the cost would be 500GB x $0.01 + 500 x $0.05/1,000 = $5.25

Lastly, using Bulk retrievals in the US East (Northern Virginia) region, if you were to retrieve 500 archives that are 1 GB each, the cost would be 500GB x $0.0025 + 500 x $0.025/1,000 = $1.2625.

When an archived object is retrieved, it resides in both RRS and Glacier.

To learn more about Glaicer pricing, please visit the Glacier pricing page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Amazon S3 event notifications?

Event Notification

Amazon Simple Storage Service (S3) | Storage

A

Amazon S3 event notifications can be sent in response to actions in Amazon S3 like PUTs, POSTs, COPYs, or DELETEs. Notification messages can be sent through either Amazon SNS, Amazon SQS, or directly to AWS Lambda.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What can I do with Amazon S3 event notifications?

Event Notification

Amazon Simple Storage Service (S3) | Storage

A

Amazon S3 event notifications enable you to run workflows, send alerts, or perform other actions in response to changes in your objects stored in Amazon S3. You can use Amazon S3 event notifications to set up triggers to perform actions including transcoding media files when they are uploaded, processing data files when they become available, and synchronizing Amazon S3 objects with other data stores. You can also set up event notifications based on object name prefixes and suffixes. For example, you can choose to receive notifications on object names that start with “images/.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is included in an Amazon S3 event notification?

Event Notification

Amazon Simple Storage Service (S3) | Storage

A

For a detailed description of the information included in Amazon S3 event notification messages, please refer to the Configuring Amazon S3 event notifications topic in the Amazon S3 Developer Guide.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do I set up Amazon S3 event notifications?

Event Notification

Amazon Simple Storage Service (S3) | Storage

A

For a detailed description of how to configure event notifications, please refer to the Configuring Amazon S3 event notifications topic in the Amazon S3 Developer Guide. You can learn more about the AWS messaging services in the Amazon SNS Documentation and the Amazon SQS Documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly