Applications Manager can be installed in EC2 instances in both Windows and Linux platforms.
Applications Manager comes with bundled PostgreSQL.
- Ensure that EC2 and RDS security groups have correct inbound and outbound rules.
- For windows instances, we have to create a windows firewall rule to access a port. To create a rule, refer here.
- To ensure that EC2 and RDS are be able to communicate with each other, add the IP and port to inbound and outbound rules in both the security groups.
- To allow everyone, add "All Traffic" with 0.0.0.0/0.
If you have any other issues, kindly check the list of troubleshooting links given below:
Please double check the RDS endpoints, port, username and password before troubleshooting.How to log in to Applications Manager installed on an EC2 Instance / What is the default password?
When Applications Manager is installed on an Amazon EC2 instance, the default login password is replaced with the EC2 Instance ID for security purposes.
🔐 Login Credentials:
Username: admin
Password: <EC2 Instance ID> (e.g., i-0abcd1234efgh5678)
You can retrieve the Instance ID from the AWS EC2 Console under the Instances section.
Note: If the default credentials have been changed after initial login, please use the updated credentials.
Troubleshooting links
- To add custom IP addresses to security groups of EC2 and RDS, refer here.
- For RDS connection problems from EC2. Refer here.
- For RDS connection in VPC problems. Refer here.