LoginSignup
1
1

More than 5 years have passed since last update.

VyOSにAWSCLIをインストールする

Posted at

VyOSにAWS CLIをインストールする

VyOSは以下を使用:
VyOS (HVM) 1.0.5-760e742d-5ec6-4d7b-b15c-2df9e3f3a450-ami-9ea315f6.2 (ami-67351f66)

AWS CLIをインストール

pipをインストール
wget http://peak.telecommunity.com/dist/ez_setup.py
sudo python ez_setup.py
sudo easy_install pip
pip --version
awscliをインストール
sudo pip install awscli
sudo pip install --upgrade awscli
complete -C aws_completer aws
aws --version

以上です

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1