summaryrefslogtreecommitdiffstats
path: root/.aws
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-03-30 14:33:55 +0200
committerAhmed Abdelhalim <[email protected]>2021-03-30 14:33:55 +0200
commitb81ab63d2926972825e7c5d3da2ccf543ede94d7 (patch)
treedd175d1ddee8a864bb9233d6d9c228490a22fb76 /.aws
parenta3f0d75993234aa6b5524cf572631792ae781007 (diff)
Add AWS setup encrypted credentials
Diffstat (limited to '.aws')
-rw-r--r--.aws/config2
-rw-r--r--.aws/credentialsbin0 -> 138 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/.aws/config b/.aws/config
new file mode 100644
index 0000000..a5220e0
--- /dev/null
+++ b/.aws/config
@@ -0,0 +1,2 @@
+[default]
+region = eu-central-1
diff --git a/.aws/credentials b/.aws/credentials
new file mode 100644
index 0000000..31ba8f6
--- /dev/null
+++ b/.aws/credentials
Binary files differ