seamless-glance 1.0.0

Fast, read-only AWS TUI for cloud infrastructure visibility and triage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod account_overview;
pub mod apigateway;
pub mod cloudwatch;
pub mod command;
pub mod cost_overview;
pub mod cost_savings;
pub mod ec2;
pub mod ecs;
pub mod findings;
pub mod lambda;
pub mod load_balancers;
pub mod rds;
pub mod secrets;
pub mod security_groups;
pub mod sqs;
pub mod target_groups;
pub mod vpc;