How can i connect to my ec2 instance through filezilla..?

thanks

link|improve this question

68% accept rate
feedback

closed as off topic by casperOne Dec 29 '11 at 23:18

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 4 down vote accepted

You have to open the proper ports (probably 21) on the security group you used to launch your instance. After that, you have to open that port on the instance as well if it's not already open.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.