Ask Your Question
1

How can one establish a connection between VPC Peering and a Private Azure Database MySQL Flexible Server?

asked 2021-08-06 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-09-17 13:00:00 +0000

david gravatar image

To establish a connection between VPC Peering and a Private Azure Database MySQL Flexible Server, you can follow these steps:

  1. Create a Virtual Network in Azure: Create a virtual network in Azure and configure it with a Virtual Network Gateway.

  2. Create a Virtual Private Network Tunnel: Create a Virtual Private Network (VPN) tunnel from the Virtual Network Gateway to the VPC Peering endpoint.

  3. Configure VPC Peering: Configure VPC peering between the VPC and Azure virtual network. This will allow traffic to flow between the two environments.

  4. Create a Private Endpoint for MySQL Server: Create a Private Endpoint for the MySQL Server in Azure. This will allow traffic to flow securely between the VPC and the MySQL server without going over the public internet.

  5. Test the Connection: Connect to the MySQL server from the VPC using the Private Endpoint and verify that you can access the database.

By following these steps, you can establish a secure connection between VPC Peering and a Private Azure Database MySQL Flexible Server.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-08-06 11:00:00 +0000

Seen: 8 times

Last updated: Sep 17 '22