ExaGridDba

ex1 basic i-0273fc27080b8d564 dest-host

Oct 20th, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. [root@src-host ~]# aws ec2 describe-instances --instance-ids i-0273fc27080b8d564
  2. {
  3. "Reservations": [
  4. {
  5. "Instances": [
  6. {
  7. "Monitoring": {
  8. "State": "disabled"
  9. },
  10. "PublicDnsName": "",
  11. "State": {
  12. "Code": 16,
  13. "Name": "running"
  14. },
  15. "EbsOptimized": false,
  16. "LaunchTime": "2022-10-21T01:32:48.000Z",
  17. "PublicIpAddress": "52.91.77.147",
  18. "PrivateIpAddress": "10.0.16.132",
  19. "ProductCodes": [],
  20. "VpcId": "vpc-0cc75d9eae4c906af",
  21. "CpuOptions": {
  22. "CoreCount": 1,
  23. "ThreadsPerCore": 1
  24. },
  25. "StateTransitionReason": "",
  26. "InstanceId": "i-0273fc27080b8d564",
  27. "EnaSupport": true,
  28. "ImageId": "ami-09d3b3274b6c5d4aa",
  29. "PrivateDnsName": "ip-10-0-16-132.ec2.internal",
  30. "KeyName": "acme",
  31. "SecurityGroups": [
  32. {
  33. "GroupName": "dest-sg",
  34. "GroupId": "sg-0d86f9996252af4bb"
  35. }
  36. ],
  37. "ClientToken": "",
  38. "SubnetId": "subnet-0d9f5d6595973665e",
  39. "InstanceType": "t2.micro",
  40. "CapacityReservationSpecification": {
  41. "CapacityReservationPreference": "open"
  42. },
  43. "NetworkInterfaces": [
  44. {
  45. "Status": "in-use",
  46. "MacAddress": "12:02:1c:03:c0:87",
  47. "SourceDestCheck": true,
  48. "VpcId": "vpc-0cc75d9eae4c906af",
  49. "Description": "",
  50. "NetworkInterfaceId": "eni-0d2b1a0fa66ad97bc",
  51. "PrivateIpAddresses": [
  52. {
  53. "PrivateIpAddress": "10.0.16.132",
  54. "Primary": true,
  55. "Association": {
  56. "PublicIp": "52.91.77.147",
  57. "PublicDnsName": "",
  58. "IpOwnerId": "amazon"
  59. }
  60. }
  61. ],
  62. "SubnetId": "subnet-0d9f5d6595973665e",
  63. "InterfaceType": "interface",
  64. "Attachment": {
  65. "Status": "attached",
  66. "DeviceIndex": 0,
  67. "DeleteOnTermination": true,
  68. "AttachmentId": "eni-attach-06e8c68c356ef38b6",
  69. "AttachTime": "2022-10-21T01:32:48.000Z"
  70. },
  71. "Groups": [
  72. {
  73. "GroupName": "dest-sg",
  74. "GroupId": "sg-0d86f9996252af4bb"
  75. }
  76. ],
  77. "Ipv6Addresses": [],
  78. "OwnerId": "531621538008",
  79. "PrivateIpAddress": "10.0.16.132",
  80. "Association": {
  81. "PublicIp": "52.91.77.147",
  82. "PublicDnsName": "",
  83. "IpOwnerId": "amazon"
  84. }
  85. }
  86. ],
  87. "SourceDestCheck": true,
  88. "Placement": {
  89. "Tenancy": "default",
  90. "GroupName": "",
  91. "AvailabilityZone": "us-east-1a"
  92. },
  93. "Hypervisor": "xen",
  94. "BlockDeviceMappings": [
  95. {
  96. "DeviceName": "/dev/xvda",
  97. "Ebs": {
  98. "Status": "attached",
  99. "DeleteOnTermination": true,
  100. "VolumeId": "vol-0a518f1e3adf96e32",
  101. "AttachTime": "2022-10-21T01:32:49.000Z"
  102. }
  103. }
  104. ],
  105. "Architecture": "x86_64",
  106. "RootDeviceType": "ebs",
  107. "RootDeviceName": "/dev/xvda",
  108. "VirtualizationType": "hvm",
  109. "Tags": [
  110. {
  111. "Value": "dest-host",
  112. "Key": "Name"
  113. }
  114. ],
  115. "HibernationOptions": {
  116. "Configured": false
  117. },
  118. "MetadataOptions": {
  119. "State": "applied",
  120. "HttpEndpoint": "enabled",
  121. "HttpTokens": "optional",
  122. "HttpPutResponseHopLimit": 1
  123. },
  124. "AmiLaunchIndex": 0
  125. }
  126. ],
  127. "ReservationId": "r-0c036ad94e618f4ed",
  128. "Groups": [],
  129. "OwnerId": "531621538008"
  130. }
  131. ]
  132. }
Advertisement
Add Comment
Please, Sign In to add comment