diff options
Diffstat (limited to 'snips/aws')
| -rw-r--r-- | snips/aws/ami | 1 | ||||
| -rw-r--r-- | snips/aws/id | 1 | ||||
| -rw-r--r-- | snips/aws/ip | 1 | ||||
| -rw-r--r-- | snips/aws/ip-pub | 1 | ||||
| -rw-r--r-- | snips/aws/user-data | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/snips/aws/ami b/snips/aws/ami deleted file mode 100644 index ca5dba9..0000000 --- a/snips/aws/ami +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/latest/meta-data/ami-id ; echo diff --git a/snips/aws/id b/snips/aws/id deleted file mode 100644 index 12c2147..0000000 --- a/snips/aws/id +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/latest/meta-data/instance-id ; echo diff --git a/snips/aws/ip b/snips/aws/ip deleted file mode 100644 index f7ea033..0000000 --- a/snips/aws/ip +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/latest/meta-data/local-ipv4 ; echo diff --git a/snips/aws/ip-pub b/snips/aws/ip-pub deleted file mode 100644 index 1852bb7..0000000 --- a/snips/aws/ip-pub +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/latest/meta-data/public-ipv4 ; echo diff --git a/snips/aws/user-data b/snips/aws/user-data deleted file mode 100644 index 3c33572..0000000 --- a/snips/aws/user-data +++ /dev/null @@ -1 +0,0 @@ -curl http://169.254.169.254/2009-04-04/user-data ; echo |
