Skip to content

Commit

Permalink
updatedReadme
Browse files Browse the repository at this point in the history
  • Loading branch information
pattasai committed Apr 14, 2023
1 parent 7bc2307 commit bf7e8b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/aws-cdk-lib/aws-elasticloadbalancing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ classic load balancers.

Load balancers send traffic to one or more AutoScalingGroups. Create a load
balancer, set up listeners and a health check, and supply the fleet(s) you want
<<<<<<<< HEAD:packages/aws-cdk-lib/aws-elasticloadbalancing/README.md
to load balance to in the `targets` property. Additionally, you need to set `internetFacing`
as `true` on the load balancer(this is an internet facing load balancer), otherwise the
load balancer would not be accessible from the internet.
========
to load balance to in the `targets` property. We also need to set `internetFacing` as `true` on
the load balancer(this is an internet facing load balancer), otherwise the load balancer
would not be accessible from the internet.
>>>>>>>> 744f3a6bd6 (updatedReadme):packages/@aws-cdk/aws-elasticloadbalancing/README.md
```ts
declare const vpc: ec2.IVpc;
Expand Down

0 comments on commit bf7e8b0

Please sign in to comment.