SCS-C03 Data Protection Practice Question
An organization is using AWS Secrets Manager to store database credentials. The security policy requires that these credentials be rotated every 30 days. The database is hosted on Amazon RDS. What is the most secure and automated way to implement this requirement?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Enable rotation in Secrets Manager and use a provided Lambda template to update the RDS credentials.
AWS Secrets Manager integrates directly with Lambda to automate the rotation of secrets. For supported services like Amazon RDS, AWS provides pre-written Lambda templates that handle the complex logic of updating the password in the database and the secret value in Secrets Manager simultaneously, ensuring no service interruption occurs during the process.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enable rotation in Secrets Manager and use a provided Lambda template to update the RDS credentials.
Why this is correct
Using the built-in Secrets Manager rotation feature with a Lambda function is the AWS-recommended approach. The Lambda function handles the multi-step rotation process, which includes creating a new secret version, updating the database password, and testing the new credentials before finalizing the rotation to prevent application downtime.
- ✗
Use an Amazon EventBridge rule to trigger a manual password reset on the RDS instance every 30 days.
Why it's wrong here
While EventBridge can schedule tasks, manually resetting the RDS password does not update the secret stored in Secrets Manager. This would cause applications to fail because they would still be attempting to use the old, invalidated credentials. A coordinated update between the database and the secret store is required.
- ✗
Store the credentials in an S3 bucket with versioning and use a Lifecycle policy to rotate the files.
Why it's wrong here
S3 Lifecycle policies are designed for transitioning or deleting objects based on age, not for rotating credentials. This approach lacks the necessary logic to communicate with the database and update its internal user records. Secrets Manager is specifically designed for this purpose and provides much stronger security controls.
- ✗
Configure the RDS instance to automatically pull new credentials from Secrets Manager using IAM roles.
Why it's wrong here
RDS instances do not have a native feature to 'pull' credentials from Secrets Manager to update their own master passwords. Rotation is a push-based operation where an external entity, like a Lambda function, updates both the database and the secret store to ensure they remain synchronized at all times.
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
About these practice questions
One of 99 original SCS-C03 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed September 2026 · checked against the official Amazon Web Services exam blueprint
This SCS-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SCS-C03 exam.