내용으로 건너뛰기

AWS RDS Oracle Database Vault feature equivalent

0

Hi Team, I have an on-premise Oracle database which uses Oracle Database Vault to protect sensitive data access by privileged DBAs. Seems Database Vault is not supported on RDS Oracle. Is there any way I can protect the sensitive data access by privileged DBAs on RDS Oracle ? Does other RDS engine has any such equivalent feature ? Thanks!

AWS
질문됨 일 년 전278회 조회
1개 답변
2
수락된 답변

Based on my experience, I've seen that Oracle Database Vault isn’t available on RDS for Oracle, which means you need to look at different approaches to secure sensitive data against privileged DBA access.

One effective alternative is to leverage Oracle’s built-in security features like Fine-Grained Access Control (FGAC) or Virtual Private Database (VPD) using DBMS_RLS. These tools help enforce data access policies dynamically, and I've successfully used them to restrict data visibility.

I also recommend using Oracle Data Redaction, if your licensing allows it. This feature masks sensitive information in query results, which can be very useful when managing access for privileged users.

Another layer of protection is encryption. Using Transparent Data Encryption (TDE) secures data at rest, and while it doesn't block all DBA access, it adds significant protection. Additionally, configuring Oracle Unified Auditing in RDS helps me keep track of any unusual activities by DBAs.

For other RDS engines, I've noted that PostgreSQL offers similar functionality with its Row-Level Security and pgAudit, while SQL Server includes options like Always Encrypted and native auditing. These features can provide you with comparable security controls tailored to each platform.

In summary, while RDS Oracle doesn't support Database Vault, combining these security features FGAC/VPD, Data Redaction, TDE, and auditing has worked well in my experience to protect sensitive data even against privileged DBA access.

답변함 일 년 전
AWS
지원 엔지니어
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.