An e-learning platform hosts its student database on Amazon RDS. The platform's security policy requires all data to be encrypted in transit between the application servers and the database instance. Under the AWS Shared Responsibility Model, which of the following is a customer responsibility for securing this data in transit?
- ADeploying dedicated AWS CloudHSM instances to manage SSL/TLS certificates for the database connection.
- BManaging the physical network switches that route traffic between the application and database instances.
- Enabling and enforcing SSL/TLS connections on the application client side when connecting to the database.Cevap
- DProvisioning physical network isolation at the virtualization layer of the AWS infrastructure.
Cevap
Enabling and enforcing SSL/TLS connections on the application client side when connecting to the database.
The correct answer is correct because configuration of database client applications, such as forcing SSL/TLS connections, is an application-level setting controlled and managed by the customer. AWS manages the underlying RDS infrastructure, but the customer must instruct their applications to connect securely.
Adım Adım Çözüm
Anahtar Kavram
Under the AWS Shared Responsibility Model, AWS manages host-level and network infrastructure security (including providing TLS/SSL capability for managed services), while customers are responsible for configuring application clients, enabling secure transmission protocols, and managing connection settings.
Tahmini Süre:1m 15s