ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 261 - SOA-C02 discussion

Report
Export

A company is hosting applications on Amazon EC2 instances. The company is hosting a database on an Amazon RDS for PostgreSQL DB instance. The company requires all connections to the DB instance to be encrypted. What should a SysOps administrator do to meet this requirement?

A.
Allow SSL connections to the database by using an inbound security group rule.
Answers
A.
Allow SSL connections to the database by using an inbound security group rule.
B.
Encrypt the database by using an AWS Key Management Service (AWS KMS) encryption key.
Answers
B.
Encrypt the database by using an AWS Key Management Service (AWS KMS) encryption key.
C.
Enforce SSL connections to the database by using a custom parameter group.
Answers
C.
Enforce SSL connections to the database by using a custom parameter group.
D.
Patch the database with SSL/TLS by using a custom PostgreSQL extension.
Answers
D.
Patch the database with SSL/TLS by using a custom PostgreSQL extension.
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Concepts.General.SSL.htm

Amazon RDS supports SSL/TLS encryption for connections to the database, and this can be enabled by creating a custom parameter group and setting the rds.force_ssl parameter to 1. This will ensure that all connections to the database are encrypted, protecting the data and maintaining compliance with the company's requirements.l

asked 16/09/2024
Ciaran Cullimore
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first