I want to transfer files from s3 bucket to local, but for some reason I don't have the flexibility to generate credentials for direct access. Instead I have access to an EC2 instance that has access to the s3 bucket. Currently what i did is
- transfer files from s3 to ec2
- transfer files from ec2 to local
Is there an easier way to transfer files in this situation? for example, use the ec2 as an tunnel to direct transfer files to local without transferring to the ec2 instances.