How to install Connector/NET in AWS ECS container
Posted by: Shivinder Singh
Date: March 25, 2023 09:46AM

Hello! I'm following this tutorial to start using EntityFramwork Core with MySql in my .NET 6 project. The MySql database in installed in AWS RDS.

https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core.html#connector-net-entityframework-core-requirements

The very first requirement mentioned in the tutorial is to install Connector/NET. I can install it locally on my laptop. But when this application is deployed to AWS ECS container, how will it be able to connect to the MySql Server? Do I need to include this dependency in the project's dockerfile?

Options: ReplyQuote


Subject
Written By
Posted
How to install Connector/NET in AWS ECS container
March 25, 2023 09:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.