Advertisement
Guest User

Untitled

a guest
Jul 15th, 2016
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1.  
  2. {
  3. "Reservations": [
  4. {
  5. "OwnerId": "683100487279",
  6. "ReservationId": "r-6986d1b5",
  7. "Groups": [],
  8. "Instances": [
  9. {
  10. "Monitoring": {
  11. "State": "disabled"
  12. },
  13. "PublicDnsName": "xxxxxxxx",
  14. "State": {
  15. "Code": 16,
  16. "Name": "running"
  17. },
  18. "EbsOptimized": false,
  19. "LaunchTime": "2016-06-06T09:42:33.000Z",
  20. "PublicIpAddress": "xxxxx",
  21. "PrivateIpAddress": "10.0.0.240",
  22. "ProductCodes": [],
  23. "VpcId": "vpc-eb09eb8e",
  24. "StateTransitionReason": "",
  25. "InstanceId": "i-d414ce0b",
  26. "ImageId": "ami-091a5933",
  27. "PrivateDnsName": "xxxxxxxxxxx",
  28. "KeyName": "xxxxxxxxx",
  29. "SecurityGroups": [
  30. {
  31. "GroupName": "HTTP-SERVICE",
  32. "GroupId": "sg-cc0ff1a9"
  33. }
  34. ],
  35. "ClientToken": "eorlc1443576799259",
  36. "SubnetId": "subnet-cd9c6ca8",
  37. "InstanceType": "t2.micro",
  38. "NetworkInterfaces": [
  39. {
  40. "Status": "in-use",
  41. "MacAddress": "02:13:4a:cd:1b:fd",
  42. "SourceDestCheck": true,
  43. "VpcId": "vpc-eb09eb8e",
  44. "Description": "Primary network interface",
  45. "Association": {
  46. "PublicIp": "xxxxxxxxx",
  47. "PublicDnsName": "xxxxxxxxxx",
  48. "IpOwnerId": xxxxxx
  49. },
  50. "NetworkInterfaceId": "eni-f0a2b794",
  51. "PrivateIpAddresses": [
  52. {
  53. "PrivateDnsName": "ip-10-0-0-240.ap-southeast-2.compute.internal",
  54. "Association": {
  55. "PublicIp": "xxxxxxx",
  56. "PublicDnsName": "xxxxxxxxxx",
  57. "IpOwnerId": xxxxxxxx
  58. },
  59. "Primary": true,
  60. "PrivateIpAddress": "10.0.0.240"
  61. }
  62. ],
  63. "PrivateDnsName": "ip-10-0-0-240.ap-southeast-2.compute.internal",
  64. "Attachment": {
  65. "Status": "attached",
  66. "DeviceIndex": 0,
  67. "DeleteOnTermination": true,
  68. "AttachmentId": "eni-attach-d5e571eb",
  69. "AttachTime": "2015-09-30T01:33:19.000Z"
  70. },
  71. "Groups": [
  72. {
  73. "GroupName": "HTTP-SERVICE",
  74. "GroupId": "sg-cc0ff1a9"
  75. }
  76. ],
  77. "SubnetId": "subnet-cd9c6ca8",
  78. "OwnerId": "xxxxxxxxxx9",
  79. "PrivateIpAddress": "10.0.0.240"
  80. }
  81. ],
  82. "SourceDestCheck": true,
  83. "Placement": {
  84. "Tenancy": "default",
  85. "GroupName": "",
  86. "AvailabilityZone": "ap-southeast-2b"
  87. },
  88. "Hypervisor": "xen",
  89. "BlockDeviceMappings": [
  90. {
  91. "DeviceName": "/dev/sda1",
  92. "Ebs": {
  93. "Status": "attached",
  94. "DeleteOnTermination": false,
  95. "VolumeId": "vol-e0df3b2a",
  96. "AttachTime": "2015-09-30T01:33:22.000Z"
  97. }
  98. }
  99. ],
  100. "Architecture": "x86_64",
  101. "RootDeviceType": "ebs",
  102. "RootDeviceName": "/dev/sda1",
  103. "VirtualizationType": "hvm",
  104. "Tags": [
  105. {
  106. "Value": "webserver2",
  107. "Key": "Name"
  108. }
  109. ],
  110. "AmiLaunchIndex": 0
  111. }
  112. ]
  113. }
  114. ]
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement