Hello Friends 👋,
Welcome To Infinitbility! ❤️
This article help you to setup aws s3 in your ubuntu machine, here you will get steps of installation and configure s3 in ubuntu.
May be you are looking for it
- How to install and configure S3 in ubuntu
- How to check files and folders of s3 bucket using aws cli
- How to copy file from s3 using aws cli
- How to copy folder from s3 using aws cli
- how to copy folder s3 bucket to another s3 bucket
- How to delete files on s3 bucket using aws cli
Let’s start today’s topic installation and configuration of aws s3 ubuntu or how to install and configure aws s3
Table of content
- Installation
- Configuration
- Verification ( bucket list )
Step 1 - Move to root dir
first you have to move to your system root dir
1cd ~
Step 2 - Install aws CLI
install aws cli on your ubuntu machine
1sudo apt-get install awscli
Step 3 - AWS configuration
configure aws with your credentials
1aws configure
Enter your s3 bucket details
1access id -> YOUR ACCESS ID2secret key - > YOUR SECRET KEY3region -> YOUR REGION
Step 4 - check bucket list
After configuration check your bucket list usimg below command
1aws s3 ls
Thanks for reading…
Follow me on Twitter
Join our email list and get notified about new content
No worries, I respect your privacy and I will never abuse your email.
Every week, on Tuesday, you will receive a list of free tutorials I made during the week (I write one every day) and news on other training products I create.