Created
March 2, 2021 12:57
-
-
Save allenheltondev/f153873e70d508ef03850494aaea7214 to your computer and use it in GitHub Desktop.
Example IP ranges you can use for configuring a Lambda function with a static IP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parameters: | |
VpcCidrBlock: | |
Type: String | |
Default: "12.0.0.0/16" | |
PublicSubnetCidrBlock: | |
Type: String | |
Default: "12.0.0.0/24" | |
PrivateSubnetCidrBlock: | |
Type: String | |
Default: "12.0.1.0/24" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment