AWS CFT Flashcards

1
Q

Why CFT

A

CFT implements principle of IAC
Also For large infra creation use CFT but only for AWS.

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

IAC

A

Generic for multiple cloud providers,Converts user yaml,json in to cloud understandable API format

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

IAC Principle

A

Declarative and versioned in nature

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

when to use cli or cft

A

short and fast response or creation use cli. Large infra creation CFT

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

Types of CFT templates

A

Json and Yaml.best is yaml easily understandable and comments can be added

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

Drift Detection

A

when drift detection is done we will know if anyone have changed the permissions or alter infra created by CFT and take necessary actions to change the policies

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

Structure of CFT

A

version,decription,matadata,parameters,rules,mappings,conditions,Resources( mandatory)

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