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
pub mod account;
pub mod apigateway;
pub mod clients;
pub mod cloudwatch;
pub mod cost;
pub mod ec2;
pub mod ecs;
pub mod elb;
pub mod lambda;
pub mod rds;
pub mod regions;
pub mod secrets;
pub mod security_group;
pub mod sqs;
pub mod target_group;
pub mod vpc;