diff --git a/src/apps.json b/src/apps.json index d578c9c7d..fd59755e9 100644 --- a/src/apps.json +++ b/src/apps.json @@ -527,6 +527,16 @@ "icon": "aws-ec2.svg", "website": "http://aws.amazon.com/ec2/" }, + "Amazon ELB": { + "cats": [ + 31 + ], + "cookies": { + "AWSELB": "" + }, + "icon": "aws-elb.png", + "website": "https://aws.amazon.com/elasticloadbalancing/" + }, "Amazon S3": { "cats": [ 19 diff --git a/src/icons/aws-elb.png b/src/icons/aws-elb.png new file mode 100644 index 000000000..8db611796 Binary files /dev/null and b/src/icons/aws-elb.png differ