volume_mute
Which of the following statements are true of security in Amazon RDS?
publish date: 2024/08/21 01:45:14.003920 UTC
volume_muteCorrect Answer
(1) Security groups are used to control access to the database instance
(2) VPC can be used to isolate your database from internet traffic
(3) Connections to the database can be secured using SSL
Explanation
Connections to the database are secured using HTTPS, which implements SSL. VPCs provide the greatest possible network access control. Security groups are used to control access to your database.
Data is NOT encrypted using 256-bit RC6 algorithms in Amazon RDS. Instead 256-bit AES algorithms are used. Amazon Cognito does not control who can access the database instance in Amazon RDS.
For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.html.
Reference
AWS Skill Builder