20+ practice questions focused on Resource Lifecycle Management — one of the most tested topics on the HashiCorp Certified: Terraform Authoring and Operations Professional (AWS provider) (AWS provider) exam. Each question includes a detailed explanation so you learn why the right answer is correct.
Start Resource Lifecycle Management PracticeYou need to ensure that an AWS Auto Scaling Group maintains capacity during a configuration change that requires a new launch template. Which lifecycle meta-argument should you use?
Explanation: The create_before_destroy meta-argument ensures that the new resource is created before the old one is destroyed, preventing downtime during replacement.
When using 'create_before_destroy', what is a common side effect that may cause the plan to fail?
Explanation: If the resource has a unique name or specific constraints (like an S3 bucket name), creating a new instance before destroying the old one will cause a naming collision.
You are managing a production database instance. You want to ensure that if a developer accidentally removes the resource block from the Terraform configuration, Terraform will refuse to destroy the database. How do you implement this?
Explanation: The prevent_destroy lifecycle meta-argument is a safety measure that causes a plan to fail if a resource is marked for deletion.
Which command is used to move a resource from one state file to another, commonly used when refactoring modules?
Explanation: terraform state mv is the standard tool for moving resources between states or renaming them in the state file.
You have an AWS Lambda function that should be replaced whenever the source code S3 object changes. How do you trigger this replacement specifically based on the S3 object key change?
Explanation: The replace_triggered_by meta-argument allows forcing a resource to be replaced when another specified resource or attribute changes.
+15 more Resource Lifecycle Management questions available
Practice all Resource Lifecycle Management questions1. Baseline your knowledge
Start with 10 questions to gauge your current understanding of Resource Lifecycle Management. This tells you whether you need a concept refresher or just practice.
2. Review every explanation
For each question — right or wrong — read the full explanation. Understanding why an answer is correct is more valuable than knowing the answer itself.
3. Focus on exam traps
Resource Lifecycle Management questions on the AWS provider frequently use trap wording. Look for subtle differences in answers that test your precision, not just general knowledge.
4. Reach 80% consistently
Do repeated sessions until you score 80%+ three times in a row. Then move to mixed-mode practice to test cross-topic recall under realistic conditions.
The exact number varies per candidate. Resource Lifecycle Management is tested as part of the HashiCorp Certified: Terraform Authoring and Operations Professional (AWS provider) (AWS provider) blueprint. Practicing with targeted Resource Lifecycle Management questions ensures you can handle any format or difficulty that appears.
Yes. Courseiva provides free AWS provider practice questions across all exam topics and domains. The platform includes topic-based practice, mock exams, missed-question review, bookmarked questions, and readiness tracking — no account required.
Difficulty is subjective, but Resource Lifecycle Management is a high-priority exam concept tested in multiple ways — direct recall, scenario analysis, and command-output interpretation. Consistent practice is the best way to build confidence.
Launch a full Resource Lifecycle Management practice session with instant scoring and detailed explanations.
Start Resource Lifecycle Management Practice →