Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

1- gather information from AWS: access and secret Key
2-  on AWS:  OS, image and region
3-  security_group and  vpc_subnet_id
4- key_pair  ( use to remote access the newly created VM )
5- fill the YAML file and run the Ansible playbooks




1- gather information from AWS: access and secret Key ( to allow remote script to create VM on AWS )

1a- access key


1b- secret key ( when a Access key is created, aws console will download on the laptop a cvs file with access and security key )


2-  on AWS:  OS, image and region

1b- AWS AMI or Amazon Machine Image


centos 7, ami-a042f4d8/us-west-2 


3-  security_group and  vpc_subnet_id  ( VPC_ID: vpc-ec141b95 ,  VPC subnet ID: subnet-07fa774c   and SG: sg-a01974d1 ) 







4-  key_pair  in the selected region ( use to remote access the newly created VM )




5- fill the YAML file and run the Ansible playbooks










  • No labels