aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-11-15 11:57:44 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-11-15 11:57:44 +0200
commit966cc92ffcc7e5d070103d33f605bc1691229022 (patch)
tree482a6558df72f7c795fef55e43e156481f30a80e
parent63a903790265731c3abe0eee2db525c11347356b (diff)
downloadeclat-966cc92ffcc7e5d070103d33f605bc1691229022.tar.gz
eclat-966cc92ffcc7e5d070103d33f605bc1691229022.tar.bz2
Include VPC info to the describe-instances.fln format.
-rw-r--r--etc/describe-instances.fln2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/describe-instances.fln b/etc/describe-instances.fln
index 836628d..7335f37 100644
--- a/etc/describe-instances.fln
+++ b/etc/describe-instances.fln
@@ -37,6 +37,8 @@ if (.DescribeInstancesResponse.reservationSet) {
37 print("\tType: ", inst.instanceType, "\n"); 37 print("\tType: ", inst.instanceType, "\n");
38 print("\tLaunch Time: ", inst.launchTime, "\n"); 38 print("\tLaunch Time: ", inst.launchTime, "\n");
39 print("\tAvailability Zone: ", inst.placement.availabilityZone, "\n"); 39 print("\tAvailability Zone: ", inst.placement.availabilityZone, "\n");
40 print("\tVPC: ", inst.vpcId, "\n");
41 print("\tSubnet: ", inst.subnetId, "\n");
40 print("\tGroup Name: ", inst.placement.groupName, "\n"); 42 print("\tGroup Name: ", inst.placement.groupName, "\n");
41 print("\tTenancy: ", inst.placement.tenancy, "\n"); 43 print("\tTenancy: ", inst.placement.tenancy, "\n");
42 print("\tPrivate IP: ", inst.privateIpAddress, "\n"); 44 print("\tPrivate IP: ", inst.privateIpAddress, "\n");

Return to:

Send suggestions and report system problems to the System administrator.