Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.
67
84%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Status: Stable
Working examples for managing AWS MCP servers across multiple accounts in VS Code and Claude Code.
| File | What it shows |
|---|---|
vscode-global-mcp.json | ~/.vscode/mcp.json — 1 always-on docs server, zero account risk |
vscode-workspace-mcp.json | .vscode/mcp.json — eks-debug kit, hardcoded profile |
vscode-workspace-input-mcp.json | .vscode/mcp.json — interactive profile picker via VS Code inputs |
vscode-mcp.json.template | Commit this to git — placeholders, not real profile names |
claude-settings-snippet.json | Paste into ~/.claude/settings.json under mcpServers |
aws-config-credential-process.ini | Add to ~/.aws/config — structural fix for stale credentials |
.gitignore.snippet | Add to your .gitignore |
starter-kits/eks-debug.json | eks + cloudwatch, version-pinned |
starter-kits/observe.json | cloudwatch + prometheus |
starter-kits/knowledge.json | docs + bedrock-kb |
starter-kits/deploy.json | aws-api + serverless |
starter-kits/cost.json | billing (cost-management) |
# 1. Discover your profiles
/platform-skills:aws-profile discover
# 2. Pick a starter kit and generate config
/platform-skills:mcp configure-aws eks-debug --profile dev-sandbox --region eu-west-1 --host both
# 3. Check credentials are healthy
/platform-skills:aws-profile status
# 4. When switching accounts
/platform-skills:aws-profile switch prod-platform-eu --scope workspace --confirm# Commit the template (not the real config)
git add .vscode/mcp.json.template
echo ".vscode/mcp.json" >> .gitignore
echo "!.vscode/mcp.json.template" >> .gitignore
# New engineer hydrates locally
AWS_PROFILE=dev-sandbox AWS_REGION=eu-west-1 \
envsubst < .vscode/mcp.json.template > .vscode/mcp.json.claude-plugin
.github
commands
docs
examples
agent-self-improve
argocd
awesome-docs
aws
cloudfront
functions
lambda-edge
functions
azure
compliance
conventional-commits
datadog
llm-observability
demo
documentation
dora
dynatrace
fluxcd
github-actions
composite-actions
configure-cloud
db-migrate
docker-build-push
k8s-deploy
notify-slack
pr-comment
release-tag
security-scan
setup-env
setup-terraform
terraform-plan
helm
web-service
templates
kubernetes
kyverno
mcp
observability
openshift
pr-review
ownership
runtime-security
supply-chain
terraform
references
scripts
skills
platform-skills
tests