Amazon AWS CLI S3 With Auto-Complete

Posted filed under Amazon AWS.

  Autocomplete Lesson: To add the autocomplete feature: $ echo “complete -C aws_completer aws” >> ~/.bash_profile $ source ~/.bash_profile S3 CLI commands Create a bucket: $ aws s3 mb s3://test-saurav-123 Remove the bucket: $ aws s3 rb test-saurav-123 Creating empty files in Linux : $ touch file{1..10} Copy a local file to a bucket: $… Read more »

Amazon AWS Auto Scaling with Load Balancing

Posted filed under Amazon AWS.

    Step 1) I will take image of One of My Web server called Webserver1, when I go to public IP address I will see the content of the Web server Step 2) I will stop the Instance; then Take an image of it. Call it “Webserver1Image” Step 3) Now I will see the… Read more »