TF-003 • Practice Test 30
Free TF-003 practice test — 15 questions with explanations. Set 30. No signup required.
What is the most likely cause of this error?
Refer to the exhibit.
```hcl
resource "aws_instance" "web" {
ami = "ami-0c55b159cbfafe1f0"
instance_type = "t2.micro"
}
```
An engineer runs `terraform apply` with this configuration and receives the following error:
```
Error: Error launching source instance: UnauthorizedOperation: You are not authorized to perform this operation.
```