Appsmith
Appsmith Cloud
Tutorials
Forum
GitHub
Search…
v1.4
Getting Started
Introduction
Build Your First App
Self Hosting
FAQ
Core Concepts
Connecting to Datasource
Building UI
Data Access and Binding
Writing Code
Reference
Widgets
Datasources
Appsmith Framework
Advanced Concepts
Custom Authentication
Share Data Across Pages
Embed Apps
Access Control
Version Control With Git
More
Learning & Resources
Tutorials
How To Guides
How to Use JS Object Within Appsmith?
Writing JavaScript in Appsmith
How to Use Filters on Appsmith Table Widget
How to Build Auto-Generated Forms Using List widget
Upload / Download Files from S3
How to Work With Google Sheets on Appsmith
OAuth2 Authorization for Google Sheets
Whitelist Appsmith on AWS
Returning Data From a Stored Procedure
How to Use MS SQL as a Datasource on Appsmith
How to Use Notion as a Database on Appsmith
How to Use Redis as a Datasource on Appsmith
How to Use Redshift as a Datasource on Appsmith
How to Use Elasticsearch as a Datasource on Appsmith
How to Work With GraphQL on Appsmith
How to Use Prepared Statements?
Sample Apps
Integrations
Templates
Help & Support
Troubleshooting
Discord
Community Forum
Contact Us
Product
Security
Telemetry
Release Notes
Contribute
Powered By
GitBook
Whitelist Appsmith on AWS
Whitelist the IP of the appsmith instance in your AWS database to access it from within your applications
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 publicly 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
.
Previous
OAuth2 Authorization for Google Sheets
Next
Returning Data From a Stored Procedure
Last modified
1mo ago
Copy link
Edit on GitHub