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)?

demandé il y a un an271 vues
2 réponses
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
répondu il y a un an
  • (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.

répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions