Skip to content

mark-bixler/node_whitelist_lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AWS Lambda Script using Node.js to Whitelist certain IP's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published