Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Install AWS CLI On linux Tutorial

  • DotsWay
  • 2017-05-26
  • 39154
Install AWS CLI On linux Tutorial
amazon cli installamazon cli toolsamazon linux aws clicli installec2 cli commandshow to install awshow to install aws cli on ubuntuhow to update aws cliinstall aws cli pipinstall aws cli tools linuxinstall aws command line toolsinstall aws toolsinstall aws tools centosinstall cliinstall ec2 clilist ec2 instances command linepip awspip install awsyum aws cliyum install awsinstall awscli
  • ok logo

Скачать Install AWS CLI On linux Tutorial бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Install AWS CLI On linux Tutorial или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Install AWS CLI On linux Tutorial бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Install AWS CLI On linux Tutorial

In this video i will show you how to install the AWS Cli on Linux using pip.

Install AWS Cli Tutorial
http://dotsway.com/2017/05/26/install...

First install PIP

curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
export PATH=~/.local/bin:$PATH
source ~/.bash_profile

Install AWS Cli

pip install awscli


Configure AWS Cli

Perquisite: you need to have your Access Key and Secret Access Key, if you don't have one follow the below steps otherwise skip that part.

Create Access Key

Login to AWS Console
Under your IAM name choose 'My Security Credentials'
My Security Credentials
Click on Access Keys, create new one and save the Secret Access Key as you no longer going to have access to it anymore.

Create Access Key

Go to your EC2 again and run 'awsconfigure'
Put both Access and Secret Key
Choose your region or leave it empty for default
You can run simple commands like 'aws ec2 describe-instances' for testing.
Troubleshooting

If you are getting errors like:

An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credentials

Or

An error occurred (UnrecognizedClientException) when calling the DetectLabels operation: The security token included in the request is invalid.

You can confirm the keys by checking the configuration in below path

vi ~/.aws/config

It should look similar to

[default]
region = us-west-2
aws_access_key_id = AKI************
aws_secret_access_key = Isx8***************

You can also try debug mode

aws ec2 describe-instances --debug

In some cases the server time should be synced, so be sure that you have ntp and it's on

yum install ntp
systemctl start ntpd
ntpstat

Lastly try again running 'aws configure' and see the output which shows the last 3 characters if matching your keys.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]