-
Notifications
You must be signed in to change notification settings - Fork 24
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
Create S3 bucket for storing CloudFormation templates #2
Conversation
Nope, you don't need to download from S3. You can download directly from raw github file references when using sceptre. Cases where you may want to put templates in S3 is when you use a cloudformation type that only supports S3 references. For example lambda packages, includes of template snippets, and many other things that i can't recall ATM. The question here is whether you want your own cloudformation repo or do you just want to use the already existing Sage CFN repo? https://bootstrap-awss3cloudformationbucket-19qromfd235z9.s3.amazonaws.com/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BrunoGrandePhD I think I prefer just using a raw github url
a57b5f7
to
420a40d
Compare
I've updated this PR to use the raw GitHub URL pinned to a version of the repository. This PR will also serve to test the Edit: I realize that templates using the S3 URL are essentially using the tip of |
@zaro0508: I think our own bucket would be ideal because I want to leverage the existing Travis CI deployment workflow in the |
@zaro0508: I switched to |
@tthyer: I switched to the GitHub URL. I'll still wait for your approval before merging. |
For now, the only use case is for storing the templates from the aws-genomics-workflows-library repository.
@zaro0508: Is there a reason why you deploy templates to an S3 bucket instead of downloading from GitHub directly in the sceptre pre-hooks? If you think the S3 deployment is essential, then your review of this PR would be appreciated.