Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
NazzSk
Contributor
Contributor

Copying a S3 object/File form another AWS Acoount's S3 bucket within the Organization

Hi All,

I have a scenario, where I have to create a job in Talend cloud, in which I have to copy a file form AWS-Stage Account to AWS-dev account based on user request on Demand. The user request will be created a queue in SQS with all the bucket and file details and I will use the SQS components to read and retrieve the message to use it talend job.

How can I copy the file FROM AWS Stage S3 to AWS Dev S3 using a talend job which runs in a EC2 instance in AWS Dev?

Labels (6)
2 Replies
manodwhb
Champion II
Champion II

@Nazz sk​ ,check the below link may help you.

 

https://aws.amazon.com/premiumsupport/knowledge-center/copy-s3-objects-account/

 

Thanks,

Manohar

NazzSk
Contributor
Contributor
Author

thanks Manohar

 

I recently found another document, which will help my purpose.

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html

 

topic:

Allowing an instance profile role to switch to a role in another account

 

Thanks,

Naveen