diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-20 12:31:58 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-20 12:31:58 -0500 |
| commit | e2a0cf2a79b43f9f86b74270f3d96fe300687804 (patch) | |
| tree | a87edf55f81e78f4d0968d6f006562090260e068 /snips/aws | |
| parent | ec83443853116b07f18fbef8c6de31cf157939a0 (diff) | |
| download | dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.gz dotfiles-e2a0cf2a79b43f9f86b74270f3d96fe300687804.tar.xz | |
Cleanup unused files and code.
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 |
