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

Can't spin up Refinery instance on AWS #1003

Closed
scottx611x opened this issue Apr 12, 2016 · 3 comments
Closed

Can't spin up Refinery instance on AWS #1003

scottx611x opened this issue Apr 12, 2016 · 3 comments

Comments

@scottx611x
Copy link
Member

This is prohibiting #993 from being tested

Commit: 8120b51

AWS Permissions:

AmazonRDSFullAccess
AmazonEC2FullAccess
AmazonS3FullAccess
AmazonSESFullAccess

Steps to reproduce

Observed behavior

  • The step: Spin up an RDS instance: fails for me with this error.
A client error (AccessDenied) occurred when calling the CreateDBInstance operation: User: arn:aws:iam::643366669028:user/scott is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:us-east-1:643366669028:db:rds-refinery

Expected behavior

  • For this not to fail
@drj11
Copy link
Contributor

drj11 commented Apr 13, 2016

thanks for testing! I haven't tried minimising by IAM account access, so on the one hand I'm not surprised that it doesn't work. On the other hand, that list of permissions looks very plausible.

@drj11
Copy link
Contributor

drj11 commented Apr 13, 2016

Thanks for testing!

I think this might actually be that everyone needs to set a different name for their RDS (each RDS running in the AWS account needs a separate name). So I've changed the instructions; they now say to pick an RDS_NAME (this was possible before, just not so clearly required).

@scottx611x
Copy link
Member Author

Closing as this was simply an issue with my env vars and boto dot-file being configured for another AWS account.

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

No branches or pull requests

3 participants