Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@ unic/
- List VPCs → subnets → show available IP count per subnet
- Reachability Analysis: create/run `NetworkInsights` path, display results

**M3.2 — RDS**
**M3.2 — RDS**
- List DB instances/clusters with status
- Start / Stop (with confirmation)
- Failover for Multi-AZ (with confirmation)
- Real-time status polling after action
- Aurora cluster-level stop/start/failover
- Type-to-confirm for destructive actions (stop, failover)

**M3.3 — IAM Credentials**
- List access keys, show key age/status
Expand Down Expand Up @@ -184,9 +186,9 @@ M1.1 → M1.2 → M2.1 → M2.2 → M2.3 → M2.4
M4.1 → M4.2 → M4.3
```

- M1 is complete; M2 is deferred (relying on AWS SDK default credential chain)
- M1 is complete; M2 is partially complete (SSO, credential, assume role done; Okta deferred)
- M3 services are independent of each other, build in any order
- M3.1 (VPC) and M3.4 (SSM Sessions) are complete
- M3.1 (VPC), M3.2 (RDS), and M3.4 (SSM Sessions) are complete
- M4.3 (Distribution) is partially done (GoReleaser + GitHub Actions)

---
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ contexts:
|---------|---------|--------|
| EC2 | SSM Session Manager (connect to EC2 instances) | ✅ Implemented |
| VPC | VPC Browser (VPCs → subnets → available IPs) | ✅ Implemented |
| RDS | ListDBInstances | 🚧 Coming Soon |
| RDS | RDS Browser (list, start/stop, failover, Aurora cluster support) | ✅ Implemented |
| Route53 | ListHostedZones | 🚧 Coming Soon |
| IAM | ListUsers | 🚧 Coming Soon |

Expand All @@ -81,6 +81,8 @@ contexts:
| `Esc`/`q` | Go back |
| `H` | Go to home (service list) |
| `/` | Filter (instances, IPs) |
| `C` | Context switcher |
| `s`/`x`/`f` | Start/Stop/Failover (RDS detail) |
| `q` (on service list) | Quit |

## Documentation
Expand Down
Loading
Loading