stelligent / mu

A full-stack DevOps on AWS framework
https://getmu.io
MIT License
974 stars 135 forks source link

When creating a RDS Aurora-Postgres cluster, the DatabaseEndpointPort reports 3306 #437

Closed chris-d-edwards closed 5 years ago

chris-d-edwards commented 5 years ago

There appears to be a mysql port (3306) returned when creating an aurora postgres db cluster. I am using mu 1.5.10. I have also had to implement some custom cfn to define the DBClusterParameterGroupName, this would benefit from being implemented as a Map for all the ParameterGroups available.

chris-d-edwards commented 5 years ago

This is related to the EngineVersion and DBClusterParameterGroupName values, if setting the engineMode as serverless and ensuring EngineVersion: '10.7' & DBClusterParameterGroupName: 'default.aurora-postgresql10' then this works as expected.