aws

Enforce read-first rules and explicit confirmations for AWS CLI mutations.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bouwerp/agentic-framework --skill aws-bouwerp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/bouwerp/agentic-framework/tree/main/skills/aws
Command: npx skills add https://github.com/bouwerp/agentic-framework --skill aws-bouwerp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a safe, standards-based framework for interacting with AWS via the CLI, emphasizing read-first discovery and explicit confirmations to prevent destructive actions and surprise costs.

Core Features & Use Cases

  • Read-only exploration: list, describe, and query resources across S3, EC2, IAM, Lambda, and more with concise outputs.
  • Safe mutations: require explicit confirmation and leverage dry-run or change-set flows to avoid unintended impacts.
  • Cost-awareness: guidance to identify idle resources and optimize spend while scripting automation.

Quick Start

Audit EC2 instances in us-east-1 and verify security groups for open ingress before making changes.

Frequently Asked Questions about aws

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely manage AWS infrastructure using the CLI without causing unintended resource changes?

Safely manage AWS infrastructure by enforcing read-first CLI patterns that require explicit confirmations before executing mutations. This approach prevents destructive actions and surprise costs by validating resources through read-only queries before applying any modifications.

What's the best way to audit AWS EC2 instances and security groups for open ingress rules?

The best way to audit AWS EC2 instances is using read-first CLI commands to list resources and describe security groups. This method verifies open ingress rules across regions like us-east-1 with concise outputs before you attempt any configuration changes.

Does this AWS CLI approach support dry-run previews and change-set flows for guarded deployments?

Yes, this AWS CLI approach supports dry-run previews and change-set flows to ensure guarded deployments. By leveraging these safe mutation patterns, you achieve predictable, auditable automation that avoids unintended infrastructure impacts.

Can I identify idle AWS resources and optimize cloud spend while scripting infrastructure automation?

Yes, you can identify idle AWS resources and optimize cloud spend while scripting automation. The framework provides cost-awareness guidance alongside read-only discovery commands to help you audit usage across services like S3, EC2, IAM, and Lambda.

When should I use read-only discovery commands before running mutations on AWS services?

You should use read-only discovery commands before running mutations on AWS services whenever you need to verify existing configurations and prevent destructive actions. This read-first pattern ensures you query and audit resources safely before applying any state changes.

What AWS services are covered by this read-first CLI exploration framework?

This read-first CLI exploration framework covers a broad scope across AWS services including S3, EC2, IAM, and Lambda. It enables discovery and auditing with concise outputs while enforcing strict output controls for predictable automation.