Devops. Lesson 10

Слайд 3

https://www.youtube.com/watch?v=Kt2VR5a9AF4

https://www.youtube.com/watch?v=Kt2VR5a9AF4

Слайд 12

AWS OpsWorks – это сервис управления конфигурациями, который предоставляет управляемые инстансы Chef и

AWS OpsWorks – это сервис управления конфигурациями, который предоставляет управляемые инстансы Chef
Puppet. Chef и Puppet – это платформы автоматизации, позволяющие использовать программный код для автоматического конфигурирования серверов. 

Слайд 17

РЕГИСТРИРУЕМСЯ В АМАЗОНЕ

https://aws.amazon.com/ru/ и просто нажать кнопку регестрации по центре екрана,

РЕГИСТРИРУЕМСЯ В АМАЗОНЕ https://aws.amazon.com/ru/ и просто нажать кнопку регестрации по центре екрана,
там пройти регистрацию, надо будет ввести кучу данных там город штут и так далее

Слайд 20

Pre-requisites
1- AWS CLI requires either Python 2.6.5+ or Python 3.3+ to be installed

Pre-requisites 1- AWS CLI requires either Python 2.6.5+ or Python 3.3+ to
on the system. We can install Python with the following command,
$ sudo apt-get install python3     (Ubuntu/Debian) $ sudo yum install python   (CentOS/RHEL) $ dnf install python  (Fedora)

$ curl -O https://bootstrap.pypa.io/get-pip.py
& then execute,
$ python get-pip.py

$ sudo apt-get install awscli    or $ sudo yum install awscli
But these are not the updated versions. For latest aws cli installation, run the following PIP command from the terminal,
$ pip install awscli
To upgrade the aws cli to the latest version, $ pip install awscli –upgrade

Слайд 21

$ aws configure
You will now be asked to enter the ‘AWS Access

$ aws configure You will now be asked to enter the ‘AWS
Key ID’, then ‘AWS Secret Access Key’ & lastly ‘Default Region Name’. All this information can be obtained from AWS Dashboard. Once all the information has been entered, we will be able to provide resources directly from our terminal, rather than from the AWS Dashboard.