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
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListHostedZones operation: User:...:assumed-role/aegea.launch/... is not authorized to perform: route53:ListHostedZones
The text was updated successfully, but these errors were encountered:
The IAM role that is being used to perform the launch request (aegea.launch) doesn't have access to route53. If you don't want to give it access to route53, the easiest way to get around this error is by adding the --no-dns option to the aegea launch command.
I'm going to see if I can improve this behavior (perhaps by making this "route53 access denied" error non-fatal).
Here's an example of the command:
It returns an error:
The text was updated successfully, but these errors were encountered: