06 - Data Security Flashcards

1
Q

Data Security

A
  • Authentication - prove who you are
  • Authorization - determine what you can do
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Encryption in Transit

A
  • SSL/TLS is available can be mandatory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Encryption at Rest

A
  • RDS supports EBS volume encryption - KMS
  • AWS or customer managed keys
  • Storage, Logs, Snapshots and replicas encrypted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Microsoft SQL and RDS Oracle support TDE

A
  • TDE = Transparent data encryption
  • Encryption within DB engine
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

RDS Oracle also supports

A
  • integration with CloudHSM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly