Transfer S3 bucket objects of Intelligent tiering to another s3 bucket of diff account

0

Hi, I am trying to copy all the data from bucket A to bucket B of different account . I have done by using aws cli command "aws s3 sync s3://DOC-EXAMPLE-BUCKET-SOURCE s3://DOC-EXAMPLE-BUCKET-TARGET". Then all the objects has been transferred except objects of intelligent tiering storage class. Please let me the exact process to copy that too.

asked a year ago449 views
2 Answers
0

Hi,

You can try to provide the --storage-class option as part of you command https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html

profile picture
EXPERT
answered a year ago
  • Is with that, objects already in Intelligent tiering in source bucket also moved directly to standard in destination bucket

  • Not sure if above is a question or if it helped working as intended, can you clarify?

0

Hi THere

Are the objects also in the Archive Access and Deep Archive Access tiers. If so, you first need to initiate a restore request before you can copy them. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering-managing.html#restore-data-from-int-tier-archive

profile pictureAWS
EXPERT
Matt-B
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions