CLF-C02 - Cloud Concepts (24% of the exam) - Section 1.7

Identify the benefits of automation with AWS CloudFormation and recognise managed AWS services such as Amazon RDS, Amazon ECS, Amazon EKS and Amazon DynamoDB.

Recognise AWS CloudFormation as the infrastructure-as-code service that automates consistent, repeatable provisioning of AWS resources. Distinguish managed services such as Amazon RDS, Amazon ECS, Amazon EKS, and Amazon DynamoDB, where AWS handles operational tasks like patching and scaling, from unmanaged alternatives.

AWS CloudFormationManaged servicesAmazon RDSAutomation

Practice question for this objective

Free sampleCloud Conceptseasy

A small team is choosing between self-managing software on Amazon EC2 and using an equivalent AWS managed service. What is a key benefit of choosing the managed service?

  • AAWS handles routine operational tasks such as patching and backups, reducing the team workload Correct
  • BThe team keeps root access to the host operating system so it can apply its own kernel patches on its own schedule
  • CThe managed service removes all responsibility for data, so the team no longer needs to control who can access it
  • DThe team must still install and update the database engine software on every instance manually
Managed AWS services reduce operational workload because AWS performs routine tasks like patching and backups. By using a managed service the customer offloads undifferentiated operational work such as patching, backups and scaling to AWS, which lets a small team focus on its application instead of maintaining infrastructure.

Why A is correct: A managed service moves the operational heavy lifting to AWS, so the small team spends less effort on patching and backups, which is the central benefit.

Why B is wrong: Deep OS access sounds valuable and is real on EC2, but a managed service hides the host and runs the patching for you, so this describes self-management rather than a managed-service benefit.

Why C is wrong: Offloading operations is appealing, but under the shared responsibility model the customer still secures its data and access, so the team cannot hand that responsibility away.

Why D is wrong: Manual engine installation describes self-management, not a managed service, so this is the opposite of the benefit being offered.

See more CLF-C02 practice questions, answers explained.

Exam traps in Cloud Concepts

Answers that look right on this material and are not. Each one is a distractor from a different question in the CLF-C02 bank for this domain.

  • Amazon EC2, where the team installs and runs a database engine on an instance they fully manage

    Why it is wrong: Running a database on EC2 leaves patching, backups and failover to the customer, so it does not deliver the managed relational service that was requested.

  • AWS CloudFormation, which provisions AWS resources automatically from a declarative template file

    Why it is wrong: CloudFormation provisions infrastructure but does not run or orchestrate containers itself, so it is not the container service the company needs.

  • The per-gigabyte price of data the application stores is automatically lowered over time.

    Why it is wrong: Falling storage prices come from economies of scale and storage tiers, not from CloudFormation provisioning templates.

Examworthy is not affiliated with or endorsed by Amazon Web Services. Original, blueprint-aligned practice material only.