aws-mcp

Queries live AWS state via the aws-api MCP server with read-only operations.

Updated Jul 15, 2024
One-click install
npx skills add https://github.com/christian-deleon/dotfiles --skill aws-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-mcp
Source: https://github.com/christian-deleon/dotfiles/tree/main/ai/skills/aws-mcp
Command: npx skills add https://github.com/christian-deleon/dotfiles --skill aws-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to interact with AWS API for reading cloud state without direct use of the aws CLI, simplifying access to AWS resources and state queries.

Core Features & Use Cases

  • AWS API Access: Access AWS resources like S3, EC2, IAM, Lambda, CloudWatch, RDS, EKS using the aws-api MCP server.
  • Read-Only Actions: Supports read-only operations (Describe*, Get*, List*, Search*), ensuring no accidental modifications to AWS state.
  • Use Case: To quickly check the contents of a specific bucket or the policy of an IAM role, or to list all EC2 instances in a region.

Quick Start

Use the aws-mcp skill to list all instances in a specific AWS region: 'aws-mcp list-instances region=us-west-2'.

Frequently Asked Questions about aws-mcp

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

FAQPage Schema
How do I query live AWS state without using the aws CLI?

The aws-api MCP server provides direct access to AWS API services for querying live cloud state. It simplifies resource access and state inquiries without requiring direct CLI usage.

Can I read AWS resources like S3 and EC2 through an MCP server?

Yes, the aws-api MCP server supports reading AWS resources including S3, EC2, IAM, Lambda, CloudWatch, RDS, and EKS. It provides read-only access for safely querying your cloud environment.

What read-only actions are supported for checking AWS cloud state?

Supported read-only actions include Describe, Get, List, and Search operations. These ensure no accidental modifications to AWS state while allowing you to check bucket contents, IAM policies, or list EC2 instances.

How do I list all EC2 instances in a specific AWS region?

You can list EC2 instances in a specific AWS region by using the aws-mcp skill with the list-instances command and specifying the region parameter, such as 'aws-mcp list-instances region=us-west-2'.

Does this AWS API access method allow modifying cloud resources?

No, this AWS API access method focuses on read-only access and cloud state inquiries. It only supports read-only operations to ensure no accidental modifications are made to your AWS resources.