f5devcentral / terraform-modular-demo-framework

Apache License 2.0
5 stars 3 forks source link

New BLOCK: Deploy jumphost on AWS #42

Closed JeffGiroux closed 1 year ago

JeffGiroux commented 1 year ago

Deploy a jumphost on AWS in the external subnet and supply public access to trusted IPs. This module will focus on deploying an Ubuntu jumphost on an EC2 instance so it can be used to a securely access private workloads for testing.

JeffGiroux commented 1 year ago

After discussion with the team, this will become a new code block in the AWS base modules with a flag set to FALSE. This avoids the need to create a new module specific to jumphost. If user needs a jumphost for troubleshooting, the jumphost flag (TBD) can be set to TRUE.

Action item = update AWS base with jumphost EC2 code

JeffGiroux commented 1 year ago

This code has been added to the base module