nerdexam
Amazon

CLF-C02 · Question #5

A developer needs to maintain a development environment infrastructure and a production environment infrastructure in a repeatable fashion. Which AWS service should the developer use to meet these req

The correct answer is D. AWS CloudFormation. To maintain development and production environment infrastructure in a repeatable fashion, a developer should use AWS CloudFormation.

Submitted by zhang_li· Mar 6, 2026Cloud Technology and Services

Question

A developer needs to maintain a development environment infrastructure and a production environment infrastructure in a repeatable fashion. Which AWS service should the developer use to meet these requirements?

Options

  • AAWS Ground Station
  • BAWS Shield
  • CAWS IoT Device Defender
  • DAWS CloudFormation

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    5% (2)
  • D
    91% (40)

Why each option

To maintain development and production environment infrastructure in a repeatable fashion, a developer should use AWS CloudFormation.

AAWS Ground Station

AWS Ground Station is a fully managed service for controlling satellite communications and processing satellite data, which is unrelated to managing cloud infrastructure.

BAWS Shield
CAWS IoT Device Defender
DAWS CloudFormationCorrect

AWS CloudFormation enables you to model your entire AWS infrastructure in text files, known as templates, allowing you to provision and update resources in an organized and predictable way. This 'infrastructure as code' approach ensures that your development and production environments can be consistently deployed and managed repeatably, reducing manual errors and improving efficiency.

Concept tested: Infrastructure as Code (IaC) for repeatable deployments

Source: https://aws.amazon.com/cloudformation/

Community Discussion

No community discussion yet for this question.

Full CLF-C02 Practice