package
0.0.0-20231113073317-4748bbbd3037
Repository: https://github.com/jonstacks/aws.git
Documentation: pkg.go.dev

# Functions

NewEmptySubnets creates a new empty subnets view.
NewInstancesBySubnet creates a new view from the instances and subnets.
NewRDSReservationUtilization Creates a new view for the reserved utilization.
NewRDSSnapshotAudit returns an audit view for comparing snapshots vs running instances.
NewReservationUtilization Creates a new view for the reserved utilization.
NewS3ReplicationAudit initializes the S3 Replication Audit from the buckets.
NewSecurityGroupAudit creates and initializes a new security group audit.
NewVPCFreeSubnets creates a new view for showing free subnets in each VPC.

# Structs

EmptySubnets is a view which shows subnets that are empty.
No description provided by the author
InstancesBySubnet is a view for showing the instances grouped by subnet.
InstanceTypeReservationUtilization keeps track of how many of a particular Instance type are running.
RDSReservationUtilization shows which instance types & families we are utilizing instances in.
RDSSnapshotAudit gives an overview of the RDS snapshots, with their instances, and how much storage is being used.
ReservationUtilization shows which instance types & families we are utilizing instances in.
ReservationUtilizationOptions are options which modify the ReservationUtilization view.
S3ReplicationAudit is a S3ReplicationAudit View.
SecurityGroupAudit is a view for auditing security groups.
VPCFreeSubnets gives you available subnet ranges for a VPC.

# Interfaces

View is an interface which supports the Render method.