Credentials Issues
not able to login with instance id as a password....Also Certbot is not included.
Not able to install certbot as given instaructions
I verified correct access through SSH with the wazuh-user user and the selected key in AWS and through the web interface with the admin user and the instance ID as password. The access problem may be due to the provisioning and configuration time that is carried out, where access is temporarily disabled for security. You are trying to access the UI with the admin user, correct? Regarding certbot that you mention, as you say, certbot does not come natively installed on our AMI, if you are following our documentation https://documentation.wazuh.com/current/user-manual/wazuh-dashboard/configuring-third-party-certs/ssl.html you may encounter problems installing it by following the steps, for Amazon Linux 2 the steps to install it would be these: sudo amazon-linux-extras install epel sudo yum install certbot-apache Then you can continue with the steps indicated in the documentation.