Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 488 Bytes

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.