You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Is anyone using use_iam_profile successfully? I've not been able to get it to work as I would expect and some searching turned up some threads that make me think that it may not actually work.
This one just bit me as well, trying to use AWS provider on an AWS hosted instance. Even though the EC2 instance has the proper role and permissions, it asks me to provide keys.
I'm getting the following error when attempting to use an attached role:
There are errors in the configuration of this machine. Please fix
the following errors and try again:
AWS Provider:
* One or more of the needed AWS credentials are missing. No environment variables
are set nor profile 'default' exists at '/home/ec2-user/.aws/'
Is anyone using
use_iam_profile
successfully? I've not been able to get it to work as I would expect and some searching turned up some threads that make me think that it may not actually work.Does fog-aws actually require secret_access_key & access_key_id? If so, I'm not sure how vagrant-aws can work considering when
use_iam_profle
is set to true we don't send those credentials.Any leads would be appreciated!
The text was updated successfully, but these errors were encountered: