1- for the configuration file ( instance.yaml )
1a- gather information from AWS: access and secret Key
1b- on AWS: OS, image and region
1c- security_group and vpc_subnet_id
1d- key_pair ( use to remote access the newly created VM)
2
...
- download the git
3- Install Ansible ( pip install ansible ) and Run the Ansible playbooks
1a- gather information from AWS: access and secret Key ( to allow remote script to create VM on AWS )
...
1c- security_group and vpc_subnet_id ( VPC_ID: vpc-ec141b95 , VPC subnet ID: subnet-07fa774c and SG: sg-a01974d1 )
1d- key_pair in the selected region ( use to remote access the newly created VM )
...