← Reddit

Manage AWS support tickets via Claude code with cli

Reddit · flightlesstux · May 14, 2026
A developer assigned AWS MCP servers to an AI agent and added AWS Support policies to its permissions, enabling programmatic management of AWS support tickets through Claude code and CLI tools. Rather than accessing the AWS Console, support cases can now be created and managed directly via Python, boto3, and AWS CLI commands executed by the agent. This approach facilitated requesting Lambda concurrent instance limit increases without manual console interaction.

Detailed Analysis

A developer working within the AWS ecosystem has demonstrated a practical application of Claude's agentic capabilities by integrating AWS Model Context Protocol (MCP) servers with AI agents to manage AWS Support tickets entirely through the command line interface. The workflow, shared on Reddit's ClaudeAI community, involved assigning AWS Support policies under minimum privilege permissions to an AI agent, enabling it to create and manage support cases — in this instance, to request an increase in concurrent Lambda instance limits — without ever accessing the AWS Management Console. The implementation relies on a technical stack of Python, Boto3, and the AWS CLI, coordinated through Claude Code.

The significance of this use case lies in how it collapses a traditionally manual, context-switching workflow into a conversational, agent-driven one. Logging into the AWS Console, navigating support interfaces, and filing cases represents friction that compounds across a development cycle. By delegating this to a Claude-powered agent operating under scoped IAM permissions, the developer reduces that friction to a chat interaction. The explicit mention of minimum privilege permissions also signals a security-conscious implementation approach, an important consideration when granting AI agents access to cloud infrastructure management surfaces.

This project reflects a broader pattern in developer tooling where AI agents are being extended beyond code generation into infrastructure operations. The use of MCP servers as a bridge between Claude and AWS services is particularly notable — MCP provides a structured interface layer that allows agents to interact with external systems in a controlled, composable way. AWS's own expansive API surface, accessible via Boto3, becomes effectively navigable through natural language when mediated by this architecture.

The timing and context of the post — written on a public holiday by a developer who has been building with AI for four years — speaks to how agentic AI workflows are increasingly becoming a substrate for individual productivity rather than purely enterprise deployment. The developer describes the work as "enjoyable," a qualitative signal that the toolchain has reached a usability threshold where it augments rather than obstructs creative and operational flow. This kind of developer sentiment tends to precede broader adoption patterns, as peer communities on platforms like Reddit serve as early dissemination channels for emerging practices.

Anthropic's Claude Code is visibly accumulating a practical footprint in cloud-native development contexts, particularly where developers are constructing bespoke agentic pipelines rather than relying on prebuilt integrations. The AWS Support ticket case is modest in scope but illustrative of a scaling principle: any surface that exposes an API can, with appropriate agent configuration and permission scoping, become accessible through Claude without manual interface navigation. As MCP adoption grows and more cloud providers publish compatible server implementations, the range of infrastructure operations manageable through Claude-driven agents is likely to expand considerably.

Read original article →