{
"success": true,
"data": {
"provider": "AWS",
"instanceType": "t2.micro",
"region": "us-east-1",
"hardwareSpecs": {
"vcpus": 1,
"memoryGb": 1.0,
"storage": "EBS only",
"networkPerformance": "Low to Moderate",
"architecture": "x86_64"
},
"pricingInfo": {
"onDemand": 0.0116,
"spot": 0.0035,
"reserved1Year": 0.0067,
"reserved3Year": 0.0045
},
"comparisons": [
{
"instanceType": "t2.small",
"vcpus": 1,
"memoryGb": 2.0,
"price": 0.023,
"priceDifference": "+98%"
},
{
"instanceType": "t3.micro",
"vcpus": 2,
"memoryGb": 1.0,
"price": 0.0104,
"priceDifference": "-10%"
}
],
"recommendations": [
{
"type": "cost-optimization",
"message": "Consider t3.micro for better price-performance ratio",
"savings": "10%"
},
{
"type": "performance",
"message": "Upgrade to t3.small for better CPU performance",
"improvement": "40%"
}
]
}
}