aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile.am4
-rw-r--r--etc/allocate-address.fln2
-rw-r--r--etc/associate-address.fln2
-rw-r--r--etc/associate-route-table.fln2
-rw-r--r--etc/attach-internet-gateway.fln2
-rw-r--r--etc/attach-volume.fln2
-rw-r--r--etc/compl.sh2
-rw-r--r--etc/copy-image.fln2
-rw-r--r--etc/copy-snapshot.fln2
-rw-r--r--etc/create-image.fln2
-rw-r--r--etc/create-internet-gateway.fln2
-rw-r--r--etc/create-route-table.fln2
-rw-r--r--etc/create-route.fln2
-rw-r--r--etc/create-security-group.fln2
-rw-r--r--etc/create-snapshot.fln2
-rw-r--r--etc/create-subnet.fln2
-rw-r--r--etc/create-tags.fln2
-rw-r--r--etc/create-volume.fln2
-rw-r--r--etc/create-vpc.fln2
-rw-r--r--etc/default.fln2
-rw-r--r--etc/delete-internet-gateway.fln2
-rw-r--r--etc/delete-route-table.fln2
-rw-r--r--etc/delete-route.fln2
-rw-r--r--etc/delete-security-group.fln2
-rw-r--r--etc/delete-snapshot.fln2
-rw-r--r--etc/delete-subnet.fln2
-rw-r--r--etc/delete-tags.fln2
-rw-r--r--etc/delete-volume.fln2
-rw-r--r--etc/delete-vpc.fln2
-rw-r--r--etc/deregister-image.fln2
-rw-r--r--etc/describe-addresses.fln2
-rw-r--r--etc/describe-availability-zones.fln2
-rw-r--r--etc/describe-image-attribute.fln2
-rw-r--r--etc/describe-images.fln3
-rw-r--r--etc/describe-instance-attribute.fln2
-rw-r--r--etc/describe-instance-status.fln2
-rw-r--r--etc/describe-instances.fln2
-rw-r--r--etc/describe-internet-gateways.fln2
-rw-r--r--etc/describe-regions.fln2
-rw-r--r--etc/describe-route-tables.fln2
-rw-r--r--etc/describe-security-groups.fln2
-rw-r--r--etc/describe-snapshot-attribute.fln2
-rw-r--r--etc/describe-snapshots.fln2
-rw-r--r--etc/describe-subnets.fln2
-rw-r--r--etc/describe-tags.fln2
-rw-r--r--etc/describe-volumes-modifications.fln2
-rw-r--r--etc/describe-volumes.fln2
-rw-r--r--etc/describe-vpc-attribute.fln2
-rw-r--r--etc/describe-vpcs.fln2
-rw-r--r--etc/detach-internet-gateway.fln2
-rw-r--r--etc/detach-volume.fln2
-rw-r--r--etc/disassociate-address.fln2
-rw-r--r--etc/disassociate-route-table.fln2
-rw-r--r--etc/flncat.c2
-rw-r--r--etc/get-console-output.fln2
-rw-r--r--etc/lsattr.fln2
-rw-r--r--etc/modify-image-attribute.fln2
-rw-r--r--etc/modify-instance-attribute.fln2
-rw-r--r--etc/modify-snapshot-attribute.fln2
-rw-r--r--etc/modify-subnet-attribute.fln2
-rw-r--r--etc/modify-volume.fln2
-rw-r--r--etc/modify-vpc-attribute.fln2
-rw-r--r--etc/move-address-to-vpc.fln23
-rw-r--r--etc/reboot-instances.fln2
-rw-r--r--etc/release-address.fln2
-rw-r--r--etc/replace-route.fln2
-rw-r--r--etc/reset-snapshot-attribute.fln2
-rw-r--r--etc/restore-address-to-classic.fln22
-rw-r--r--etc/route.fln2
-rw-r--r--etc/run-instances.fln2
-rw-r--r--etc/sg.fln2
-rw-r--r--etc/start-instances.fln2
-rw-r--r--etc/stop-instances.fln2
-rw-r--r--etc/terminate-instances.fln2
74 files changed, 120 insertions, 72 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 7d0b355..b0a11d2 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Eclat
-# Copyright (C) 2012-2018 Sergey Poznyakoff
+# Copyright (C) 2012-2023 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -75,9 +75,11 @@ FLNFILES=\
modify-subnet-attribute.fln\
modify-volume.fln\
modify-vpc-attribute.fln\
+ move-address-to-vpc.fln\
reboot-instances.fln\
release-address.fln\
replace-route.fln\
+ restore-address-to-classic.fln\
route.fln\
reset-snapshot-attribute.fln\
run-instances.fln\
diff --git a/etc/allocate-address.fln b/etc/allocate-address.fln
index fff2e7c..302aafc 100644
--- a/etc/allocate-address.fln
+++ b/etc/allocate-address.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/associate-address.fln b/etc/associate-address.fln
index fdb1ef8..f4b1445 100644
--- a/etc/associate-address.fln
+++ b/etc/associate-address.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/associate-route-table.fln b/etc/associate-route-table.fln
index 72ed761..1443a5d 100644
--- a/etc/associate-route-table.fln
+++ b/etc/associate-route-table.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/attach-internet-gateway.fln b/etc/attach-internet-gateway.fln
index 7cc4bce..c24c284 100644
--- a/etc/attach-internet-gateway.fln
+++ b/etc/attach-internet-gateway.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/attach-volume.fln b/etc/attach-volume.fln
index 0575d98..8052dca 100644
--- a/etc/attach-volume.fln
+++ b/etc/attach-volume.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/compl.sh b/etc/compl.sh
index a1c001d..b242398 100644
--- a/etc/compl.sh
+++ b/etc/compl.sh
@@ -1,6 +1,6 @@
#! /bin/bash
# Bash completion setup for Eclat commands.
-# Copyright (C) 2012-2018 Sergey Poznyakoff
+# Copyright (C) 2012-2023 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/etc/copy-image.fln b/etc/copy-image.fln
index 4ed02fb..b326e2e 100644
--- a/etc/copy-image.fln
+++ b/etc/copy-image.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2018 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/copy-snapshot.fln b/etc/copy-snapshot.fln
index 4074dc0..ddbd775 100644
--- a/etc/copy-snapshot.fln
+++ b/etc/copy-snapshot.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2018 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-image.fln b/etc/create-image.fln
index 5964241..996d45a 100644
--- a/etc/create-image.fln
+++ b/etc/create-image.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2018 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-internet-gateway.fln b/etc/create-internet-gateway.fln
index f548f1a..785fc4f 100644
--- a/etc/create-internet-gateway.fln
+++ b/etc/create-internet-gateway.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-route-table.fln b/etc/create-route-table.fln
index b753964..c989a03 100644
--- a/etc/create-route-table.fln
+++ b/etc/create-route-table.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-route.fln b/etc/create-route.fln
index 83646bb..c4b79ad 100644
--- a/etc/create-route.fln
+++ b/etc/create-route.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-security-group.fln b/etc/create-security-group.fln
index bcffe8c..2342286 100644
--- a/etc/create-security-group.fln
+++ b/etc/create-security-group.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-snapshot.fln b/etc/create-snapshot.fln
index 666f36f..e7f8abb 100644
--- a/etc/create-snapshot.fln
+++ b/etc/create-snapshot.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-subnet.fln b/etc/create-subnet.fln
index 02393f2..f111341 100644
--- a/etc/create-subnet.fln
+++ b/etc/create-subnet.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-tags.fln b/etc/create-tags.fln
index 7280ced..2149104 100644
--- a/etc/create-tags.fln
+++ b/etc/create-tags.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-volume.fln b/etc/create-volume.fln
index 8498067..662439b 100644
--- a/etc/create-volume.fln
+++ b/etc/create-volume.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/create-vpc.fln b/etc/create-vpc.fln
index c58d892..e779785 100644
--- a/etc/create-vpc.fln
+++ b/etc/create-vpc.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2015-2018 Sergey Poznyakoff.
+ Copyright (C) 2015-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/default.fln b/etc/default.fln
index 0ba2303..73d27e0 100644
--- a/etc/default.fln
+++ b/etc/default.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-internet-gateway.fln b/etc/delete-internet-gateway.fln
index 3b4a2db..a7cb890 100644
--- a/etc/delete-internet-gateway.fln
+++ b/etc/delete-internet-gateway.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-route-table.fln b/etc/delete-route-table.fln
index 5ad0ba2..0329ef6 100644
--- a/etc/delete-route-table.fln
+++ b/etc/delete-route-table.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-route.fln b/etc/delete-route.fln
index 4f1d6e9..d712d18 100644
--- a/etc/delete-route.fln
+++ b/etc/delete-route.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-security-group.fln b/etc/delete-security-group.fln
index 7b37bac..eb0ab53 100644
--- a/etc/delete-security-group.fln
+++ b/etc/delete-security-group.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-snapshot.fln b/etc/delete-snapshot.fln
index 98cb74b..261d895 100644
--- a/etc/delete-snapshot.fln
+++ b/etc/delete-snapshot.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-subnet.fln b/etc/delete-subnet.fln
index d6dd23e..76266c0 100644
--- a/etc/delete-subnet.fln
+++ b/etc/delete-subnet.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-tags.fln b/etc/delete-tags.fln
index bf77a56..53d7045 100644
--- a/etc/delete-tags.fln
+++ b/etc/delete-tags.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-volume.fln b/etc/delete-volume.fln
index bbdcfb5..eeb9a2e 100644
--- a/etc/delete-volume.fln
+++ b/etc/delete-volume.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/delete-vpc.fln b/etc/delete-vpc.fln
index 660dafe..f5621d4 100644
--- a/etc/delete-vpc.fln
+++ b/etc/delete-vpc.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/deregister-image.fln b/etc/deregister-image.fln
index f1e5442..d1533c4 100644
--- a/etc/deregister-image.fln
+++ b/etc/deregister-image.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2018 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/describe-addresses.fln b/etc/describe-addresses.fln
index d7003bd..9d0f335 100644
--- a/etc/describe-addresses.fln
+++ b/etc/describe-addresses.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/describe-availability-zones.fln b/etc/describe-availability-zones.fln
index 8f0e857..acce66b 100644
--- a/etc/describe-availability-zones.fln
+++ b/etc/describe-availability-zones.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/describe-image-attribute.fln b/etc/describe-image-attribute.fln
index e6ec191..c9294de 100644
--- a/etc/describe-image-attribute.fln
+++ b/etc/describe-image-attribute.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2014-2018 Sergey Poznyakoff.
+ Copyright (C) 2014-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/describe-images.fln b/etc/describe-images.fln
index ac2fc79..f3b8bb8 100644
--- a/etc/describe-images.fln
+++ b/etc/describe-images.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2018 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,6 +17,7 @@
if (.DescribeImagesResponse.imagesSet) {
for (var in .DescribeImagesResponse.imagesSet.item) {
print("\nImage ID: ", var.imageId, "\n");
+ print("\tCreated on: ", var.creationDate, "\n");
print("\tName: ", var.name, "\n");
print("\tDescription: ", var.description, "\n");
print("\tOwner: ", var.imageOwnerId, "\n");
diff --git a/etc/describe-instance-attribute.fln b/etc/describe-instance-attribute.fln
index bf63c2f..86671c7 100644
--- a/etc/describe-instance-attribute.fln
+++ b/etc/describe-instance-attribute.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/etc/describe-instance-status.fln b/etc/describe-instance-status.fln
index 8d6fcd8..6eb945b 100644
--- a/etc/describe-instance-status.fln
+++ b/etc/describe-instance-status.fln
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the G