2 Answers
- Newest
- Most votes
- Most comments
0
I deployed my java spring boot su elasticbeanstalk project and my database on rds and I manage my database via mysqlworkbench software and now I have a connection problem with my database because I can't connect another time to host rds , my question is there is a solution to immigrate my database (the tables) to an aws service
answered 3 years ago
Relevant content
- asked 3 years ago

Can you elaborate?
To migrate you can use AWS Database Migration Service (AWS DMS) to migrate your data to and from most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, Amazon Aurora, MariaDB, and MySQL. The service supports homogeneous migrations such as Oracle to Oracle, and also heterogeneous migrations between different database platforms, such as Oracle to MySQL or MySQL to Amazon Aurora MySQL-Compatible Edition. Alternatively, you can use AWS DMS to move from existing, self-managed, open-source, and commercial databases to fully managed AWS databases of the same engine. You can refer this step by step walkthrough:
-> https://docs.aws.amazon.com/dms/latest/sbs/dms-sbs-welcome.html