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.

質問済み 1年前464ビュー
2回答
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
エキスパート
回答済み 1年前
  • 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
エキスパート
Matt-B
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ