Setting the file. One moment. Agentcore · Agent Advisor · aws/agent-toolkit-for-aws · Skills DocsAdd Capabilities
81
Creating Amazon Aurora Db Cluster With Instances
104
Routing Traffic With Route53 And CloudFront
Resilience Program Design
Creating API Gateway Stage
(opens in a new tab)
references/runtimes/agentcore.json
JSON·75 lines·3 KB
3
,
"15min_to_8hr"
:
5
,
"over_8hr"
:
4
,
"unknown"
:
3
},
10 "traffic_pattern": { "bursty": 5, "steady": 2, "idle": 4, "unknown": 3 },
11 "platform_fit": { "ecs": 1, "eks": 1, "lambda": 2, "none": 3, "unknown": 2 },
12 "session_state": { "stateless": 2, "stateful": 4, "hitl": 5, "unknown": 3 },
13 "ops_preference": { "minimal": 4, "moderate": 3, "full_control": 1, "unknown": 3 },
14 "isolation": { "required": 4, "nice_to_have": 3, "not_needed": 1, "unknown": 2 },
15 "memory_needs": { "cross_session": 4, "session_only": 3, "none": 1, "unknown": 2 },
16 "multi_agent": { "yes": 3, "no": 1, "unknown": 2 },
17 "framework": { "strands": 3, "langgraph": 3, "crewai": 3, "custom": 2, "none": 3, "unknown": 2 },
18 "existing_cluster": { "eks": 1, "ecs": 1, "none": 3, "unknown": 2 },
19 "multi_cloud": { "yes": 1, "no": 3, "unknown": 2 },
20 "idle_resume": { "process_level": 1, "filesystem": 4, "none": 2, "unknown": 2 },
21 "compute_tier": { "light": 4, "heavy_non_gpu": 3, "gpu": 3, "unknown": 2 },
22 "launch_concurrency": { "high": 5, "moderate": 3, "low": 2, "unknown": 2 },
23 "instance_type_requirement": { "yes": 3, "no": 3, "unknown": 2 }
24 },
25 "deployment_models": ["harness", "framework_on_runtime"],
26 "compute_types": ["microvms", "instances"],
27 "volatile_facts": [
28 {
29 "key": "microvms_session_cap",
30 "verification_key": "agentcore.microvms_session_cap",
31 "value": "8h",
32 "verify_via_mcp": true
33 },
34 {
35 "key": "microvms_compute_cap",
36 "verification_key": "agentcore.microvms_compute_cap",
37 "value": "2vCPU/8GB",
38 "verify_via_mcp": true
39 },
40 {
41 "key": "microvms_gpu_support",
42 "verification_key": "agentcore.microvms_gpu_support",
43 "value": "unsupported",
44 "verify_via_mcp": true
45 },
46 {
47 "key": "instances_session_cap",
48 "verification_key": "agentcore.instances_session_cap",
49 "value": "14d",
50 "verify_via_mcp": true
51 },
52 {
53 "key": "instances_regions",
54 "verification_key": "agentcore.instances_regions",
55 "value": [],
56 "verify_via_mcp": true
57 },
58 {
59 "key": "registry_regions",
60 "verification_key": "agent_registry.regions",
61 "value": ["us-east-1", "us-west-2", "ap-northeast-1", "ap-southeast-2", "eu-west-1"],
62 "as_of": "2026-08-31",
63 "source": "https://aws.amazon.com/about-aws/whats-new/2026/08/aws-agent-registry-generally-available",
64 "verify_via_mcp": true
65 },
66 {
67 "key": "io_wait_billing",
68 "verification_key": "agentcore.io_wait_billing",
69 "value": "verify current I/O-wait billing behavior (microVMs compute type only)",
70 "verify_via_mcp": true
71 },
72 { "key": "fedramp", "value": "in_progress (WIP — verify current status)", "verify_via_mcp": true },
73 { "key": "regions", "value": [], "verify_via_mcp": true }
74 ]
75}