Move files from EC2 windows instance in Account A to S3 bucket in Account B

0

What is the best approach to move files from a Windows EC2 instance in Account A to an S3 bucket in Account B?

  • Need a few more specifics here.
    File information: Are you moving a large number of files? A large number of small files? Do you have to try to preserve directory structure with prefixes? Do you need to preserve some meta data?
    Network information: Do you need to ensure that it stays within the customer network environment (VPCs)?

질문됨 일 년 전275회 조회
2개 답변
0

Since you said that it needs to be real time, it sounds like this is an ongoing data sync, as opposed to a migration. I'm going to make some inferences. Since you can't write directly to S3 - probably due to the application expecting a windows file system and writing locally - have you considered dropping an S3 file gateway in the environment? You could share the gateway to the windows instance and it can be mounted so that it appears as a file system, then it can sync up with S3. Typically, file gateways are put on-prem, but they don't need to be.

AWS
답변함 일 년 전
  • (For some reason, it didn't post when I composed this awhile ago :( ... maybe my click-to-post just didn't click...sorry)

0

Thank you for the follow up. Here are more details. There are a large number of files that need to be moved. It has to be real time and it has to be cross account within the same organization. Structure does need to be preserved.

답변함 일 년 전

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

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

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

관련 콘텐츠