Advertisement
Guest User

Untitled

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