diff options
author | Munyoki Kilyungi | 2023-05-18 13:49:38 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-05-18 13:49:38 +0300 |
commit | c3e6f4a8234cd06f0267d133b9a35163594a46ff (patch) | |
tree | 397291c659661e169c8b56b96535634fdc209c12 /topics/aws | |
parent | e3f5b0795c08f40d55a00aafb8cf681d75e95f86 (diff) | |
download | gn-gemtext-c3e6f4a8234cd06f0267d133b9a35163594a46ff.tar.gz |
Rename topic
This fixes the error:
Resource not found: /topics/aws/README
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics/aws')
-rw-r--r-- | topics/aws/how-to.gmi (renamed from topics/aws/README.gmi) | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/topics/aws/README.gmi b/topics/aws/how-to.gmi index 41981dc..e459805 100644 --- a/topics/aws/README.gmi +++ b/topics/aws/how-to.gmi @@ -4,13 +4,13 @@ In the browser: -- Log in to Amazon Web Services as "Root user" (https://signin.aws.amazon.com/) -- Click "Launch a virtual machine" -- Select instance's O.S. and type -- Create a key pair to securely connect to the instance -- Download the created key pair (file `chosen_name.pem`) -- Allow HTTPS/HTTP traffic from the internet -- Click "Launch instance" +* Log in to Amazon Web Services as "Root user" (https://signin.aws.amazon.com/) +* Click "Launch a virtual machine" +* Select instance's O.S. and type +* Create a key pair to securely connect to the instance +* Download the created key pair (file `chosen_name.pem`) +* Allow HTTPS/HTTP traffic from the internet +* Click "Launch instance" In the local machine: @@ -35,11 +35,11 @@ sudo systemctl restart sshd # restart the SSH service to apply the changes ## Clone a virtual machine -- Select the instance -- Click "Actions", "Image and templates", and "Create image" -- Set "Image name" and click "Create image" -- Click Images->"Create AMI in the menu on the left side -- Select the AMI and click the "Launch instances from AMI" button +* Select the instance +* Click "Actions", "Image and templates", and "Create image" +* Set "Image name" and click "Create image" +* Click Images->"Create AMI in the menu on the left side +* Select the AMI and click the "Launch instances from AMI" button ## Set up a pangenomic virtual machine |