From e65032c158e8932395c5bf6a66e3f1fc43ad501f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=A4rkle?= Date: Wed, 16 Dec 2020 11:46:17 +0100 Subject: [PATCH] updated ami and link in documentation --- Readme.md | 4 ++-- create_aws_wireguard_server.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 4631ea6..672824b 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ - uses arm64 graviton instances (cheaper than amd64) - uses spot instance (cheaper than on demand) - uses t4g.nano with 512MB (smallest/cheapest instance type) - - uses Debian 10 arm64 ami + - uses Debian 10 arm64 ami, for your right image look at https://wiki.debian.org/Cloud/AmazonEC2Image/Buster ## What does it do? It installs a debian server (arm64) and wireguard on it. It configures wireguard with as much clients as you need and provides the client profiles you need to get your wireguard clients running. @@ -35,4 +35,4 @@ defaults by pressing return ## Installation of clients 1. Install wireguard client for your operating system (e.g. via package manager or Appstore) 2. Import the client profile that was created during the server installation. It is located in `wireguard_profiles` subfolder -as config file and as a qrcode png file to be scanned by mobile clients \ No newline at end of file +as config file and as a qrcode png file to be scanned by mobile clients diff --git a/create_aws_wireguard_server.yml b/create_aws_wireguard_server.yml index 1cc3a0f..bc2c765 100644 --- a/create_aws_wireguard_server.yml +++ b/create_aws_wireguard_server.yml @@ -14,7 +14,7 @@ private: no - name: aws_ami prompt: Disk image to use for instance (default is debian buster arm64) - default: "ami-057796a93302d0b14" + default: "ami-07c35db4b1fe9aedd" private: no - name: aws_type prompt: Instance type to request