awslabs / IsItOnAWS

Mini web site that uses a lambda function to search a host name or IP address in the list of AWS address ranges, see https://aws.amazon.com/blogs/aws/aws-ip-ranges-json/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is It on AWS?

A couple of Lambda functions that combine to support the mini-website at IsItOnAWS.com

How it works

The Lambda function in newranges.js is subscribed to the SNS topic announcing changes to the IP-Ranges JSON resource. It retrieves that resource and generates another function based on the code in isitonaws.js, including a form of the IP-Ranges compiled to make it easily searchable.

Why?

To show a bunch of different AWS services working together to produce a hands-off, simple, serverless mini-app.

About

Mini web site that uses a lambda function to search a host name or IP address in the list of AWS address ranges, see https://aws.amazon.com/blogs/aws/aws-ip-ranges-json/

License:Apache License 2.0


Languages

Language:JavaScript 93.8%Language:HTML 4.8%Language:Makefile 1.4%