Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add terraform-aws-proxy module #40

Merged
merged 4 commits into from
Dec 18, 2023

Conversation

jimright
Copy link
Contributor

This PR adds a module for creation Squid Proxy auto-scaling EC2 instances and Network Load Balancer.

This module can be used to assist in deploying Cloudera Data Platform (CDP) Public Cloud in a fully private networking configuration where a CDP VPC and Networking VPC are connected using the Transit Gateway with the proxy running in the Networking VPC .

@jimright jimright added the enhancement New feature or request label Oct 27, 2023
Copy link
Member

@wmudge wmudge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested infrastructure provisioning only, not the Squid proxy itself. Just a small doc change that tripped me up.

aws_key_pair = "<ENTER_VALUE>" # Change this with the name of a pre-existing AWS keypair, e.g. my-keypair

# ------- Proxy settings -------
ingress_extra_cidrs = "<ENTER_VALUE>" # Any additional CIDRs the Proxy Security Groups for SSH access
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be a list of string, i.e. ["10.10.0.45/32"]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot, thanks Webster. I've fixed this in commit fefb40c.

@jimright jimright requested a review from wmudge December 18, 2023 11:41
@jimright jimright merged commit c7a5c04 into cloudera-labs:main Dec 18, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants