11.5k views
0 votes
How is data written and transferred when using storage volumes in Volume Gateways?

a) Data is written directly to Amazon S3
b) Data is written to on-premise storage and asynchronously transferred to Amazon S3
c) Data is written to a virtual tape library
d) Data is written to a cached storage layer

User Luke Tan
by
7.6k points

1 Answer

6 votes

Final answer:

Data is written to a cached storage layer and asynchronously transferred to Amazon S3 when using storage volumes in Volume Gateways.

Step-by-step explanation:

When using storage volumes in Volume Gateways, data is written to a cached storage layer and asynchronously transferred to Amazon S3.

The cached storage layer is a local disk-based cache that helps improve read and write performance. The data is initially written to this cache and then asynchronously transferred to Amazon S3 in the background.

This allows for faster access to frequently accessed data while also ensuring that a copy of the data is stored securely in Amazon S3 for durability.

User Jaksa
by
7.9k points