An exception occurred during task execution. To see the full traceback, use -vvv. The error was: NoCredentialsError: Unable to locate credentials
fatal: [localhost]: FAILED! => {"boto3_version": "1.17.112", "botocore_version": "1.20.112", "changed": false, "msg": "Error in describe_security_groups: Unable to locate credentials"}
When ever you get this error, make sure you have right credentials setup in your EC2 instance or you have attached right IAM role with policy.
add below three lines in the above file, replace the ?? with access key and secret key values.
No comments:
Post a Comment