This is the configuration on my Amazon EC2 Free Tier instance.
The issue is that I am not able to access my WordPress data. Example: wp-config.php, upload folder, etc
There are 4 ways available to connect with the instance:
- EC2 Instance Connect - It is not working because the platform is Debian (It works for Linux2 and Ubuntu absolutely fine. I tried by launching a new Ubuntu instance.)
- Session Manager - Session manage is not installed
- SSH client - No matter how I create the key, pem, ppk or whatever, it always gives me an error that key is public.
- EC2 Serial Console - It is only available for Nitro based instances so changed the instance type from
t2.microtot3.micro
Apart from I also have access to AWS Cloud Shell but I couldn't find WordPress files there.
How can I access (create/edit/delete) files on my AWS EC2 Debian Instance?