Sign in with your credentials.
The more you scroll down, the more memory is being used.
You can have 750 hours of free usage of subnet (small network space on their server). A subdivision of their network.
By default Windows will have RDP, for Linux it will have the shell protocol ssh. These protocols are specifically for how to open your instance. RDP is different from Shell because it is like a new desktop, but when you are working with shell it is a terminal.
If we needed to use a new security protocol such as https we should create a new security group because the existing one might not have it.
So lets create HTTP and HTTPS because HTTPs needs HTTP
The difference between Custom, Anywhere, and MY IP are.
You can read more about these here.
For Destination, choose one of the following:
- Custom: in the provided field, you must specify an IP address in CIDR notation, a CIDR block, or another security group. You need to have a specific IP address you have created and purchased.
- Anywhere: automatically adds the
0.0.0.0/0
IPv4 CIDR block. This option enables outbound traffic to all IP addresses. Route to this from anywhere. This avoids the risk of someone hacking your EC2 instance?
Note: If your security group is in a VPC that’s enabled for IPv6, the Anywhere option creates two rules — one for IPv4 traffic (0.0.0.0/0
) and one for IPv6 traffic (::/0
).
- My IP: automatically adds the IP address of your local computer. My local computer’s ip address is set.
Checks
- Health check of the instance.
- Hardware health check.
On a mac you may need to download a remote desktop in order to read the rdp
file.
I recommend using this free app to access your remote desktop protocol.
After downloading you will find it needs permissions. Grant them.
Next you should initiate/open your rdp protocol to access your remote desktop. So right click your rdp
in finder and then choose Open with
and then choose the app that we just downloaded.