-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
113 lines (113 loc) · 4.78 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"Reservations": [
{
"OwnerId": "312226949769",
"ReservationId": "r-c55b5c17",
"Groups": [],
"Instances": [
{
"Monitoring": {
"State": "disabled"
},
"PublicDnsName": "",
"Platform": "windows",
"State": {
"Code": 16,
"Name": "running"
},
"EbsOptimized": false,
"LaunchTime": "2016-04-11T20:26:18.000Z",
"PrivateIpAddress": "10.252.140.47",
"ProductCodes": [],
"VpcId": "vpc-95499bf0",
"StateTransitionReason": "",
"InstanceId": "i-4fe92cc8",
"ImageId": "ami-3d787d57",
"PrivateDnsName": "ip-10-252-140-47.ec2.internal",
"KeyName": "elazartest1",
"SecurityGroups": [
{
"GroupName": "palo-alto-all-open",
"GroupId": "sg-27f9af42"
}
],
"ClientToken": "uccZK1460406378050",
"SubnetId": "subnet-96d526e1",
"InstanceType": "m3.medium",
"NetworkInterfaces": [
{
"Status": "in-use",
"MacAddress": "0a:55:51:58:c0:77",
"SourceDestCheck": true,
"VpcId": "vpc-95499bf0",
"Description": "Primary network interface",
"NetworkInterfaceId": "eni-685a4329",
"PrivateIpAddresses": [
{
"PrivateDnsName": "ip-10-252-140-47.ec2.internal",
"Primary": true,
"PrivateIpAddress": "10.252.140.47"
}
],
"PrivateDnsName": "ip-10-252-140-47.ec2.internal",
"Attachment": {
"Status": "attached",
"DeviceIndex": 0,
"DeleteOnTermination": true,
"AttachmentId": "eni-attach-f4e6e70e",
"AttachTime": "2016-04-11T20:26:18.000Z"
},
"Groups": [
{
"GroupName": "palo-alto-all-open",
"GroupId": "sg-27f9af42"
}
],
"SubnetId": "subnet-96d526e1",
"OwnerId": "312226949769",
"PrivateIpAddress": "10.252.140.47"
}
],
"SourceDestCheck": true,
"Placement": {
"Tenancy": "default",
"GroupName": "",
"AvailabilityZone": "us-east-1c"
},
"Hypervisor": "xen",
"BlockDeviceMappings": [
{
"DeviceName": "/dev/sda1",
"Ebs": {
"Status": "attached",
"DeleteOnTermination": true,
"VolumeId": "vol-99ee9831",
"AttachTime": "2016-04-11T20:26:19.000Z"
}
},
{
"DeviceName": "xvdb",
"Ebs": {
"Status": "attached",
"DeleteOnTermination": true,
"VolumeId": "vol-daee9872",
"AttachTime": "2016-04-11T20:26:19.000Z"
}
}
],
"Architecture": "x86_64",
"RootDeviceType": "ebs",
"RootDeviceName": "/dev/sda1",
"VirtualizationType": "hvm",
"Tags": [
{
"Value": "elazartest2",
"Key": "Name"
}
],
"AmiLaunchIndex": 0
}
]
}
]
}