Terraform me up

Terraform me up

Professional Development

9 Qs

quiz-placeholder

Similar activities

CIW IBA Lesson 4 Vocabulary

CIW IBA Lesson 4 Vocabulary

8th Grade - Professional Development

11 Qs

SDP-16-05-2021

SDP-16-05-2021

Professional Development

10 Qs

Ice Breaker

Ice Breaker

Professional Development

10 Qs

DevOps

DevOps

Professional Development

10 Qs

Terraform KPMG Day 3

Terraform KPMG Day 3

Professional Development

14 Qs

Terraform

Terraform

Professional Development

12 Qs

terraform

terraform

Professional Development

14 Qs

Terraform101

Terraform101

Professional Development

10 Qs

Terraform me up

Terraform me up

Assessment

Quiz

Professional Development, Computers

Professional Development

Hard

Created by

Team CATS Tech

Used 5+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 5 pts

Media Image
What benefits brings Infrastructure as Code (IaC)?
It's encrypted
It's reusable
It's predictable
It's unpredictable

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What should I use if I want to reference an existing resource from my AWS account?
Data Resource
Resource
Data Source
Source

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image
Can I run terraform apply BEFORE terraform plan?
Yes, apply will run a plan in this case.
Yes although it will be a dry run
Z+ Infra Police will come after you
No, it is not possible

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Why should I care about the famous "backend" block for remote state?
Changes here will destroy your infrastructure

It's important to have a shared state in the team

It's mandatory, because it will create the state bucket

Needs to be removed to share the state

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What happens if I run several times?

terraform plan -out=plan.out

terraform apply plan.out

Terraform will create new infrastructure everytime since we are creating a new plan each time.
Terraform is omnipotent, who knows

Terraform is idempotent, will provision once, and does nothing for the rest

Terraform will re-create stateful resources, as the state of the resource can change

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

I am using module that contains a provider, but I don't need it anymore, what's the best approach to proceed?
Use terraform destroy, with the target flag to select that module exclusively
Use terraform destroy
Remove from the code and apply it
Go to AWS console and delete it

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

We have a bucket as backend for our state, some Terraform code, a lot of free time and a couple of ideas. After a while, the apply failed due to credentials and the state is broken... what can we do?
Pray
Remove all the code and start again
Rollback to a  previous state version
Go on holidays

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image
I have a RDS Database and I need it to be as fast as possible so frontend will show some data for our customers, in which subnet does make sense to have it?
Tier1, it is the closest to the customers!!
Tier2, closest to the application!!
Tier3, in the inner circle of protection
Tier4... woot?

9.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Data sources allow us to fetch data from AWS resources. Generally, which of the following fields CAN NOT be used as argument? 
Amazon Resource Name (ARN)
IP addresses
Tags
Name of the resource