-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathec2.json
More file actions
47 lines (47 loc) · 1.56 KB
/
ec2.json
File metadata and controls
47 lines (47 loc) · 1.56 KB
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
{
"changed": true,
"failed": false,
"instance_ids": [
"i-02705a18317c8492c"
],
"instances": [
{
"ami_launch_index": "0",
"architecture": "x86_64",
"block_device_mapping": {
"/dev/sda1": {
"delete_on_termination": true,
"status": "attached",
"volume_id": "vol-016f61c714f892357"
}
},
"dns_name": "ec2-35-183-30-81.ca-central-1.compute.amazonaws.com",
"ebs_optimized": false,
"groups": {
"sg-0ae384389282b35dd": "launch-wizard-7"
},
"hypervisor": "xen",
"id": "i-02705a18317c8492c",
"image_id": "ami-49f0762d",
"instance_type": "t2.micro",
"kernel": null,
"key_name": "ansible",
"launch_time": "2018-09-06T16:19:08.000Z",
"placement": "ca-central-1b",
"private_dns_name": "ip-172-31-15-195.ca-central-1.compute.internal",
"private_ip": "172.31.15.195",
"public_dns_name": "ec2-35-183-30-81.ca-central-1.compute.amazonaws.com",
"public_ip": "35.183.30.81",
"ramdisk": null,
"region": "ca-central-1",
"root_device_name": "/dev/sda1",
"root_device_type": "ebs",
"state": "running",
"state_code": 16,
"tags": {},
"tenancy": "default",
"virtualization_type": "hvm"
}
],
"tagged_instances": []
}