Resources
AWS service documentation
Strands Agents documentation at: https://strandsagents.com/docs/user-guide/quickstart/overview/
Get started with Amazon Bedrock AgentCore at https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agentcore-get-started-toolkit.html
AWS Lambda documentation at https://docs.aws.amazon.com/lambda/
covers function creation, triggers, and runtime environments. Amazon API Gateway documentation at https://docs.aws.amazon.com/apigateway/
explains REST and HTTP API creation. Amazon EC2 documentation at https://docs.aws.amazon.com/ec2/
details instance types, networking, and management. Amazon ECS documentation at https://docs.aws.amazon.com/ecs/
covers containerized deployments. Amazon EKS documentation at https://docs.aws.amazon.com/eks/
explains Kubernetes on AWS. Amazon ECR documentation at https://docs.aws.amazon.com/ecr/
covers container image management. AWS Fargate documentation at https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html explains serverless container compute. Amazon CloudWatch documentation at https://docs.aws.amazon.com/cloudwatch/
covers monitoring and logging. AWS Secrets Manager documentation at https://docs.aws.amazon.com/secretsmanager/
explains secure credential management. AWS Well-Architected Framework: https://aws.amazon.com/architecture/well-architected/
provides design principles and best practices. Amazon Bedrock AgentCore samples: https://github.com/awslabs/amazon-bedrock-agentcore-samples/tree/main/01-tutorials/01-AgentCore-runtime/02-hosting-MCP-server
MCP Resources
The Model Context Protocol specification at https://modelcontextprotocol.io/specification/latest
provides the authoritative protocol definition. Official SDK implementations: TypeScript SDK at https://github.com/modelcontextprotocol/typescript-sdk
Python SDK at https://github.com/modelcontextprotocol/python-sdk
Example MCP servers at https://github.com/modelcontextprotocol/servers
demonstrate common integration patterns. Deploy MCP Servers on AgentCore Runtime: https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-mcp.html
Infrastructure as Code
AWS CloudFormation at https://aws.amazon.com/cloudformation/
enables template-based infrastructure provisioning. AWS CDK at https://aws.amazon.com/cdk/
provides programmatic infrastructure definition. eksctl at https://eksctl.io/
streamlines EKS cluster creation. Container and Kubernetes Resources
Monitoring and observability
Amazon CloudWatch Container Insights: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights.html