Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.23 KB

aws-whitelist.md

File metadata and controls

36 lines (20 loc) · 1.23 KB
description
Whitelist the IP of the appsmith instance in your AWS database to access it from within your applications

Whitelist Appsmith on AWS

Whitelist the appsmith IP address with the following steps:

1. Log in to the AWS console

2. Navigate to the RDS Console

3. Choose the RDS database from the list of instances

Click to expand

4. Select the security group linked to your RDS(Make sure the RDS instance is publically accessible)

Click to expand

5. Click on “Inbound” at the bottom and then click “Edit”

Click to expand

6. Select the port to whitelist. If you are using the default MySQL port then selecting the “MYSQL/Aurora” option works

Click to expand

7. Set Source to Custom and enter the Appsmith IP address 18.223.74.85/32 and 3.131.104.27/32

8. Click Save

Your database should now be accessible from your EC2 instance. Read more about security group rules.