vishnudxb.aws-vpc-nat-gateway
aws-vpc-nat-gateway
This guide explains how to create a Virtual Private Cloud (VPC) with both a Public and a Private subnet on Amazon Web Services (AWS) and set up a NAT gateway for the Private Subnet.
Requirements
- An AWS account with access credentials
- AWS Command Line Interface (CLI) and Boto library
Role Variables
List of Variables
---
region: required
cidr: required
public_subnet: required
private_subnet: required
public_subnet_az: required
private_subnet_az: required
Example of Variables File
---
cidr: 10.22.0.0/16
public_subnet: 10.22.0.0/24
private_subnet: 10.22.1.0/24
public_subnet_az: us-east-1b
private_subnet_az: us-east-1d
Example Playbook
Simple
---
- hosts: local
connection: local
sudo: no
gather_facts: yes
roles:
- vishnudxb.aws-vpc-nat-gateway
License
MIT License
Author Information
For more information, you can check:
- https://github.com/vishnudxb
- Contributions and feedback are welcome!
Informazioni sul progetto
Create a VPC with Public subnet & Private subnet at Amazon Web Services AWS and enable NAT gateway for Private Subnet
Installa
ansible-galaxy install vishnudxb.aws-vpc-nat-gateway
Licenza
Unknown
Download
77
Proprietario
Vishnu Nair working as a DevOps Consultant