connecting via ssh to wordpress ami

0

Hello, I recently created an EC2 instance with installed the wordpress AMI, by bitnami. I need to know if it is somehow possible to connect to the server console. Because for now I tried to connect using the serial console but it always tells me that there is an error. As you will surely notice, an operating system like Ubuntu is not installed on the server, but rather the wordpress ami. So I need to know if there is a way to connect via ssh to that server or not. Thanks in advance

asked a year ago229 views
4 Answers
3

as you can see from the link https://bitnami.com/stack/wordpress/cloud/aws/amis Wordpress AMI s are based on Debian

and while creating app you can select security rules that who can connect with SSH to the image

Enter image description here

So review NSG first before connecting with SSH then follow these steps to connect

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html

profile picture
EXPERT
answered a year ago
3

Can you connect with certificate not password Please follow https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/putty.html

profile picture
EXPERT
answered a year ago
0

yes, the ami is https://aws.amazon.com/marketplace/pp/prodview-bzstv3wbn5wkq?sr=0-1&ref_=beagle&applicationId=AWS-EC2-Console but when trying to connect via dashboard I get this: Enter image description here

Furthermore, I can't connect via putty for example because I don't have the instance password

answered a year ago
0

Are the following AMIs used?
If so, I think SSH is possible since you are using Debian 11.
https://aws.amazon.com/marketplace/pp/prodview-bzstv3wbn5wkq?sr=0-1&ref_=beagle&applicationId=AWS-EC2-Console

You have probably set up a key pair when you created EC2, so SSH using that key pair.
SSH is possible using the methods in the following document.
Also, configure the inbound rules of the EC2 security group to allow SSH.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html

profile picture
EXPERT
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