Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

CompTIA Cloud+ (V4) CV0-004 Question # 4 Topic 1 Discussion

CompTIA Cloud+ (V4) CV0-004 Question # 4 Topic 1 Discussion

CV0-004 Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

A cloud solutions architect wants to deploy a three-tier web application that requires the minimum amount of operational overhead. Which of the following is the best template given these requirements?


A.

virtual_machine:

name: front-end vm

size: small

bootstrapping: git

repository: front-end-repo

autoScaling: enabled

object_storage:

name: query-handler

staticWebContent: disabled

versioning: enabled

virtual_machine:

name: db-vm

size: medium

bootstrapping: /bin/bash yum install -y psql


B.

object_storage:

name: front-end

staticWebContent: enabled

versioning: enabled

serverless_function:

name: app

runtime: nodejs

memorySize: 2G

code: git

repository: backend-repo

relational_database:

engine: postgreSQL

clusterNode: enabled


C.

virtual_machine:

name: three tiered app

size: xlarge

bootstrapping: /bin/bash yum install -y nodejs httpd psql && \

git clone three-tiered-app && \

./app.sh --listen 8443

autoScaling: enabled

load_balancer:

name: front-end-lb

target: three-tiered-app

targetPort: 8443

listener: 443


D.

object_storage:

name: front-end

staticWebContent: enabled

versioning: enabled

virtual_machine:

name: app-vm

size: small

bootstrapping: git

repository: backend-repo

autoScaling: enabled

relational_database:

engine: postgreSQL

clusterNode: enabled


Get Premium CV0-004 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.