updated ami and link in documentation
This commit is contained in:
parent
10fd7b45c8
commit
e65032c158
@ -10,7 +10,7 @@
|
|||||||
- uses arm64 graviton instances (cheaper than amd64)
|
- uses arm64 graviton instances (cheaper than amd64)
|
||||||
- uses spot instance (cheaper than on demand)
|
- uses spot instance (cheaper than on demand)
|
||||||
- uses t4g.nano with 512MB (smallest/cheapest instance type)
|
- 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?
|
## 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.
|
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
|
## Installation of clients
|
||||||
1. Install wireguard client for your operating system (e.g. via package manager or Appstore)
|
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
|
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
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
private: no
|
private: no
|
||||||
- name: aws_ami
|
- name: aws_ami
|
||||||
prompt: Disk image to use for instance (default is debian buster arm64)
|
prompt: Disk image to use for instance (default is debian buster arm64)
|
||||||
default: "ami-057796a93302d0b14"
|
default: "ami-07c35db4b1fe9aedd"
|
||||||
private: no
|
private: no
|
||||||
- name: aws_type
|
- name: aws_type
|
||||||
prompt: Instance type to request
|
prompt: Instance type to request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user