From 6d2752fa6c5410c635e9021fab85cdbe027ffa5f Mon Sep 17 00:00:00 2001 From: Dan Gardner <45269444+dan-processbolt@users.noreply.github.com> Date: Fri, 17 Apr 2020 18:30:55 -0500 Subject: [PATCH] Added Amazon ALB Added check for Amazon Application Load Balancer --- src/apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps.json b/src/apps.json index 4013f5954..65cabb43b 100644 --- a/src/apps.json +++ b/src/apps.json @@ -715,6 +715,17 @@ "implies": "Amazon Web Services", "website": "https://aws.amazon.com/elasticloadbalancing/" }, + "Amazon ALB": { + "cats": [ + 65 + ], + "cookies": { + "AWSALB": "" + }, + "icon": "aws-elb.png", + "implies": "Amazon Web Services", + "website": "https://aws.amazon.com/elasticloadbalancing/" + }, "Amazon S3": { "cats": [ 19