Skip to content

Commit 5d2dbf7

Browse files
committed
Add example command
Signed-off-by: Pedro Ielpi <[email protected]>
1 parent b0040a8 commit 5d2dbf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/quick_start/deployment_basics/try_opennebula_on_kvm.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Step 1. Prepare the VM in AWS
3434

3535
In order to SSH into the EC2 VM, you need to pass the correct user and PEM file (you can create one and download it prior to launching the instance). You'll then be connecting to your Front-end using a command similar to:
3636

37+
.. prompt::
38+
39+
ssh <public IP of the VM> -l ubuntu -i <PEM file>
40+
3741
As a first step, if you don’t already have one, create an account in AWS. AWS publishes a complete guide: `How do I create and activate a new AWS account? <https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/>`__
3842

3943
After you have created your account, you’ll need to obtain the ``access_key`` and ``secret_key`` of a user with the necessary permissions to manage instances. The relevant AWS guide is `Configure tool authentication with AWS <https://docs.aws.amazon.com/powershell/latest/userguide/pstools-appendix-sign-up.html>`__.

0 commit comments

Comments
 (0)