Installation of AWS CLI and S3FS

Share via:

Hi Dears,

In this article, we will see Installation of AWS CLI and S3FS

We can use multiple AWS services by using AWSCLI.
It’s a command line interface which can manage S3 to copy, list, move files from local filesystem to Bucket as one of the service.

Configure Bucket into database:

Configure s3fs (FUSE)

As a local filesystem we can mount S3 Bucket on our instance.
We can use simple commands like ls, cp , mv commands to run locally as a system commands.
S3FS is a fuse filesystem which is backed by AWS.

Create An IAM role to S3 bucket , attach IAM role to particular instance & mount S3 bucket using IAM role

 

Thank you for giving your valuable time to read the above information. Please click here to subscribe for further updates

KTEXPERTS is always active on below social media platforms.

Facebook : https://www.facebook.com/ktexperts/
LinkedIn : https://www.linkedin.com/company/ktexperts/
Twitter : https://twitter.com/ktexpertsadmin
YouTube : https://www.youtube.com/c/ktexperts

Share via:
Note: Please test scripts in Non Prod before trying in Production.
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Add Comment