Basic operations using Amazon S3 via AWS-CLI
Today begins the series on how to make sysadmin by teaching how to use AWS services via CLI. If you haven’t installed it, see how to install it on my other store.
Now we are going to raise the level.
To consult the help type
$ aws s3 help
List all buckets
Create Bucket
Result
Remove Bucket — $aws s3 rb s3://palmeiras-nao-tem-mundial
Guys, I just created buckets with the name of soccer teams from Brazil and the world to give a very simple example and with good humor. I did nothing to offend anyone. Already a message for the fans of Palmeiras. And I took advantage of that UCL final week to use as an example.
To send the file to the bucket we will create text files to send.
Create files using echo.
Create new Bucket
Copy psg.txt to S3 Bucket
Create bayern files bellow….. and doing the same way with the psg files.
View files created in S3 from your S3 Management Console
I wish the best to anyone who wins the UCL. And great weekend for everyone.