Terraform in AWS Flashcards
1
Q
What is Terraform Cloud?
A
Terraform Cloud is a service that provides a remote environment to provision infrastructure.
2
Q
What are one of the functions of Terraform Cloud?
A
To provide a backend to store the state of the infrastructure.
3
Q
What is Cloud9?
A
An AWS service that deploys programming environments. It is an Integrated Development Environment (IDE).
4
Q
What does the creation of a Cloud9 environment do?
A
Deploys a specially configured EC2 instance with all the software that includes many programming languages and terraform.
5
Q
What is terraform used for and what is it not used for?
A
Used for building and preparing infrastructure but not managing applications.