Enabling TDE on Oracle SE database via Terraform

0

Hi, I'm trying to enable TDE on my Oracle SE RDS instance via Terraform but getting the following error when attempting to add to an existing option group:

Error: Error modifying DB Option Group: InvalidParameterValue: Unknown option: TDE

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.overview.html confirms the parameter name is TDE, and so does the example in the TF documentation: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_option_group (albeit their example is SQL rather than Oracle)

So why would TF be complaining ? Any ideas welcome.

thx, Steve

Steve C
已提問 1 年前檢視次數 347 次
1 個回答
1
已接受的答案

Oracle SE does not support TDE. If TDE is a must for any reason, then you should switch to Oracle EE. However, you can choose to work with AWS options to encrypt your database, and you can do that with Oracle SE too.

See:

  1. https://docs.aws.amazon.com/prescriptive-guidance/latest/evaluate-downgrading-oracle-edition/compare-features.html
  2. https://docs.oracle.com/en/database/oracle/oracle-database/19/dblic/Licensing-Information.html#GUID-0F9EB85D-4610-4EDF-89C2-4916A0E7AC87__GUID-B8A99315-D5F4-49BB-AC6F-6D9FFC50CC57 (See Table 1-10).
profile pictureAWS
專家
已回答 1 年前
profile picture
專家
已審閱 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南