ExamGecko
Question list
Search
Search

Question 10 - Terraform Associate 003 discussion

Report
Export

Which of the following is not a key principle of infrastructure as code?

A.
Self-describing infrastructure
Answers
A.
Self-describing infrastructure
B.
Idempotence
Answers
B.
Idempotence
C.
Versioned infrastructure
Answers
C.
Versioned infrastructure
D.
Golden images
Answers
D.
Golden images
Suggested answer: D

Explanation:

The key principle of infrastructure as code that is not listed among the options isgolden images. Golden images are pre-configured, ready-to-use virtual machine images that contain a specific set of software and configuration. They are often used to create multiple identical instances of the same environment, such as for testing or production. However, golden images are not a principle of infrastructure as code, but rather a technique that can be used with or without infrastructure as code. The other options are all key principles of infrastructure as code, as explained below:

Self-describing infrastructure: This means that the infrastructure is defined in code that describes its desired state, rather than in scripts that describe the steps to create it. This makes the infrastructure easier to understand, maintain, and reproduce.

Idempotence: This means that applying the same infrastructure code multiple times will always result in the same state, regardless of the initial state. This makes the infrastructure consistent and predictable, and avoids errors or conflicts caused by repeated actions.

asked 18/09/2024
Christian Weber
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first