CCSP Domain 5: DevOps, IaaC Flashcards
1
Q
What is IaaC used in conjunction with?
A
CI/CD
2
Q
Is IaaC common in cloud?
A
yes, very, it is the standard
3
Q
Is the result the same evertime IaaC is applied?
A
yes
4
Q
What is Azure Resource Manager (ARM) and AWS Cloud Formation?
A
tools used for IaaC
5
Q
What is the Declarative characteristic of IaaS?
A
IaC must know the current state; it must know whether the infrastructure already exists to know ehtehr to create it or not
6
Q
What is idempotence
A
deployment of an IaC template can be applied multiple times without changing the results; if IaC template says deploy 4 VMs and 3 exists, 1 more is deployed