Advertisement
Guest User

Untitled

a guest
Sep 28th, 2022
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.45 KB | Software | 0 0
  1. {
  2.   "Reservations": [
  3.     {
  4.       "Groups": [],
  5.       "Instances": [
  6.         {
  7.           "AmiLaunchIndex": 0,
  8.           "ImageId": "ami-0abcdef1234567890",
  9.           "InstanceId": "i-1234567890abcdef0",
  10.           "InstanceType": "t2.micro",
  11.           "KeyName": "MyKeyPair",
  12.           "LaunchTime": "2018-05-10T08:05:20.000Z",
  13.           "Monitoring": {
  14.             "State": "disabled"
  15.           },
  16.           "Placement": {
  17.             "AvailabilityZone": "us-east-2a",
  18.             "GroupName": "",
  19.             "Tenancy": "default"
  20.           },
  21.           "PrivateDnsName": "ip-10-0-0-157.us-east-2.compute.internal",
  22.           "PrivateIpAddress": "10.0.0.157",
  23.           "ProductCodes": [],
  24.           "PublicDnsName": "",
  25.           "State": {
  26.             "Code": 0,
  27.             "Name": "pending"
  28.           },
  29.           "StateTransitionReason": "",
  30.           "SubnetId": "subnet-04a636d18e83cfacb",
  31.           "VpcId": "vpc-1234567890abcdef0",
  32.           "Architecture": "x86_64",
  33.           "BlockDeviceMappings": [],
  34.           "ClientToken": "",
  35.           "EbsOptimized": false,
  36.           "Hypervisor": "xen",
  37.           "NetworkInterfaces": [
  38.             {
  39.               "Attachment": {
  40.                 "AttachTime": "2018-05-10T08:05:20.000Z",
  41.                 "AttachmentId": "eni-attach-0e325c07e928a0405",
  42.                 "DeleteOnTermination": true,
  43.                 "DeviceIndex": 0,
  44.                 "Status": "attaching"
  45.               },
  46.               "Description": "",
  47.               "Groups": [
  48.                 {
  49.                   "GroupName": "MySecurityGroup",
  50.                   "GroupId": "sg-0598c7d356eba48d7"
  51.                 }
  52.               ],
  53.               "Ipv6Addresses": [],
  54.               "MacAddress": "0a:ab:58:e0:67:e2",
  55.               "NetworkInterfaceId": "eni-0c0a29997760baee7",
  56.               "OwnerId": "123456789012",
  57.               "PrivateDnsName": "ip-10-0-0-157.us-east-2.compute.internal",
  58.               "PrivateIpAddress": "10.0.0.157",
  59.               "PrivateIpAddresses": [
  60.                 {
  61.                   "Primary": true,
  62.                   "PrivateDnsName": "ip-10-0-0-157.us-east-2.compute.internal",
  63.                   "PrivateIpAddress": "10.0.0.157"
  64.                 }
  65.               ],
  66.               "SourceDestCheck": true,
  67.               "Status": "in-use",
  68.               "SubnetId": "subnet-04a636d18e83cfacb",
  69.               "VpcId": "vpc-1234567890abcdef0",
  70.               "InterfaceType": "interface"
  71.             }
  72.           ],
  73.           "RootDeviceName": "/dev/xvda",
  74.           "RootDeviceType": "ebs",
  75.           "SecurityGroups": [
  76.             {
  77.               "GroupName": "MySecurityGroup",
  78.               "GroupId": "sg-0598c7d356eba48d7"
  79.             }
  80.           ],
  81.           "SourceDestCheck": true,
  82.           "StateReason": {
  83.             "Code": "pending",
  84.             "Message": "pending"
  85.           },
  86.           "Tags": [],
  87.           "VirtualizationType": "hvm",
  88.           "CpuOptions": {
  89.             "CoreCount": 1,
  90.             "ThreadsPerCore": 1
  91.           },
  92.           "CapacityReservationSpecification": {
  93.             "CapacityReservationPreference": "open"
  94.           },
  95.           "MetadataOptions": {
  96.             "State": "pending",
  97.             "HttpTokens": "optional",
  98.             "HttpPutResponseHopLimit": 1,
  99.             "HttpEndpoint": "enabled"
  100.           }
  101.         }
  102.       ],
  103.       "OwnerId": "123456789012",
  104.       "ReservationId": "r-02a3f596d91211712"
  105.     }
  106.   ]
  107. }
  108.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement