Piusha
Piusha

Reputation: 604

AWS cannot connect using SSH after restart server

I cannot reconnect through ssh after restart the Elastic beanstalk server. I tried changing security group. Is there anyone can help me to figure this out...

Upvotes: 0

Views: 450

Answers (1)

Piusha
Piusha

Reputation: 604

After spending couple of hours I solev this problem. I created New Security Group with the following inbound rules SSH port 22,HTTP port 80, and FTP port 21-22

After that I add newly created security group to the Beanstalk Server Configuration( You can find this under Configuration -> Instance in your Beanstalk dashboard) .

Upvotes: 1

Related Questions