-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstance.json
87 lines (87 loc) · 3.13 KB
/
instance.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
{
"Groups": [],
"ReservationId": "r-053e9c7f9cf9405b8",
"OwnerId": "148001421579",
"Instances": [
{
"SubnetId": "subnet-0f4d438d9a9ec9bde",
"ImageId": "ami-6cd6f714",
"SourceDestCheck": true,
"RootDeviceName": "/dev/xvda",
"BlockDeviceMappings": [],
"VirtualizationType": "hvm",
"AmiLaunchIndex": 0,
"LaunchTime": "2018-10-08T20:55:50.000Z",
"Placement": {
"AvailabilityZone": "us-west-2a",
"Tenancy": "default",
"GroupName": ""
},
"VpcId": "vpc-01bb513d577bebe72",
"Monitoring": {
"State": "disabled"
},
"SecurityGroups": [
{
"GroupId": "sg-0bed7780f517df046",
"GroupName": "TomcatSG"
}
],
"Architecture": "x86_64",
"StateTransitionReason": "",
"EbsOptimized": false,
"InstanceId": "i-03914dbd5443f0c2c",
"KeyName": "ec2",
"StateReason": {
"Code": "pending",
"Message": "pending"
},
"NetworkInterfaces": [
{
"Groups": [
{
"GroupId": "sg-0bed7780f517df046",
"GroupName": "TomcatSG"
}
],
"Description": "",
"SubnetId": "subnet-0f4d438d9a9ec9bde",
"Attachment": {
"AttachmentId": "eni-attach-03bc8f2b2b72e7c5f",
"DeviceIndex": 0,
"Status": "attaching",
"DeleteOnTermination": true,
"AttachTime": "2018-10-08T20:55:50.000Z"
},
"SourceDestCheck": true,
"MacAddress": "02:07:1f:60:0a:82",
"OwnerId": "148001421579",
"PrivateIpAddress": "172.31.23.250",
"PrivateDnsName": "ip-172-31-23-250.us-west-2.compute.internal",
"VpcId": "vpc-01bb513d577bebe72",
"PrivateIpAddresses": [
{
"PrivateDnsName": "ip-172-31-23-250.us-west-2.compute.internal",
"Primary": true,
"PrivateIpAddress": "172.31.23.250"
}
],
"Status": "in-use",
"NetworkInterfaceId": "eni-0436cbfd060dbe9a0"
}
],
"Hypervisor": "xen",
"PrivateIpAddress": "172.31.23.250",
"PrivateDnsName": "ip-172-31-23-250.us-west-2.compute.internal",
"PublicDnsName": "",
"ProductCodes": [],
"State": {
"Name": "pending",
"Code": 0
},
"RootDeviceType": "ebs",
"InstanceType": "t2.micro",
"ClientToken": ""
}
]
}