CCSP Domain 5: DevOps, IaaC Flashcards

1
Q

What is IaaC used in conjunction with?

A

CI/CD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is IaaC common in cloud?

A

yes, very, it is the standard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is the result the same evertime IaaC is applied?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Azure Resource Manager (ARM) and AWS Cloud Formation?

A

tools used for IaaC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly