Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Aug 30, 2024
1 parent fd8850e commit 0bd0cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-ecs-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ To use dualstack IP address type, you must have associated IPv6 CIDR blocks with

### Application Load Balancer

You can use dualstack IP address type for Application Load Balancer.
You can use dualstack Application Load Balancer for Fargate and EC2 services.

```ts
import * as elbv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
Expand Down Expand Up @@ -1161,7 +1161,7 @@ const applicationLoadBalancedEc2Service = new ecsPatterns.ApplicationLoadBalance

### Network Load Balancer

You can use dualstack IP address type for Network Load Balancer.
You can use dualstack Network Load Balancer for Fargate and EC2 services.

```ts
import * as elbv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
Expand Down

0 comments on commit 0bd0cd9

Please sign in to comment.