get_aws_instance_info
Retrieve AWS EC2 instance details using the public IP address or instance ID for cloud resource monitoring and management within the Cloud Manage MCP Server.
Instructions
获取AWS EC2实例信息(只读)
Args:
ip_address_or_id (str): 公网IP地址或实例ID
Returns:
Dict: AWS实例信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip_address_or_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ip_address_or_id": {
"title": "Ip Address Or Id",
"type": "string"
}
},
"required": [
"ip_address_or_id"
],
"title": "get_aws_instance_infoArguments",
"type": "object"
}