An open API service indexing awesome lists of open source software.

https://github.com/rocky-jaiswal/ansible-aws-vpc

Setup a secure AWS VPC in one click with Ansible
https://github.com/rocky-jaiswal/ansible-aws-vpc

Last synced: 4 months ago
JSON representation

Setup a secure AWS VPC in one click with Ansible

Awesome Lists containing this project

README

          

# Setup AWS VPC easily

1. Rename and fix vars.yml
2. Make sure you have AWS CLI working and configured
3. ```sudo pip install boto``` and ```sudo pip install boto3```
4. Make sure you have latest Ansible - ```sudo pip install ansible```
5. Run ```./create_vpc.sh```

Uses [http://docs.ansible.com/ansible/list_of_cloud_modules.html](http://docs.ansible.com/ansible/list_of_cloud_modules.html)

Enjoy!!