Using EC2 instance to access S3 bucket locally

0 votes
Both the above-mentioned entities lie in the same region. I need to access large files around 20 mbs using my EC2 instance.

I open programmatically access these files using EC2 with python?

Is there a way to make it happen?
Apr 17, 2018 in Cloud Computing by brat_1
• 7,200 points
3,103 views

3 answers to this question.

0 votes
Let us get this straight you will have to deal with the objects that get downloaded in the background from S3 to your EC2. You need to do two things, one install plugin. I am referring to one of the several plugins for S3 file system fo fuse. After that you may use boto for accessing S3 objects which is the second thing I was referring to.
answered Apr 17, 2018 by hemant
• 5,790 points
0 votes
You can use the s3-fuse to do this.

https://github.com/s3fs-fuse/s3fs-fuse

You can use Python to then copy your files from your S3 bucket to you EC2 instance.
answered Nov 30, 2018 by Aniket
0 votes
You can use the boto library to access your s3 bucket.

You can use Python code to play with the AWS Services. You can use fuctions of boto3 to copy files from s3 bucket to your instance.
answered Nov 30, 2018 by Aniket

Related Questions In Cloud Computing

0 votes
1 answer

SSH access to Amazon EC2 instance shows permission denied

The error is an authentication error. The ...READ MORE

answered Jul 16, 2018 in Cloud Computing by Gopalan
• 1,360 points
1,185 views
0 votes
1 answer
0 votes
1 answer

AWS: How can you connect to an EC2 Linux instance using Putty?

1. Select your instance in the EC2 ...READ MORE

answered Aug 6, 2018 in Cloud Computing by Meci Matt
• 9,460 points
900 views
+4 votes
5 answers

How to do parallel uploads to the same s3 bucket directory with s3cmd?

Is your problem is not with the ...READ MORE

answered Oct 11, 2018 in Cloud Computing by findingbugs
• 4,780 points
4,053 views
0 votes
1 answer

Is there a way to find out the number of objects stored in an S3 bucket?

Frankly, that is not possible. This is ...READ MORE

answered Apr 17, 2018 in Cloud Computing by code_ninja
• 6,290 points
605 views
0 votes
1 answer

Is there a way to transfer files between AWS s3 and ec2

The answer is a definite yes yes. ...READ MORE

answered Apr 17, 2018 in Cloud Computing by brat_1
• 7,200 points
611 views
0 votes
1 answer

Can you mirror Amazon S3 bucket using Amazon Glacier?

Yes you can mirror Amazon S3 bucket ...READ MORE

answered Apr 19, 2018 in Cloud Computing by brat_1
• 7,200 points
864 views
0 votes
1 answer

Is there a way to use websockets for streaming S3 bucket?

I believe that’s not possible natively in ...READ MORE

answered May 10, 2018 in Cloud Computing by DragonLord999
• 8,450 points
1,808 views
+1 vote
2 answers

I want to Migrate from Oracle RDBMS to AWS S3 using Kinesis

Try to understand AWS Schema Conversion Tool ...READ MORE

answered Apr 20, 2018 in Cloud Computing by hemant
• 5,790 points
2,120 views
0 votes
2 answers

How can I route request to EC2 instance behind AWS ELB?

You can have a look at the ...READ MORE

answered Aug 17, 2018 in Cloud Computing by Priyaj
• 58,090 points
823 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP