Skip to main content

AWS S3 useful command line commands

 ************************

cd C:\Program Files\Amazon\AWSCLIV2\


Enter at the command line to access the AWS in windows (if there is an error in a different folders)

"C:\Program Files\Amazon\AWSCLIV2"\aws configure set default.region ap-south-1


<ap-south-01> is the S3 space on the AWS 

*************************


# list all buckets

>aws s3 ls


#aws cli commands

# make a bucket

>aws s3 mb s3://intro-aws-768

------------------------------------





Create a folder on S3 in AWS through the command line


>aws s3 mb s3://intro-aws-768

>aws s3 ls


*******************************************

# upload a file to the s3 bucket

>aws s3 cp k:/aws/SathbabuKeyPair.pem s3://intro-aws-768

>aws s3 cp k:/aws/SathbabuKeyPair.pem s3://sriraha-hosting01


>aws s3 ls s3://intro-aws-768


-------------------------


# delete object

aws s3 rm s3://intro-aws-768/SathbabuKeyPair.pem


--------------------------


# delete all objects in a bucket

aws s3 rm s3://sriraha-hosting01 --recursive


---------------------------------------


# Delete the bucket

aws s3 rb --force s3://sriraha-hosting01

Popular posts from this blog

பொன் பொருள் அள்ளித் தரும் ஐஸ்வர்ய ஈஸ்வரன்!

  பொன் பொருள் அள்ளித் தரும் ஐஸ்வர்ய ஈஸ்வரன் ! முன்னூர் ரமேஷ் & பெ . ராகேஷ் சிறுதாவூர் பூதகிரீஸ்வரர் கோயில் சிறுதாவூர் பூதகிரீஸ்வரர் கோயில் வழிபாடுகள் ` பைரவ க்ஷேத்திரம் என்று பக்தியோடு பூஜிக்கப்படும் காசி நகரில் ` அந்தா்வேதி ' என்னும் இடத்தில் மிகப்பெரிய யாகம் ஒன்றை நடத்த முடிவு செய்தாா் பிரம்மதேவன் . இந்த யாகத்திற்காக நான்மறைகளிலும் கரைகண்ட வேதியா்கள் வேண்டுமெனத் திருக்கயிலை நாதனிடம் முறையிட்டாா் . திருக்கயிலையில் தம் சேவகா்களான பூத கணங்களை யாகத்திற்கு அனுப்பிவைக்கத் திருவுளம் கனிந்தாா் ஈசன் . பிரம்மதேவனின் யாக வேள்வியில் வேதங்களை முழங்கிக் கொண்டிருந்த அந்தணா்களாக மாறிய பூத கணங்களுக்கு , தில்லையம்பதியில் ஈசன் புரிந்த ஆனந்தத் திருநடனத்தைக் கண்டுகளிக்க வேண்டும் என்ற ஆவல் ஏற்பட்டது . தாருகாவனத்தில் ஈசன் திருநடனம் புரிந்த காட்சியை நினைக்கும்போதெல்லாம் தன் மனம் பூரிப்பு அடைவதாகப் பாம்பணையில் துயிலும் மாலவனே ஆதிசேஷனிடம் நெகிழ்ச்சியுற்றாா் எனும்போது , பூதகணங்களுக்கு அதைக் காணும் ஆவல் ஏற்பட்டதில் ...

Training to work to Create the following tables in MySQL

 -- Create the following tables in MySQL -- Products -- primary key -- name -- category -- sell by date -- sold or not -- moment of sale -- quantity -- weight Kg create table products(id int primary key auto_increment, name varchar(40), category enum('Baked Goods', 'Fruit and Veg', 'Dairy'),  sell_by date, sold bool, moment_of_sale timestamp, quantity int, weight numeric(6,3)); select * from products; insert into products(name, category, sell_by, sold, moment_of_sale, quantity, weight) values  ("Sack of Potatoes", "Fruit and Veg", "2016-10-14", true, "2015-11-01 10:23:45", 30, 10); -- --------------------------------------- -- Personnel -- primary key -- given name -- family name -- gender -- telephone number -- marital status -- age -- salary -- position -- date started -- --------------------------------------- create table personnel(id int primary key auto_increment, given_name varchar(50), family_name varchar(50), gend...

Planning your personal means

  Have an emergency fund save 3 to 6 months of family expenses and then plan large expenses Living below your means with increased income expenses should not increase with increased income saveing being increased. Never be dependent on one source of income , if you dependent on one source of income you are only one step away from poverty depending on one source is risky and can stop your growth, instead of living paycheque to paycheque, create extra sources. If a family to get rich, remember that there is no your money there is only our money