-
Notifications
You must be signed in to change notification settings - Fork 2
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
install issues #1
Comments
Hello, did you try to set the bucket name to something unique? S3 bucket names should be globally unique. Also, the AWS account you use with the AWS CLI should have a role that allows you to create new buckets and put objects in it. |
Hi Cheers for answering, yeah I got that, created the bucket, bucket exists. Sorry I just used mybucket as in the example. Yeah got all the permissions on the account. It just doesn't run, I have switched to greengo until I can get this to work |
Did you try the one click install i.e. just clicking on the “Launch stack” button? That way you don’t even have to use the Makefile. The other thing you can try is to set the bucket name as an environment variable: $ export SAM_S3_BUCKET=mybucket.mycompany.com
$ export AWS_DEFAULT_REGION=ap-southeast-2
$ make deploy |
Yeah I did try that also, I have another question for you as you are up to speed with ggc https://forums.aws.amazon.com/message.jspa?messageID=877737#877737 |
Thank your feedback, I opened another issue for the "access denied" error when using the "Launch stack" button: #2 that is now fixed. |
There seems to be some other problems with the Makefile, too. It now crashes with I'm no expert when it comes to make, but I think it has something to do with the recent changes where among other things the Pipfile was removed. Adding
|
Hi trying to install couple of issues
running launch stack can't access your bucket
Template validation error: S3 error: Access Denied For more information check http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html
running make file
make deploy SAM_S3_BUCKET=mybucket AWS_DEFAULT_REGION=ap-southeast-2
Makefile:81: *** SAM_S3_BUCKET variable is not set. Set it as environment variable or as command line argument.. Stop.
The text was updated successfully, but these errors were encountered: