while installation of wordpress bitnami ami in ec2 container we are unble to do ssh through putty also we cant able connect through ppk

0

while installation of wordpress bitnami ami in ec2 container we are unble to do ssh through putty also we cant able connect through ppk scenario2) i have created new instances with amazon linux os (without wordpress) there i am not facing any ppk file error i can comfortably access container so kindly suggest me on this 3) pls provide me URL of the PHP my admin

asked 9 months ago146 views
1 Answer
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

https://stackoverflow.com/questions/69244894/no-supported-authentication-method-available-when-i-try-to-connect-to-ec2-how-t

http://www.brianhoshi.com/blog/how-to-set-up-wordpress-on-aws-ec2-with-bitnamis-ami/

EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed 9 months 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