How do I enable and enforce / mandate encryption in transit for AWS RDS Oracle instances, when setting up the RDS database using CloudFormation YAML.
How do I enable and enforce / mandate encryption in transit for AWS RDS Oracle instances, when setting up the RDS database using CloudFormation YAML.
The following works for Oracle 19 SE2. I've modified a few values from referenced and imported values, so a couple of tweaks may be needed to get it fully working. Ensure users and passwords are properly set.
Applicable documentation can be found here, CloudFormation documentation here. How to connect to the database can be found here.