Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wordpress-fargate: update Aurora to mysql 5.7 #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jre21
Copy link

@jre21 jre21 commented Jun 1, 2021

In this change, I'm kicking the Aurora cluster's engine over to mysql 5.7. I also discovered during testing that cluster creation errors out if the AWS region has more than three availability zones, so I adjusted it to only use the first three (which is also where the rest of the infrastructure is created, assuming the default number of subnets are in use).

Jacob Emmert-Aronson added 2 commits May 31, 2021 16:04
Some AWS regions now have four or more availability zones, but it's an
error to pass more than three to aurora's cluster configuration.
peterkc added a commit to peterkc-devops/terraform-examples that referenced this pull request Jul 25, 2021
commit aa8999193a9b85f38b553fd3525a784e56e56597
Author: Jacob Emmert-Aronson <[email protected]>
Date:   Mon May 31 16:05:24 2021 -0700

    Restrict aurora to three availability zones

    Some AWS regions now have four or more availability zones, but it's an
    error to pass more than three to aurora's cluster configuration.

commit afaced2f93d18eb71516c626cebc85859885cbd4
Author: Jacob Emmert-Aronson <[email protected]>
Date:   Mon May 31 16:04:23 2021 -0700

    Update aurora to mysql 5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant