I notice that in troposphere/validators/rds.py the VALID_DB_ENGINES list is probably missing oracle-ee-cdb as a possible option.
https://github.com/cloudtools/troposphere/blob/main/troposphere/validators/rds.py#L87
Where I work, we have clients that use that option for deploying Oracle databases on AWS.
I notice that in
troposphere/validators/rds.pytheVALID_DB_ENGINESlist is probably missingoracle-ee-cdbas a possible option.https://github.com/cloudtools/troposphere/blob/main/troposphere/validators/rds.py#L87
Where I work, we have clients that use that option for deploying Oracle databases on AWS.