NSE7_PBC-7.2 · Question #50
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. What will be the final result after…
The correct answer is B. Terraform will deploy a FortiGate VM in the eu-West-Ia region with private and public subnets. The variables.tf file shows that the FortiGate VM will be deployed in the eu-West-Ia region with private and public subnets. The region variable is set to "eu-west-1" and the availability_zone variable is set to "eu-west-1a". The vpc_id variable is set to "vpc-0e9d6a6f" and the…
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. What will be the final result after running the terraform init and terraform apply commands?
Exhibit
Options
- ATerraform will not deploy a FortiGate VM
- BTerraform will deploy a FortiGate VM in the eu-West-Ia region with private and public subnets.
- CTerraform will deploy a FortiGate VM in the eu-West-1a region with two subnets and byol
- DTerraform will deploy a FortiGate VM in the eu-West-Ia region without any subnets.
How the community answered
(46 responses)- A4% (2)
- B80% (37)
- C13% (6)
- D2% (1)
Explanation
The variables.tf file shows that the FortiGate VM will be deployed in the eu-West-Ia region with private and public subnets. The region variable is set to "eu-west-1" and the availability_zone variable is set to "eu-west-1a". The vpc_id variable is set to "vpc-0e9d6a6f" and the subnets variable is set to a list of two subnet IDs: "subnet-0f9d6a6f" and "subnet-1f9d6a6f". The license_type variable is set to "on-demand" and the ami_id variable is set to "ami-0e9d6a6f".
Topics
Community Discussion
No community discussion yet for this question.
