I'm trying to set up a basic test server with a simple ftp connection using EC2.
So far I have done the following in EC2:
- Created an EC2 instance and downloaded my key file.
- Connected to the EC2 instance using "ec2-user".
- Uploaded a "Hello World" index.php file into the ec2-user directory.
- Added an elastic (static) ip address to the instance.
- Configured the security group to allow inbound and outbound All Traffic from anywhere.
And in Route 53:
- Created a hosted zone and associated the nameservers globally from my registrar.
- Set the "A" record to the elastic ip of the instance.
Despite doing all this I get Error - Connection Refused
It's an Amazon Linux instance. What am I missing?