1 Answer
- Newest
- Most votes
- Most comments
1
Hi Ruchik,
Simple solution to access your WordPress Bitnami AMI on EC2 via SSH and PHPMyAdmin.
1. Security Group Check
- Allow SSH Port 22 Ensure your EC2 instance's security group allows inbound traffic on port 22 from your IP address.
2. Using PuTTY for SSH
- Convert PEM to PPK
- Open PuTTYgen.
- Click Load and select your PEM file.
- Click Save private key to create a PPK file.
- SSH Connection:
- Open PuTTY.
- Enter your EC2 instance’s public IP address in the “Host Name” field.
- Go to Connection -> SSH -> Auth, and load your PPK file.
- Set the username to bitnami under Connection -> Data.
- Click Open to connect.
3. Access PHPMyAdmin
- URL: Go to http://your-public-ip/phpmyadmin in your browser.
- SSH Tunnel Setup (Optional): If required, create an SSH tunnel:
- In PuTTY, under Connection -> SSH -> Tunnels, set:
- Source port: 8888
- Destination: 127.0.0.1:80
- Click Add, then Open.
- Visit http://your-public-ip/phpmyadmin in your browser.
http://www.brianhoshi.com/blog/how-to-set-up-wordpress-on-aws-ec2-with-bitnamis-ami/
Relevant content
- asked 4 months ago
- asked 2 years ago
- asked 7 months ago
- AWS OFFICIALUpdated 10 months ago