diff --git a/docs/user/dappnode-cloud/providers/aws/set-up-instance.md b/docs/user/dappnode-cloud/providers/aws/set-up-instance.md index a3e00d799..fbb5003dc 100644 --- a/docs/user/dappnode-cloud/providers/aws/set-up-instance.md +++ b/docs/user/dappnode-cloud/providers/aws/set-up-instance.md @@ -24,6 +24,10 @@ To launch a Dappnode AMI instance, follow these steps: - In the "Choose Action" dropdown, select "Launch through EC2" and click "Launch". +
+ +
+ ### 4. **Set Up Telegram for Wireguard Credentials (Optional)** 💬 This step is only necessary if you are planning to get your Wireguard credentials via Telegram. @@ -32,6 +36,10 @@ This step is only necessary if you are planning to get your Wireguard credential - You will also need to provide your Telegram user ID. You can get it by sending `/start` to a bot such as `@RawDataBot`. +
+ +
+ ### 5. **Launch Instance** 🚀 Once in the EC2 "Launch an instance" UI you will have to choose the configuration of your instance. Next steps will explain you what configurations do you need to modify section by section. @@ -97,6 +105,10 @@ Once in the EC2 "Launch an instance" UI you will have to choose the configuratio 8. **Summary:** Finally, review your configuration on the 'Summary' section located on the right and click the "Launch instance" button. Once clicked, your instance will be launched. +
+ +
+ ### 6. **Get wireguard credentials** 🔐 To obtain the Wireguard credentials for your instance, you have two different approaches: @@ -111,6 +123,10 @@ To obtain the Wireguard credentials for your instance, you have two different ap - Send the command `/get_wireguard_credentials` in the bot chat. The bot should return your Wireguard credentials. Copy them, as the next step will explain how to use these credentials. +
+ +
+ 2. **Via SSH** This approach is for more expiremented users, since you will have to use the terminal. @@ -137,12 +153,17 @@ To obtain the Wireguard credentials for your instance, you have two different ap This command will output your Wireguard credentials. Copy them from your terminal using `Ctrl+Shift+C` / `⌘+Shift+C`. The next step will explain how to use these credentials. - :::info - The installation of Dappnode on your instance may take a few minutes. If you try to obtain the credentials before the installation is complete, you may not receive them. If this happens, wait a few minutes and try again. +
+ +
+
+ +:::info +The installation of Dappnode on your instance may take a few minutes. If you try to obtain the credentials before the installation is complete, you may not receive them. If this happens, wait a few minutes and try again. - - **Via SSH**: If you encounter this issue, exit your SSH session with the `exit` command and reconnect as explained above. - - **Via Telegram Bot**: Simply retry the `/get_wireguard_credentials` command after a short wait. - ::: +- **Via SSH**: If you encounter this issue, exit your SSH session with the `exit` command and reconnect as explained above. +- **Via Telegram Bot**: Simply retry the `/get_wireguard_credentials` command after a short wait. +::: ### 7. **Connect via Wireguard** 🔌