Skip to content

0.6.3 Add `allowed_cidr_blocks` to `aurora-mysql`

Compare
Choose a tag to compare
@aknysh aknysh released this 06 Nov 18:57
ea8e0bc

what

  • Add allowed_cidr_blocks to aurora-mysql

why

  • To make it publicly accessible

notes

For an Aurora cluster to be publicly accessible, the following three conditions must be met:

  1. publicly_accessible flag must be set to true, in which case the RDS instances will be assigned a public IP address and the internal DNS will be pointed to it (otherwise it will be assigned a private IP address)

  2. The instances must be placed into public subnets (with an Internet Gateway), so they could be reached from the Internet

  3. The Security Group must have ingress rules to allow connection from an external IP address, CIDR blocks, or other security groups. To allow public access from any IP, use "0.0.0.0/0" as allowed CIDR blocks