I want to SSh into the EC2 instance and see my config files for the .ebextension for my Elastic Beanstalk deployment. This is in Linux 2. I can SSH into the instance fine. I can find the platform/hooks directory, but I am at a loss where to see my config files.
Asked
Active
Viewed 145 times
1
-
By default "dot" files are not visible. It should be at the root of your deployment. Did you do an `ls -a`? – stdunbar Oct 04 '22 at 16:14
-
1I put a pwd command in my file and figured out it was being written to /var/app/staging/.ebextensions. – Andy P Oct 04 '22 at 18:45