generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
yq is installed from github requiring further relaxation of Firewall rules to allow autoscaling or self-healing to be possible (already need to expose controlled repos). This is compounded in our environment as LZA doesn't support TLS inspection configuration to allow a more restricted firewall rule other than the domain.
Describe the solution you'd like
Pre built AMIs including dependencies provided as part of the RES release. Other benefits:
- Reduced warmup on ASGs
- More predictable
- Use of
latestormainbranch causing "works today" / "not tomorrow" have been encountered - e.g. 109
- Use of
- Lower risk to wider environment (egress protection)
Describe alternatives you've considered
- Manual add/remove permission from firewall rules during deploy
- auto-scaling/healing not possible
- Admin configured blocking of domains on user instances (current, but easily overlooked when new items added during deploy)
- Ubuntu:
/etc/hostloopback on restricted domains - Windows: similar method, not implemented locally
- Ubuntu:
- Manually adding TLS config to deployed LZA
- Fragile, not easy to use IaC, audit trail issues
- More complex networking to separate firewall rules for RES management hosts from VDIs
- Likely needing RES engineering to implement
Additional context
Active AWS support contract
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request