-
Notifications
You must be signed in to change notification settings - Fork 4
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
[ETL-33] CFN stacks: revise bucket, add role, database, classifier #8
Conversation
…put in dev environment
parameters: | ||
DatabaseName: bridge-downstream-etl | ||
stack_tags: | ||
{{ stack_group_config.default_stack_tags }} |
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.
I anticipate that this will eventually not be a free-standing stack, but will rather be part of a nested stack created per-study.
@@ -76,7 +76,7 @@ Resources: | |||
- Sid: ReadAccess | |||
Effect: Allow | |||
Principal: | |||
AWS: !Ref ReadWriteAccessArns | |||
AWS: !Ref ReadOnlyAccessArns |
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.
this was a mistake in the previous PR
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.
LGTM. just one small comment.
templates/glue-database.yaml
Outdated
@@ -0,0 +1,15 @@ | |||
AWSTemplateFormatVersion: '2010-09-09' | |||
Description: TBD |
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.
Nit: Fill in description later?
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.
thanks -- pushed a description
This is the next installment for ETL-33.
src
directory, which does have subfolders underneath it. I moved diagrams to a docs directory.