ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 172 - CV0-004 discussion

Report
Export

A cloud engineer wants to deploy a new application to the cloud and is writing the following script:

Which of the following actions will this script perform?

A.
Upload a new VM image.
Answers
A.
Upload a new VM image.
B.
Create a new cloud resource.
Answers
B.
Create a new cloud resource.
C.
Build a local server.
Answers
C.
Build a local server.
D.
Import a cloud module.
Answers
D.
Import a cloud module.
Suggested answer: B

Explanation:

The script shown is written in Terraform, which is an infrastructure as code (IaC) tool used for building, changing, and versioning infrastructure safely and efficiently. This particular Terraform script specifies a required provider and its version, the Terraform version, sets the cloud provider's region, and then defines a resource for a server instance with a specific AMI ID and instance type. It also includes tags for the instance. The action this script will perform is to create a new cloud resource, specifically a server instance on the cloud provider's platform.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) by Todd Montgomery and Stephen Olson

asked 02/10/2024
Willians Lima Pereira
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first