Skip to content

Instantly share code, notes, and snippets.

@sspocketgalaxy
Last active September 27, 2021 14:32
Show Gist options
  • Save sspocketgalaxy/29f7234729a9e7e4b0f072f2ace0b87f to your computer and use it in GitHub Desktop.
Save sspocketgalaxy/29f7234729a9e7e4b0f072f2ace0b87f to your computer and use it in GitHub Desktop.
This is a simple CloudFormation template for parameters when configuring IP clearance of an API running in AWS API Gateway
---
AWSTemplateFormatVersion: '2010-09-09'
Parameters:
ApiIPAddressClearance:
Description: Comma separated list of IP addresses that are allowed to access this API
Type: String
Default: "8.8.8.8,8.8.8.4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment