*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
Configuring Oracle RDS instances to use AWS SES SMTP is not a trivial process. This page pulls together some documentation that might be helpful if you are trying to do that.
References
- Provisioning Oracle Wallets and Accessing SSL/TLSBased Endpoints on Amazon RDS for Oracle (PDF)
- AWS Discussion Forum: Trouble with Provisioning Oracle Wallets and Accessing SSL
- Configuring Oracle RDS for sending emails using Simple Email Service (SES) (blog)
Notes
You will need to Oracle "orapki" tool for this. You can find that tool in the "Oracle Fusion Middleware Infrastructure" Docker Hub image: store/oracle/fmw-infrastructure:12.2.1.3-200127. You will need to login to Docker Hub and accept it's terms of use before pulling that image.
$ docker login $ docker pull store/oracle/fmw-infrastructure:12.2.1.3-200127 $ docker run -it --rm -u root -v $(pwd):/mounted_files store/oracle/fmw-infrastructure:12.2.1.3-200127 /bin/bash bash-4.2# ls /u01/oracle/oracle_common/bin/orapki /u01/oracle/oracle_common/bin/orapki bash-4.2#