https://github.com/vidyasagarmsc/private-vpc-network
Provision an HA Bastion and VPN setup using Terraform + Session Recording on RHEL using Ansible
https://github.com/vidyasagarmsc/private-vpc-network
ansible automation bastion cloud security terraform vpc
Last synced: 3 months ago
JSON representation
Provision an HA Bastion and VPN setup using Terraform + Session Recording on RHEL using Ansible
- Host: GitHub
- URL: https://github.com/vidyasagarmsc/private-vpc-network
- Owner: VidyasagarMSC
- License: apache-2.0
- Created: 2023-05-07T23:16:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T15:36:29.000Z (about 2 years ago)
- Last Synced: 2025-06-26T01:41:11.528Z (about 1 year ago)
- Topics: ansible, automation, bastion, cloud, security, terraform, vpc
- Language: HCL
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup and configure your Private VPC network Architecture with Automation
What does the code repository offers
1. Terraform automation code to provision a highly available bastion host and highly available client to site VPN to connect to a private Virtual Private Cloud (VPC) network.
2. Ansible automation code to setup session recording on Red Hat Enterprise Linux machine.
## Code structure
| Code | Path |
| -------- | ------- |
| Terraform | [./terraform/README.md](https://github.com/VidyasagarMSC/ha-bastion-hosts/tree/main/terraform/README.md) |
| Ansible | [./ansible/README.md](https://github.com/VidyasagarMSC/ha-bastion-hosts/tree/main/ansible/README.md) |
## Article
Follow the instructions in this [technical article published on DZone](https://dzone.com/articles/build-a-private-vpc-network-architecture-and-deplo) to deploy a private VPC network architecture
