Skip to content

Commit

Permalink
fix: move alb to private subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixdessing committed Jun 2, 2023
1 parent 7fad7e9 commit 68219be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContainerCluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class ContainerClusterStack extends Stack {
// Construct the loadbalancer
const loadbalancer = new loadbalancing.ApplicationLoadBalancer(this, 'loadbalancer', {
vpc,
internetFacing: true,
internetFacing: false,
dropInvalidHeaderFields: true,
});

Expand Down

0 comments on commit 68219be

Please sign in to comment.