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…
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
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)- A14% (8)
- B5% (3)
- C7% (4)
- D74% (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
Community Discussion
No community discussion yet for this question.
