You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution template configures an ALB test listener on port 8080 which is exposed to the world. This results in a Critical-level AWS Security Hub EC2.19 finding and does not align with Well-Architected Framework and other security standards recommendations.
The solution still works if the test listener is configured with open: false.
To Reproduce
Steps to reproduce the behavior:
Deploy the solution stack
Verify Security Hub EC2.19 finding
Expected behavior
The ALB test listener should not be exposed to the world.
The text was updated successfully, but these errors were encountered:
Describe the bug
The solution template configures an ALB test listener on port 8080 which is exposed to the world. This results in a Critical-level AWS Security Hub EC2.19 finding and does not align with Well-Architected Framework and other security standards recommendations.
The solution still works if the test listener is configured with
open: false
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ALB test listener should not be exposed to the world.
The text was updated successfully, but these errors were encountered: