updated ami and link in documentation

This commit is contained in:
Stefan Märkle 2020-12-16 11:46:17 +01:00
parent 10fd7b45c8
commit e65032c158
2 changed files with 3 additions and 3 deletions

View File

@ -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
as config file and as a qrcode png file to be scanned by mobile clients

View File

@ -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