Introduction to AWS CloudFormation Flashcards
1
Q
What is a VPC?
A
Virtual Private Cloud (VPC) is fundamentally a software-defined infrastructure.
2
Q
What is IaC?
A
Infrastructure as Code (IaC) is the orchestration and management of infrastructure using written documents (templates).
3
Q
What is the fundamental building block of CloudFormation?
A
The Stack.
4
Q
What is a stack?
A
A stack is the executed definition of a template, building up the infrastructure using the template.
5
Q
What is a template?
A
A template is a declaration of the AWS resources that make up the stack.