Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 299 Bytes

File metadata and controls

8 lines (6 loc) · 299 Bytes

Architecture

The CLI consists of several components:

  • CLI Layer: Command-line interface using Cobra
  • Service Layer: Business logic for instance discovery and management
  • Storage Layer: SQLite database for caching instance metadata
  • AWS Layer: AWS SDK integration for EC2 and SSM operations