-
Notifications
You must be signed in to change notification settings - Fork 28
AWS VPC Endpoint Support #54
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
Conversation
21ee67c to
df88535
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with L1 deployment against a normal teardown and a purge teardown, all green.
| infra__aws_nat_gateway_name: "{{ infra.aws.vpc.nat_gateway.name | default([infra__namespace, infra__aws_nat_gateway_suffix] | join('-')) }}" | ||
| infra__aws_nat_gateway_suffix: "{{ infra.aws.vpc.nat_gateway.suffix | default(common__ngw_suffix) }}" | ||
|
|
||
| infra__aws_private_endpoints: "{{ infra.aws_private_endpoints | default(common__tunnel) }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be added to the docs/configuration.yml file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added. Also changed param to infra.aws.vpc.private_endpoints for better nesting.
| state: present | ||
| region: "{{ infra__region }}" | ||
| vpc_id: "{{ infra__aws_vpc_id }}" | ||
| tags: "{{ infra__tags | combine({ 'Name': 'vpce_sg' }, recursive=True) }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All SG's will have the same name? This should be linked to the NS at minimum
…lts to tunnel value - can be overridden. Signed-off-by: Chris Perro <cmperro@gmail.com>
…. Fix name tag for VPCE security group. Add items to config.yml Signed-off-by: Chris Perro <cmperro@gmail.com>
55c3114 to
7c4f94b
Compare
cloudera.exe changes ONLY - No impact on cloudera.cloud and cdpy
This PR will: