How to mount S3 bucket on AWS EC2

How to mount S3 bucket on AWS EC2

August 23, 2019 / Nirav Shah

How To Mount S3 Bucket On AWS EC2 Step By Step

What is s3fs ?

s3fs is a FUSE filesystem that enables you to mount an Amazon S3 pail as a nearby filesystem. It stores documents locally and straightforwardly in S3 (i.e., you can utilize different projects to get to similar records). The most extreme size of articles that s3fs can deal with relies upon Amazon S3. For instance, up to 5 GB when utilizing single PUT API. What’s more, up to 5 TB is supported when Multipart Upload API is utilized.

Important Note.

Your kernel must support FUSE, kernels earlier than 2.6.18-164 may not have FUSE support. Virtual Private Servers (VPS) may not have FUSE support compiled into their kernels.

Main Requirements For s3fs on AWS S3 Bucket are as follow.

  1. Amazon Web Service Account.
  2. AWS ACCESS KEY ID of Amazon Web Service Account (Provided under My Security Credentials in the Amazon Web Service Account).
  3. AWS SECRET ACCESSKEY of Amazon Web Service Account (Provided under My Security Credentials in the Amazon Web Service Account).
  4. 1 Object to be placed in a S3 Bucket on Amazon Web Service which can be in anyformat Image,Video,Music.

Steps which should be followed to enable S3fs on your instance and s3 bucket in AWS Account.

Step 1

Log In to your AWS Account.

You can log in to your AWS Account by your E-Mail Id & Password after registrating in the AWS(Amazon Web Service).

Step 2

Launch ubuntu server

Launch instance in AWS is very simple just need to follow the given steps under.

Find Service drop down menu which is located on the right side on the AWS logo in the main dashborad.

Click on EC2 under compute section.

Select Launch instance which is present in create instance tag Note (Please Verify that you are under the region which is closer to you).

There are more than 400 type of instance avalible in AWS Select Ubuntu Server 18.04(This is the latest version of ubuntu systems).

Choose the type of instance you want to build virtually.

Configure Instance Details(Field you need to check are as under).

Number of instances(i.e. the number of instance you want to Launch with the same configration by default this number is 1).

Network (i.e. under which network policy are you in. In AWS this is called VPC (Virtual Private Cloud) you can change it or can keep it as default).

Subnet (i.e. this is the availability zone where you want your to Launch your instance).

IAM Role (i.e. the role given to a specific person/group to manage a services).

Add Storage (i.e. to add a extra storage capacity to your instance).

Add Tags (i.e. for giving the name to your instance basically for your knowledge).

Configure Security Group (i.e. which ports should be allowed to the instance are stated under this service).

Click On Review And Launch (verify all the details of the instance).

Launch the instance (Your instance is ready to use).

You will get a key to connect your server.

Step 3

Create a S3 Bucket

You can find S3 service under the storage catagory in the service drop down menu.

Click on create bucket.

Name the bucket as you want (In my case i have named my bucket testbucketeternal1234).

Click on create button and this will create the bucket.

Upload 1 file in the S3 Bucket.

Click on upload by going inside the bucket.

A popup will come in which you have to add a file (Image,Video or Music).

Click on Upload Button in the bottom of the pupup.

Step 4

Connect your ubuntu server with KEY command to connect the server is as under.


Step 5

Enter the root user by the following command.

Step 6

Update the ubuntu server by the following command.


Step 7

Install s3fs by the following command.

Install s3fs by the following command(If you are not in the root user).


Step 8

grant permission of you account by the following command.


Step 9

State the path where you want to show your S3 bucket by the following command.


If any Error comes run this command.


Step 10

Check the file where you have stored you S3 bucket and you will find the object which you have uploaded in the S3 Bucket.

Step 11

Now copy the same object in the same location where you have stroed your S3 by the following command.


You can see that the new object will also appare in the AWS console under the S3 Bucketd.

Talk to AWS Certified Consultant

    Spread Love By Sharing:

    Let Us Talk About Your AWS Development Requirements

    Have queries about your AWS project ideas and concepts? Please drop in your project details to discuss with our AWS experts, professionals and consultants.

    • Swift Hiring and Onboarding
    • Experienced and Trained AWS Team
    • Quality Consulting and Programming
    Let’s Connect and Discuss Your Project