-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
41 lines (35 loc) · 855 Bytes
/
example.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
{
"ImageId": "ami-014b71fc78f51dec0",
"InstanceId": "i-02fa670b311d1f798",
"InstanceType": "t2.micro",
"LaunchTime": "2022-12-29T06:45:26.000Z",
"Monitoring": {
"State": "disabled"
},
"Placement": {
"AvailabilityZone": "ca-central-1a",
},
"PublicDnsName": "ec2-15-223-113-84.ca-central-1.compute.amazonaws.com",
"PublicIpAddress": "15.223.113.84",
"State": {
"Code": 16,
"Name": "running"
},
"Architecture": "x86_64",
"Tags": [
{
"Key": "Owner",
"Value": "hello-world"
},
{
"Key": "Name",
"Value": "ProcessRunner 1672296327014"
}
],
"CpuOptions": {
"CoreCount": 1,
"ThreadsPerCore": 1
},
"PlatformDetails": "Linux/UNIX",
"UsageOperation": "RunInstances"
}