Unable to Launch RDS MySQL Instance in "ap-southeast-1-mnl-1a"

0

Hello everyone,

The AWS Local zone in Manila currently consists of only a single Availability Zone (ap-southeast-1-mnl-1a). Due to this limitation, AWS does not allow me to launch an RDS MySQL Instance in this zone.

Could you please advise if there is an alternative?

Thank You.

asked 10 months ago201 views
1 Answer
0

Unfortunately, this documentation does not yet allow the use of RDS.
So, as an alternative, how about starting an RDS at "ap-southeast-1" and going there to access it?
The "ap-southeast-1" region should be closer than other regions, so communication latency can be reduced somewhat.
https://aws.amazon.com/about-aws/global-infrastructure/localzones/features/?nc1=h_ls

The following document says that VPCs can be extended to local zones, so it may be possible to connect to ap-southeast-1 RDS from the local zone using this feature.
https://docs.aws.amazon.com/vpc/latest/userguide/Extend_VPCs.html

profile picture
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago
  • Thank you very much for the suggestion. Currently, my application is deployed in the "ap-southeast-1" region, and I want to minimize the latency as much as possible.

  • It is better to run RDS in the same region where the application is located. Also, consider CloudFront or other means if available to reduce application communication latency.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions