You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smallest instance size available if you have issues with serverless
no need for aurora replica
use same username/password that you setup the systems manager parameters
use custom vpc from network stack
private subnets
security groups with only required permissions for instances on private subnet
backup just one day
encryption using aws managed key
disable performance insights
disable enhanced monitoring
no need for IAM authentication (wordpress does not support it)
disable deletion protection
Acceptance Criteria:
- from an instance on private subnet:
- I can run a wordpress container image with aurora secrets and be able to access it
- I CAN'T access the database from public instances
- terraform code SHOULD NOT HAVE ANY SECRETS COMMITED
The text was updated successfully, but these errors were encountered:
Objectives:
Aurora (MySQL 5.7) 2.07.2
Acceptance Criteria:
- from an instance on private subnet:
- I can run a wordpress container image with aurora secrets and be able to access it
- I CAN'T access the database from public instances
- terraform code SHOULD NOT HAVE ANY SECRETS COMMITED
The text was updated successfully, but these errors were encountered: