awsscan

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2019 License: BSD-3-Clause Imports: 18 Imported by: 0

README

awsscan

GoDoc

A tool for mapping all resources in an AWS account.

Adding scan service support

  1. Build svcgen: cd aws/scan/svcgen && go install -tags codegen && cd -
  2. Generate service template: svcgen aws/scan/svc <service-name> [...]
  3. Open the template file aws/scan/svc/<service-name>.go and remove unnecessary API calls.
  4. Implement non-root API calls. See other services for examples. Most patterns are handled by Ctx.Split, Ctx.Group, and Ctx.CopyInput.
  5. Format code and run unit tests: go fmt ./... && go test ./...
  6. Build and run a scan: go install && awsscan -services <service-name>
    • Ideally, this should be done with an account that contains resources for the new service, but a scan that returns nothing is still useful to verify that the root calls do not return unexpected errors.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
svc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL