{ "Reservations": [ { "ReservationId": "r-0123456789abcdef0", "OwnerId": "123456789012", "Instances": [ { "InstanceId": "i-0123456789abcdef0", "InstanceType": "t3.medium", "State": { "Code": 16, "Name": "running" }, "PrivateIpAddress": "10.0.1.100", "SubnetId": "subnet-0a1b2c3d", "VpcId": "vpc-0a1b2c3d", "Tags": [ { "Key": "Name", "Value": "web-server-01" }, { "Key": "Environment", "Value": "Production" }, { "Key": "Application", "Value": "WebApp" }, { "Key": "Owner", "Value": "DevTeam" }, { "Key": "CostCenter", "Value": "CC-1234" } ] } ] }, { "ReservationId": "r-0abcdef123456789", "OwnerId": "123456789012", "Instances": [ { "InstanceId": "i-0abcdef123456789", "InstanceType": "t3.small", "State": { "Code": 16, "Name": "running" }, "PrivateIpAddress": "10.0.2.50", "SubnetId": "subnet-0a1b2c3d", "VpcId": "vpc-0a1b2c3d", "Tags": [ { "Key": "Name", "Value": "web-server-02" } ] } ] }, { "ReservationId": "r-0fedcba987654321", "OwnerId": "123456789012", "Instances": [ { "InstanceId": "i-0fedcba987654321", "InstanceType": "t3.large", "State": { "Code": 80, "Name": "stopped" }, "PrivateIpAddress": "10.0.3.75", "SubnetId": "subnet-0a1b2c3d", "VpcId": "vpc-0a1b2c3d", "Tags": [ { "Key": "Name", "Value": "database-server" }, { "Key": "Environment", "Value": "Production" }, { "Key": "Application", "Value": "Database" } ] } ] }, { "ReservationId": "r-0111222333444555", "OwnerId": "123456789012", "Instances": [ { "InstanceId": "i-0111222333444555", "InstanceType": "t2.micro", "State": { "Code": 16, "Name": "running" }, "PrivateIpAddress": "10.0.4.20", "SubnetId": "subnet-0a1b2c3d", "VpcId": "vpc-0a1b2c3d", "Tags": [] } ] }, { "ReservationId": "r-0666777888999aaa", "OwnerId": "123456789012", "Instances": [ { "InstanceId": "i-0666777888999aaa", "InstanceType": "t3.medium", "State": { "Code": 16, "Name": "running" }, "PrivateIpAddress": "10.0.5.150", "SubnetId": "subnet-0a1b2c3d", "VpcId": "vpc-0a1b2c3d", "Tags": [ { "Key": "Name", "Value": "test-server" }, { "Key": "Environment", "Value": "Development" } ] } ] } ] }