Skip to content

Commit 40009ee

Browse files
committed
2 parents ddc84b4 + 14cd397 commit 40009ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lambda-elastic-ip-no-nat-gateway-cdk

lambda-elastic-ip-no-nat-gateway-cdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ The following resources will be provisioned:
7474

7575
- A Lambda function to test the pattern
7676
- An Elastic IP to associate with the Lambda function
77-
- A public subnet in the default VPC with `us-east-1e` as an AZ
77+
- A public subnet in the default VPC
7878
- A custom resource with Lambda function to associate the Elastic IP with the test lambda's ENI
7979

8080
Since AWS manages the provisioning of any Lambda ENI, we cannot access that ENI in CDK code. Therefore, to automate the process, we have to associate the Elastic IP with the ENI in a custom resource after the deployment occurs.
8181

82-
**_Disclaimer:_** This pattern is best suited for non-production environments, since it is not multi-AZ nor highly scalable.
82+
**_Disclaimer:_** This pattern is best suited for non-production environments since it is not multi-AZ nor highly scalable.
8383

8484
## Testing
8585

0 commit comments

Comments
 (0)