Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee
Showing posts with label Amazon Web Services (AWS). Show all posts
Showing posts with label Amazon Web Services (AWS). Show all posts

Monday, October 21, 2019

How to Install Amazon EC2 CLI Tools on Ubuntu, Debian and Linux Mint

October 21, 2019
How to Install Amazon EC2 CLI Tools on Ubuntu, Debian and Linux Mint
  (adsbygoogle = window.adsbygoogle || []).push({}); Installing the AWS Command Line Interface Install JAVA JRE or JDK Step1 :-  java –version    or    which java Step2 :- sudo apt-get install -y openjdk-7-jre Download and Setup the Amazon API CLI Tools Step2 :- sudo mkdir /usr/local/ec2 Step3 :- sudo wget http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip...