Is it possible to cross-region replicate S3 data in Intelligent Tiering without paying for 30 days of Frequent Access?

0

I have a bucket with hundreds of terabytes of data in a bucket in Intelligent Tiering, and would like to have a cross-region DR backup to Glacier. Using Batch Replication to create the initial version of that backup bucket would transition all objects to Frequent Access tier, and I'd pay for all objects at that tier for 30 days before some could transition down to Infrequent Access.

Is there any way to start a cross-region Glacier backup without paying that 30 days of Frequent Access? My read of the docs right now is that there is not, and the 30 day cost is unavoidable.

iamed2
已提問 8 個月前檢視次數 380 次
1 個回答
0

Hi,

I agree with your assessment. Copying the object either manually, via Replication or Batch Operations will tier up the object (see https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering-overview.html)

The following actions constitute access that automatically moves objects from the Infrequent Access tier or the Archive Instant Access tier back to the Frequent Access tier:

Downloading or copying an object through the Amazon S3 console.

Invoking CopyObject, UploadPartCopy, or replicating objects with Batch Replication. In these cases, the source objects of the copy or replication operations are tiered up.

Invoking GetObject, PutObject, RestoreObject, CompleteMultipartUpload, or ListParts.

AWS Backup calls this out explicitly, see https://docs.aws.amazon.com/aws-backup/latest/devguide/s3-backups.html

If you create a backup of an S3 Intelligent Tier (INT) object, then the source object moves to a storage tier that is more expensive than its present storage tier.

profile pictureAWS
專家
已回答 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南