nerdexam
CompTIA

XK0-004 · Question #78

A Linux administrator is using a public cloud provider to host servers for a company's website. Using the provider's tools, the administrator wrote a JSON file to define how to deploy the servers. Whi

The correct answer is A. Infrastructure as code. with IaC, teams make changes to the environment description and version the configuration model, which is typically in well-documented code formats such as JSON. The release pipeline executes the model to configure target environments. If the team needs to make changes, they edit

Scripting, Containers and Automation

Question

A Linux administrator is using a public cloud provider to host servers for a company's website. Using the provider's tools, the administrator wrote a JSON file to define how to deploy the servers. Which of the following techniques did the administrator use?

Options

  • AInfrastructure as code
  • BBuild automation
  • CPlatform as a service
  • DAutomated configuration

How the community answered

(19 responses)
  • A
    95% (18)
  • D
    5% (1)

Explanation

with IaC, teams make changes to the environment description and version the configuration model, which is typically in well-documented code formats such as JSON. The release pipeline executes the model to configure target environments. If the team needs to make changes, they edit the source, not the target.

Topics

#infrastructure as code#cloud provisioning#JSON templates#automation

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice