nerdexam
Fortinet

FCSS_CDS_AR-7.6 · Question #56

Refer to the exhibit. You are tasked to deploy a FortiGate VM with private and public subnets in Amazon Web Services (AWS). You examined the variables.tf file. Assume that all the other terraform…

The correct answer is D. Terraform will deploy a FortiGate VM in the eu-West-1a availability zone with two subnets and. The variables.tf file specifies: - Region: eu-west-1 - Availability zone: eu-west-1a - Two subnets (publiccidraz1 = 10.1.0.0/24 and privatecidraz1 = 10.1.1.0/24) - License type: byol After running terraform init and terraform apply, Terraform provisions a FortiGate VM in…

FortiGate-VM Architectures in AWS

Question

Refer to the exhibit. You are tasked to deploy a FortiGate VM with private and public subnets in Amazon Web Services (AWS). You examined the variables.tf file. Assume that all the other terraform files are in place. What will be the final result after running the terraform init and terraform apply commands?

Exhibit

FCSS_CDS_AR-7.6 question #56 exhibit

Options

  • ATerraform will deploy a FortiGate VM in the eu-West-1 region with private and public subnets.
  • BTerraform will deploy a FortiGate VM in the eu-West-1a availability zone without any subnets.
  • CTerraform will not deploy a FortiGate VM.
  • DTerraform will deploy a FortiGate VM in the eu-West-1a availability zone with two subnets and

How the community answered

(57 responses)
  • A
    14% (8)
  • B
    5% (3)
  • C
    7% (4)
  • D
    74% (42)

Explanation

The variables.tf file specifies: - Region: eu-west-1 - Availability zone: eu-west-1a - Two subnets (publiccidraz1 = 10.1.0.0/24 and privatecidraz1 = 10.1.1.0/24) - License type: byol After running terraform init and terraform apply, Terraform provisions a FortiGate VM in eu-west- 1a with both a public and private subnet using a BYOL license.

Topics

#Terraform#AWS deployment#variables.tf#FortiGate VM

Community Discussion

No community discussion yet for this question.

Full FCSS_CDS_AR-7.6 Practice