What problem does it solve?
This Skill standardizes and simplifies interactions with AWS services via the command line, especially across multiple environments (dev, stage, prod). It ensures correct profile and region usage, reducing errors and accelerating common cloud management tasks.
Core Features & Use Cases
- Standardized AWS CLI Usage: Provides consistent patterns for interacting with AWS services across
dev, stage, and prod environments, always specifying the correct profile and region.
- Common Service Patterns: Offers ready-to-use command examples for S3, Lambda, CloudWatch Logs, Glue, and STS, covering frequent operational needs.
- Output Formatting & Querying: Guides on using
jq for JSON parsing, built-in --query for server-side filtering, and various --output formats for efficient data extraction.
- Debugging & Pagination: Includes tips for verbose debugging and handling paginated results, enhancing troubleshooting and large-scale data retrieval.
- Use Case: You need to quickly check the configuration of a Lambda function in the
platform-stage environment. Use this Skill to get the correct aws lambda get-function-configuration command with the right profile and region, saving time and preventing errors.
Quick Start
List all S3 buckets in the platform-prod environment using the AWS CLI.