06 - Data Security Flashcards
1
Q
Data Security
A
- Authentication - prove who you are
- Authorization - determine what you can do
2
Q
Encryption in Transit
A
- SSL/TLS is available can be mandatory
3
Q
Encryption at Rest
A
- RDS supports EBS volume encryption - KMS
- AWS or customer managed keys
- Storage, Logs, Snapshots and replicas encrypted
4
Q
Microsoft SQL and RDS Oracle support TDE
A
- TDE = Transparent data encryption
- Encryption within DB engine
5
Q
RDS Oracle also supports
A
- integration with CloudHSM
6
Q
Securing the database
A
- Normally DB contain usernames and passwords for access.
- IAM
- Can be integrated with IAM for this purpose
- IAM users and roles with policy
- Policy
- Policy contains mapping local RDS user
- Tokens
- Token generated to allow access to RDS
- Tokens are only for AUTHENTICATION
- Authorization is handled internally to the DB.