Network_Appliance
NS0-404 · Question #71
NS0-404 Question #71: Real Exam Question with Answer & Explanation
Sign in or unlock NS0-404 to reveal the answer and full explanation for question #71. The question stem and answer options stay visible for context.
Question
109.Click the Exhibit button. Referring to the exhibit, which two source resources? (Choose two.)
Exhibit:
resource "aws_iam_instance_profile" "instance_profile" {
name = "connector_instance_profile"
role = aws_iam_role.role.name
}
resource "netapp-cloudmanager_connector_aws" "cl-occm-aws" {
region = "us-east-1"
key_name = "mykey"
company = "NetApp"
instance_type = "t3.xlarge"
subnet_id = aws_subnet.PrivateSubnet.id
security_group_id = aws_security_group.SGPrivateRedHat.id
iam_instance_profile_name = "connector_instance_profile"
account_id = "account-xxxxxxxx"
}
Options
- Asource = nhashicorp/aws
- Bsource = aws_subnet.PrivateSubnet.id
- Csource = "terraform/terraform"
- Dsource = "NetApp/netapp-cloudman"
Unlock NS0-404 to see the answer
You've previewed enough free NS0-404 questions. Unlock NS0-404 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.