0.3.2 • Published 10 months ago

@infrascan/aws-elastic-load-balancing-scanner v0.3.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
10 months ago

@infrascan/aws-elastic-load-balancing-scanner

A scanner module for AWS Elastic Load Balancing, designed to be used with the @infrascan/sdk.

This module pulls information about the Elastic Load Balancing resources in an AWS account by calling: DescribeLoadBalancers, DescribeTargetGroups, DescribeListeners, and DescribeRules.

Quickstart

import ElasticLoadBalancingScanner from "@infrascan/aws-elastic-load-balancing-scanner";
import Infrascan from "@infrascan/sdk";

const infrascanClient = new Infrascan();
infrascanClient.registerScanner(ElasticLoadBalancingScanner);

If you plan on scanning all of an AWS account, you should use the @infrascan/aws package.

Contributing

The majority of the scanner modules are autogenerated from their config.ts file.

Changes such as adding a new function/endpoint in the service to scan can be done within the config file.

More significant changes will likely need to take place in the aws-codegen package.

0.3.2

10 months ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.4

1 year ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago