summaryrefslogtreecommitdiff
path: root/docs/automation
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2024-04-16 21:58:21 +0200
committerrebortg <github@ghlr.de>2024-04-16 21:58:21 +0200
commitdeb44d8856dba7a52f52f1ace44b8251f7ee62be (patch)
tree1942ec869447140a30b146d571e91f851d598489 /docs/automation
parent79742d186abb124e2f93c72cefdfedce4c7997c7 (diff)
downloadvyos-documentation-deb44d8856dba7a52f52f1ace44b8251f7ee62be.tar.gz
vyos-documentation-deb44d8856dba7a52f52f1ace44b8251f7ee62be.zip
fix several build warnings and errors
Diffstat (limited to 'docs/automation')
-rw-r--r--docs/automation/terraform/terraformAWS.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/automation/terraform/terraformAWS.rst b/docs/automation/terraform/terraformAWS.rst
index c705d55e..e068377d 100644
--- a/docs/automation/terraform/terraformAWS.rst
+++ b/docs/automation/terraform/terraformAWS.rst
@@ -26,16 +26,16 @@ Step by step:
AWS
- 1 Create an account with AWS and get your "access_key", "secret key"
+1 Create an account with AWS and get your "access_key", "secret key"
- 2 Create a key pair_ and download your .pem key
+2 Create a key pair_ and download your .pem key
.. image:: /_static/images/keypairs.png
:width: 50%
:align: center
:alt: Network Topology Diagram
- 3 Create a security group_ for the new VyOS instance and open all traffic
+3 Create a security group_ for the new VyOS instance and open all traffic
.. image:: /_static/images/sg.png
:width: 50%
@@ -263,7 +263,7 @@ If you need to delete the instance please type the command:
Troubleshooting
---------------
- 1 Ansible doesn't connect via SSH to your AWS instance: you have to check that your SSH key has copied into the path /root/aws/.
+1 Ansible doesn't connect via SSH to your AWS instance: you have to check that your SSH key has copied into the path /root/aws/.
Also, increase the time in the file instance.yml from 300 sec to 500 sec or more. (It depends on your location).
Make sure that you have opened access to the instance in the security group.