Skip to content

miloup/terraform_vpc_bastion

Repository files navigation

Description

This repo creates the following AWS resources using Terraform:

  • 1 VPC.
  • 3 public subnets (behind and Internet Gateway).
  • 3 Private subnets (behind NAT Gateways).
  • 1 VPC associations (extension) + 3 private subnets.
  • 1 bastion server deployed in a private subnet that hosts a Jenkins server.
  • The bastion server is behind a public ALB.
  • The ALB has TLS termination (the certificate is generated using AWS ACM) and is open to the public so we can use github webhooks.

About

Creates a VPC + bastion linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages