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
Describe the bug
When executing cirrus I get the following error:
[ERROR] Cirrus encountered a fatal error: EC2RoleRequestError: no EC2 instance role found caused by: exceeded maximum number of attempts, 3, request send failed, Get "http://169.254.169.254/latest/meta-data/iam/security-credentials/": dial tcp 169.254.169.254:80: connect: host is down
If it matters - I am using aws2-wrap since I am using aws sso.
To Reproduce
Steps to reproduce the behavior:
Login with aws sso
execute aws2-wrap cirrus up --stack cirrus
Expected behavior
Cirrus creates the stack as expected
The text was updated successfully, but these errors were encountered:
this requires an update to the latest version which according to aws/aws-sdk-go-v2#1111 is missing the waiters for cloudformation. sadly, this is still blocked until that gets resolved.
Describe the bug
When executing cirrus I get the following error:
[ERROR] Cirrus encountered a fatal error: EC2RoleRequestError: no EC2 instance role found caused by: exceeded maximum number of attempts, 3, request send failed, Get "http://169.254.169.254/latest/meta-data/iam/security-credentials/": dial tcp 169.254.169.254:80: connect: host is down
If it matters - I am using aws2-wrap since I am using aws sso.
To Reproduce
Steps to reproduce the behavior:
aws2-wrap cirrus up --stack cirrus
Expected behavior
Cirrus creates the stack as expected
The text was updated successfully, but these errors were encountered: