Hello, I am new to Packer, I am trying to get the first tutorial to run however it fails with the following error,
amazon-ebs: Error querying AMI: NoCredentialProviders: no valid providers in chain
I have validated the 'example.json' file and am running the following command,
packer build -var 'aws_access_key=My_Key' -var 'aws_secret_key=My_Secret_Key' example.json
Where My_Key and My_Secret_Key are active in my AWS Security Credential page. Could someone please provide some guidance as to what I'm missing?