Amazon AWS Usage Log
Entry one -- Registration Process
- Set your email and password without email confirmation
Set your contact info which includes name, address and phone number
this info better base on your IP address location
Set your bank account card without its secure code which should have one dollar in it
Validate your phone number by the automated phone call system
Done and wait.
the key is the credit card and phone number which should be brand new to
amazon
and address info should base on ip location
Entry two -- Edit Amazon EC2 Instance to Allow ping
Request
By default, amazon does not allow ping
request for security reason. You can change the Security Groups
settings to enable it.
I call it the amazon firewall, so cool isn't it.
- Login AWS Management Console and go to EC2
- Goto
NETWORK & SECURITY
--Security Groups
on the left - Add a
Inbound
rule, selectCustom ICMP rule
, type:echo request
, source from anywhere
Entry three -- Connect to my EC2 Instance using ssh
ssh -i your.pem ubuntu@your.ec2.ip
Reference