aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
AWS::RDS::DBCluster - Port - Incorrect Port Specification
Open
database
enhancement
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
### Expected Behavior:
According to the [documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port), when creating a AWS::RDS::DBCluster, if the *Port* property is not specified it should default to port 3306 if the *Engine* property is set to aurora or 5432 if it's set to aurora-postgresql.
### Actual Behavior:
Regardless of the value set for the 'Engine' property, the *Port* property defaults to 3306.
Contributor guide
Assessment
This issue has not been assessed yet.