“What's the simplest way to deploy an MCP server on AWS?”

Last week a friend asked me this, and I realized: if you already have a local MCP server, it's really just two CLI commands - agentcore configure and agentcore launch. The entire workflow - from local development to production - takes just a few minutes.

Let me show you how.

To get...