Studies about IaC (Terraform, Ansible and Vagrant)
-
Generate
ssh keys
Simply generate a new key using thi command:ssh-keygen
-
Copy the key to the root folder of the project The private key must be named
id_rsa
and the public keyid_rsa.pub
-
The Vangrant file specify a network The network specified on vagrant file might not exists, so, depending on your system, you may have to create, remove or edit the network
-
All files from the root directory of this project are synced with the folder
/vagrant
in the hosts
-
Create an user in aws to get the credentials
-
Get the credentials and add to your
aws-cli
to be able to run all the commands