Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aegea launch error #21

Open
ajcheon opened this issue May 18, 2017 · 2 comments
Open

aegea launch error #21

ajcheon opened this issue May 18, 2017 · 2 comments

Comments

@ajcheon
Copy link

ajcheon commented May 18, 2017

Here's an example of the command:

aegea launch --instance-type m3.medium --ssh-key-name ...  --ami ... <inst-name>

It returns an error:

botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListHostedZones operation: User:...:assumed-role/aegea.launch/... is not authorized to perform: route53:ListHostedZones
@kislyuk
Copy link
Owner

kislyuk commented May 19, 2017

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).

@ajcheon
Copy link
Author

ajcheon commented May 22, 2017

Got it, thanks Andrey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants