Getting started - edit files in Elastic Beanstalk

0

I have depoyed a source bundle in elastic beanstalk and I can see that the application is working here:

http://tomrainey.us-east-2.elasticbeanstalk.com/

Now, I want to edit the files that I deployed. How do I get started? I tried to find it in Cloudshell but no luck. Thanks.

asked a year ago438 views
1 Answer
0

Hello,

Greeting from AWS!!

You can access the deployed application files in your EC2 instance associated with the Beanstalk environment under /var/app/current directory. To locate your EC2 instance, you can go to the health tab in your Beanstalk console and copy the instance ID. Then you can go to EC2 console, search the instance and SSH. Please note you need to have a Key Pair attached to your instance to SSH into it. To attach instance, go to configurations page in beanstalk console and under service access, add Key Pair and apply. After this you will be able to SSH to the instance.

Thanks!

AWS
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions