Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.23 KB

AWS Whitelisting IP's Lambda

This project takes lists of provided whitelisted IP's from GitHub & Okta and adds them to the appropriate AWS EC2 Security Groups that are appropriately tagged to receive the IP rules.

Getting Started

Prerequisites

  • AWS CLI
  • Node.js
  • Desired Security Group(s) tagged with either of the following entries:
    • key: "t_whitelist" value: "okta"
    • key: "t_whitelist" value: "github"

Deployment

  • Lambda running in AWS and invoked using various different methods
  • Running locally by using aws-lambda-local.
    • See Medium Post about deployments using aws-lambda-local.

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments