Setting the file. One moment. Lambda Microvms · 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/lambda_microvms.json
JSON·78 lines·3 KB
"value"
:
"over_8hr"
,
11 "reason": "Lambda MicroVMs max session is 8 hours",
12 "verification_required": true,
13 "verification_key": "lambda_microvms.session_cap",
14 "verification_expected_value": "8h",
15 "verification_sources": ["https://docs.aws.amazon.com/lambda/latest/dg/"]
16 },
17 {
18 "field": "compute_tier",
19 "value": "gpu",
20 "reason": "Lambda MicroVMs has no documented GPU support",
21 "verification_required": true,
22 "verification_key": "lambda_microvms.gpu_support",
23 "verification_expected_value": "unsupported",
24 "verification_sources": ["https://docs.aws.amazon.com/lambda/latest/dg/"]
25 },
26 {
27 "field": "instance_type_requirement",
28 "value": "yes",
29 "reason": "Lambda MicroVMs offers no instance-type selection (fixed microVM sizes)"
30 }
31 ],
32 "selection_verification_requirements": [
33 {
34 "field": "launch_concurrency",
35 "value": "high",
36 "reason": "Lambda MicroVMs launch capacity must be verified before selection for high launch concurrency",
37 "verification_key": "lambda_microvms.launch_tps",
38 "verification_expected_value": "5 (not adjustable)",
39 "verification_sources": ["https://docs.aws.amazon.com/lambda/latest/dg/"]
40 }
41 ],
42 "affinities": {
43 "session_duration": { "under_15min": 3, "15min_to_8hr": 5, "over_8hr": 0, "unknown": 3 },
44 "traffic_pattern": { "bursty": 4, "steady": 3, "idle": 5, "unknown": 3 },
45 "platform_fit": { "ecs": 1, "eks": 1, "lambda": 3, "none": 3, "unknown": 2 },
46 "session_state": { "stateless": 3, "stateful": 5, "hitl": 5, "unknown": 3 },
47 "ops_preference": { "minimal": 2, "moderate": 5, "full_control": 3, "unknown": 2 },
48 "isolation": { "required": 4, "nice_to_have": 3, "not_needed": 2, "unknown": 2 },
49 "memory_needs": { "cross_session": 2, "session_only": 3, "none": 2, "unknown": 2 },
50 "multi_agent": { "yes": 2, "no": 2, "unknown": 2 },
51 "framework": { "strands": 2, "langgraph": 2, "crewai": 2, "custom": 3, "none": 2, "unknown": 2 },
52 "existing_cluster": { "eks": 1, "ecs": 1, "none": 3, "unknown": 2 },
53 "multi_cloud": { "yes": 2, "no": 2, "unknown": 2 },
54 "idle_resume": { "process_level": 5, "filesystem": 3, "none": 1, "unknown": 2 },
55 "compute_tier": { "light": 2, "heavy_non_gpu": 7, "gpu": 0, "unknown": 2 },
56 "launch_concurrency": { "high": 0, "moderate": 2, "low": 3, "unknown": 2 },
57 "instance_type_requirement": { "yes": 0, "no": 3, "unknown": 2 }
58 },
59 "deployment_models": [],
60 "volatile_facts": [
61 { "key": "session_cap", "verification_key": "lambda_microvms.session_cap", "value": "8h", "verify_via_mcp": true },
62 { "key": "max_compute", "value": "16vCPU/32GB", "verify_via_mcp": true },
63 {
64 "key": "gpu_support",
65 "verification_key": "lambda_microvms.gpu_support",
66 "value": "verify current GPU support",
67 "verify_via_mcp": true
68 },
69 {
70 "key": "launch_tps",
71 "verification_key": "lambda_microvms.launch_tps",
72 "value": "5 (not adjustable)",
73 "verify_via_mcp": true
74 },
75 { "key": "fedramp", "value": "unknown", "verify_via_mcp": true },
76 { "key": "regions", "value": [], "verify_via_mcp": true }
77 ]
78}