Studies about IaC (Terraform, Ansible and Vagrant)
-
Generate
ssh keysSimply 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_rsaand 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
/vagrantin the hosts
-
Create an user in aws to get the credentials
-
Get the credentials and add to your
aws-clito be able to run all the commands