nerdexam
Fortinet

NSE7_PBC-7.2 · Question #82

Refer to the exhibit. What value or values must the administrator use in the SSH Key section to deploy a FortiGate VM using Terraform in Amazon Web Services (AWS)?

The correct answer is B. Use the Name of the key pair. For deploying a FortiGate VM using Terraform in AWS, the administrator must use: B. Use the Name of the key pair. Terraform and AWS SSH Keys: When deploying instances in AWS using Terraform, it is required to specify the name of the SSH key pair to enable key-based…

FortiGate-VM in Public Cloud

Question

Refer to the exhibit. What value or values must the administrator use in the SSH Key section to deploy a FortiGate VM using Terraform in Amazon Web Services (AWS)?

Exhibits

NSE7_PBC-7.2 question #82 exhibit 1
NSE7_PBC-7.2 question #82 exhibit 2

Options

  • AUse the Name and ID values of the key pair
  • BUse the Name of the key pair
  • CUse the ID value of the key pair.
  • DUse the Fingerprint value of the key pair

How the community answered

(42 responses)
  • A
    10% (4)
  • B
    71% (30)
  • C
    5% (2)
  • D
    14% (6)

Explanation

For deploying a FortiGate VM using Terraform in AWS, the administrator must use: B. Use the Name of the key pair. Terraform and AWS SSH Keys: When deploying instances in AWS using Terraform, it is required to specify the name of the SSH key pair to enable key-based authentication to the instance post- Configuration Syntax: The variable keyname within the Terraform configuration should match the exact name of the SSH key pair as it is stored in AWS. This ensures that Terraform can reference the correct key during the deployment process to set up SSH access to the FortiGate VM. Terraform Variables: The variable "keyname" block in the Terraform configuration will look for the key pair name as it should be declared in the terraform.tfvars file or passed as a variable during execution. This does not require the key pair's ID or fingerprint, just its name.

Topics

#Terraform#AWS key pair#FortiGate deployment#SSH key

Community Discussion

No community discussion yet for this question.

Full NSE7_PBC-7.2 Practice