TERRAFORM-ASSOCIATE-003 · Question #50
Which are examples of infrastructure as code? (Choose two.)
The correct answer is B. Versioned configuration files D. Doctor files. Versioned configuration files: Infrastructure as code is when infrastructure is defined and managed using code, and configuration files that are written in a programming language, such as JSON or YAML, and stored in a version control system like Git, allowing for versioning and…
Question
Which are examples of infrastructure as code? (Choose two.)
Options
- ACloned virtual machine images
- BVersioned configuration files
- CChange management database records
- DDoctor files
How the community answered
(53 responses)- A17% (9)
- B75% (40)
- C8% (4)
Explanation
Versioned configuration files: Infrastructure as code is when infrastructure is defined and managed using code, and configuration files that are written in a programming language, such as JSON or YAML, and stored in a version control system like Git, allowing for versioning and Docker files: Docker files are a type of infrastructure as code that describe how to build a container image. They are written in a simple programming language and can be versioned and stored in a version control system.
Topics
Community Discussion
No community discussion yet for this question.