Hi Everyone,
I want to copy a file from S3 to an EC2 host. How can I achieve that? Aws_s3 module has destination but I am not sure how can I use that to provide a remote server location?
Hi Everyone,
I want to copy a file from S3 to an EC2 host. How can I achieve that? Aws_s3 module has destination but I am not sure how can I use that to provide a remote server location?
Here is working example:
Don’t forget to install boto3 on remote host otherwise it will fail. Le me know if you need any help