AWS Getting Started - Access EC2 SoftNAS Instance
Connecting to your Instance via Browser
To connect to your SoftNAS Instance is simple, provided you are on the same network as your virtual machine. If you are not, you will need to configure a VPN, a NAT, or AWS Direct Connect.
To connect via a Private subnet, you will use the private IP assigned automatically during instance creation. This IP address can be found in the Description tab of the selected instance.
A certificate warning is likely to appear – this is to be expected. This warning will be eliminated when you configure security certificates for your SoftNAS instance. However, this can wait for a production instance. Simply bypass the warning for the moment.
If using Google Chrome, select Advanced, then the Proceed to <IP address> link.
NOTE: If the Proceed to <IP address> link is not there, click anywhere on the window and type thisisunsafe.
If using Internet Explorer or Edge, simply click Continue to Website anyway (Not Recommended).
If using Firefox, select I Understand the Risks.
If using Safari, select Show Details > visit this website > Visit this Website (pop-up)
Connecting to your Instance via SSH
Connecting to an EC2 instance directly via SSH is rarely necessary, however, the instructions below provide the required information should the need arise.
Example SSH Command
ssh -i "testKey.pem" centos@ec2-3-133-108-237.us-east-2.compute.amazonaws.comYou can also connect to your SoftNAS instance using a standalone SSH Client.
Some of the Windows SSH clients are given below and for more information on installing them, click the below links.
Bitvise Tunnelier: This is a powerful SSH client with integrated SSH and SFTP for file transfers and other features. This is recommended for power SSH users.
Putty: The ubiquitous Putty client is always a good choice for SSH users.
You are now ready to configure your SoftNAS Instance.