Skip to content

Instantly share code, notes, and snippets.

@huslage
Created June 3, 2014 18:03
Show Gist options
  • Save huslage/ee5f30a8fc24d12bc1e9 to your computer and use it in GitHub Desktop.
Save huslage/ee5f30a8fc24d12bc1e9 to your computer and use it in GitHub Desktop.
{
"Reservations": [
{
"OwnerId": "437775732836",
"ReservationId": "r-6106ac10",
"Groups": [],
"Instances": [
{
"Monitoring": {
"State": "disabled"
},
"PublicDnsName": "ec2-54-209-184-233.compute-1.amazonaws.com",
"RootDeviceType": "ebs",
"State": {
"Code": 16,
"Name": "running"
},
"EbsOptimized": false,
"LaunchTime": "2014-06-03T17:53:09.000Z",
"PublicIpAddress": "54.209.184.233",
"PrivateIpAddress": "172.31.45.162",
"ProductCodes": [],
"VpcId": "vpc-160fc573",
"StateTransitionReason": null,
"InstanceId": "i-088e4d5a",
"ImageId": "ami-e859af80",
"PrivateDnsName": "ip-172-31-45-162.ec2.internal",
"KeyName": "docker-training",
"SecurityGroups": [
{
"GroupName": "default",
"GroupId": "sg-3c198559"
}
],
"ClientToken": null,
"SubnetId": "subnet-0739122f",
"InstanceType": "m3.medium",
"NetworkInterfaces": [
{
"Status": "in-use",
"SourceDestCheck": true,
"VpcId": "vpc-160fc573",
"Description": null,
"Association": {
"PublicIp": "54.209.184.233",
"PublicDnsName": "ec2-54-209-184-233.compute-1.amazonaws.com",
"IpOwnerId": "amazon"
},
"NetworkInterfaceId": "eni-0a51da21",
"PrivateIpAddresses": [
{
"PrivateDnsName": "ip-172-31-45-162.ec2.internal",
"Association": {
"PublicIp": "54.209.184.233",
"PublicDnsName": "ec2-54-209-184-233.compute-1.amazonaws.com",
"IpOwnerId": "amazon"
},
"Primary": true,
"PrivateIpAddress": "172.31.45.162"
}
],
"PrivateDnsName": "ip-172-31-45-162.ec2.internal",
"Attachment": {
"Status": "attached",
"DeviceIndex": 0,
"DeleteOnTermination": true,
"AttachmentId": "eni-attach-59851123",
"AttachTime": "2014-06-03T17:53:09.000Z"
},
"Groups": [
{
"GroupName": "default",
"GroupId": "sg-3c198559"
}
],
"SubnetId": "subnet-0739122f",
"OwnerId": "437775732836",
"PrivateIpAddress": "172.31.45.162"
}
],
"SourceDestCheck": true,
"Placement": {
"Tenancy": "default",
"GroupName": null,
"AvailabilityZone": "us-east-1d"
},
"Hypervisor": "xen",
"BlockDeviceMappings": [
{
"DeviceName": "/dev/sda1",
"Ebs": {
"Status": "attached",
"DeleteOnTermination": true,
"VolumeId": "vol-62f2982e",
"AttachTime": "2014-06-03T17:53:13.000Z"
}
}
],
"Architecture": "x86_64",
"KernelId": "aki-919dcaf8",
"RootDeviceName": "/dev/sda1",
"VirtualizationType": "paravirtual",
"AmiLaunchIndex": 0
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment