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
- Host: GitHub
- URL: https://github.com/rocky-jaiswal/ansible-aws-vpc
- Owner: rocky-jaiswal
- Created: 2017-03-18T15:28:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T11:25:01.000Z (over 8 years ago)
- Last Synced: 2025-01-19T09:44:13.718Z (10 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!!