Skip to content

Instantly share code, notes, and snippets.

@allenheltondev
Created March 2, 2021 12:57
Show Gist options
  • Save allenheltondev/f153873e70d508ef03850494aaea7214 to your computer and use it in GitHub Desktop.
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
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