Merit AC
Guide · from the Enterprise Agentic DevSecOps Handbook Andrew Clark

Fourteen domains of the governed agentic platform

The ten control disciplines repeat throughout an enterprise deployment — this is the map of where. Fourteen domains, each a real chapter of Andrew Clark's Enterprise Agentic DevSecOps Handbook, from the platform's operating model down to the technical reference at the back.

1. Platform operating model

The platform is intentionally split into three concerns: reasoning, engineering execution, and enterprise authority. Claude Code handles repository-centered engineering. Claude models can be accessed through Amazon Bedrock. Bedrock AgentCore supplies production agent infrastructure. AWS identity, policy, network, logging, security, and deployment services determine what actions are permitted.

2. Cloud transformation and enablement

Use AWS CAF to frame the organizational change as Envision, Align, Launch, and Scale. The technical platform should be introduced as a controlled capability uplift, not as a replacement for architecture, security, operations, or engineering accountability.

3. Claude Code enterprise engineering

Claude Code is most useful when it is given a well-structured repository, explicit instructions, deterministic validation commands, and a narrow set of tools. The repository becomes the operating context and CLAUDE.md becomes the durable engineering contract.

4. Claude on Amazon Bedrock

Amazon Bedrock provides a governed model-access layer for Claude and other foundation models. Keep model inference separate from tool authority. The model can decide what it wants to do — IAM, AgentCore Identity, Gateway, Policy, and downstream systems decide whether the action is allowed.

5. Amazon Bedrock AgentCore

AgentCore provides modular services for production agents: Runtime, Memory, Gateway, Identity, Policy, built-in tools, Observability, and Evaluations. AWS positions these capabilities as composable services that can be used together or independently.

6. MCP, Identity, Gateway and Policy

MCP standardizes tool interaction but does not remove the need for authorization. AgentCore Gateway can centralize tool discovery and invocation, while Identity handles authentication and credentials and Policy can apply contextual authorization to data-plane actions.

7. Agentic DevSecOps pipelines

A coding agent should never be the only validation system for its own work. Claude Code can propose and implement changes, but CI/CD must independently build, test, scan, package, approve, deploy, and verify the resulting artifact.

8. Security engineering and approval boundaries

Autonomy should scale with consequence. Repository reads, searches, test execution, and Terraform plans can often be automated. IAM mutation, production deployment, secrets operations, destructive actions, and policy exceptions need stronger controls and explicit authorization.

9. Observability and evaluation

Agent systems require traces that connect a request to model activity, tool selection, policy decisions, tool results, latency, errors, and final outcomes. AgentCore Observability integrates production agent telemetry with Amazon CloudWatch and OpenTelemetry-compatible tracing.

10. DORA and delivery performance

Agent adoption is successful only when the delivery system improves. Measure deployment frequency, lead time for changes, change failure rate, restoration performance, and reliability together with agent adoption, escalation, error, latency, and cost.

11. GovCloud and regulated workloads

Regulated deployments must be built from the actual service availability and authorization boundary in the target region. Network paths, identities, logging, KMS keys, data residency, egress, and evidence retention must be designed before autonomous tool access is enabled.

12. Implementation runbooks

Each production workflow needs a repeatable runbook: prerequisites, repository instructions, identity, tools, model access, validation, security checks, approval, deployment, observability, rollback, and evidence collection.

13. 30/60/90-day rollout

Start with bounded workflows and baseline metrics. Expand only after the pilot shows measurable delivery benefit without increased failure, security exceptions, or operational burden.

14. Technical reference

This section consolidates service roles, control mappings, example CLAUDE.md instructions, Terraform workflow expectations, pipeline gates, and production acceptance criteria.

Technical service reference

The concrete AWS services behind domain 14, and the control each one is actually responsible for:

Service / capabilityRole in this platformControl focus
Amazon BedrockFoundation model access, including Anthropic Claude modelsIAM, model access, network and cost controls
AgentCore RuntimeManaged execution environment for agentsSession isolation, runtime identity, scaling
AgentCore GatewayCentral tool gateway with MCP supportDiscovery, authentication, authorization, audit
AgentCore IdentityAgent and tool credential handlingInbound authentication, outbound authorization
AgentCore PolicyContextual authorization for agent actionsFine-grained deterministic policy
AgentCore MemoryShort- and long-term agent contextNamespace isolation, retention, KMS
AgentCore ObservabilityAgent telemetryCloudWatch, traces, metrics, logs
Claude CodeRepository-centered coding agentCLAUDE.md, tool scope, CI validation
AWS Organizations / Control TowerEnterprise account governanceSCPs, account structure, centralized controls

Primary AWS source set

See the 30-day challenge for a day-by-day path through these domains, or Four control boundaries for the short version of why this split exists at all.