0

I have created a instance through elastic beanstalk. I did't link any ssh key while creating. SO I cant connect with putty or with sfth. I can deploy data to the instance by this command -> eb deploy .

How can I fetch files from the instance. anyone know the solutions?

Ram
  • 35
  • 5

2 Answers2

0

since you didn't connect any ssl key, you have no access to the web instance. the only way in is via port 80 (your app). Therefore, you can't pull any files. You'll have to recreate the elastic beanstalk environment and this time add a key.

Tal
  • 7,827
  • 6
  • 38
  • 61
-1

-Login to Aws manage console.
-Select elastic beanstalk in services.
-Select your application.
-Download the version.

Ram
  • 35
  • 5