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.

질문됨 일 년 전465회 조회
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
전문가
답변함 일 년 전
  • 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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠