Amazon RDS
- 1 Minute to read
- DarkLight
Amazon RDS
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Amazon RDS (Relational Database Service) is a managed database service offered by Amazon Web Services (AWS). It allows users to easily set up, operate, and scale relational databases in the cloud without the need for extensive administrative tasks, enabling them to focus on building and deploying their applications.
Prerequisites
- You have configured AWS VPC.
- You have configured your RDS instance and set the network rules by configuring security groups.
Authorize Connection to Amazon RDS
Create RDS Instance
- In the AWS Management Console navigate to RDS service and click on Create Database.
- Select the database engine of your choice and configure the settings including DB Instance Identifier, master username and password.
Configure Security Group
- On the RDS dashboard, go to the Security groups section.
- Click on Create Security Group, give it a name and a description, and select the correct VPC for your database.
- In the inbound rules, select "Add Rule". For each Dataddo IP set Custom TCP Rule. Use CIDR notation (e.g. 52.17.68.150/32).
In Dataddo
Create a new destination by continuing with database engine specific configuration using the following guides:
Create a New Amazon RDS Destination in Dataddo
- On the Destinations page, click on the Create Destination button and select the destination from the list.
- Select your authorizer from the drop-down menu.
- Name your destination and click on Save.
Need to authorize another connection?
Click on Add new Account in drop-down menu during authorizer selection and follow the on-screen prompts. You can also go to the Authorizers tab and click on Add New Service.
Create a Flow to Amazon RDS
- Navigate to Flows and click on Create Flow.
- Click on Connect Your Data to add your source(s).
- Click on Connect Your Data Destination to add the destination.
- Choose the write mode and fill in the other required information.
- Check the Data Preview to see if your configuration is correct.
- Name your flow and click on Create Flow to finish the setup.
Was this article helpful?