usage

This source integrates with AWS, allowing Overmind to pull data about many types of AWS resources.

Naming Conventions

Types are named to match the describe-*, get-* or list-* command within the AWS CLI, with the service that they are part of as a prefix. For example to get the details if a security group you would run:

aws ec2 describe-security-groups

Meaning that the type in Overmind should be:

ec2-security-group

Available Types

dynamodb

ec2

ecs

eks

elasticloadbalancing

iam

lambda

rds

route53

s3

Want to request a new type? Let us know on the discord.