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

[ETL-33] CFN stacks: revise bucket, add role, database, classifier #8

Merged
merged 8 commits into from
Sep 21, 2021

Conversation

tthyer
Copy link
Contributor

@tthyer tthyer commented Sep 20, 2021

This is the next installment for ETL-33.

  1. There is a small reorganization. All python has been moved under the src directory, which does have subfolders underneath it. I moved diagrams to a docs directory.
  2. The S3 bucket has been renamed for more generic use, and instead of one development bucket we have two: one each for input and output. In production we will only have an output bucket as will pull real data from a bucket in the Bridge account.
  3. I've added a classifer that is probably complete, and a job role and glue database that both will probably undergo some further changes

parameters:
DatabaseName: bridge-downstream-etl
stack_tags:
{{ stack_group_config.default_stack_tags }}
Copy link
Contributor Author

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
Copy link
Contributor Author

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

Copy link
Member

@thomasyu888 thomasyu888 left a 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.

@@ -0,0 +1,15 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: TBD
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks -- pushed a description

@tthyer tthyer merged commit 30f234b into main Sep 21, 2021
@tthyer tthyer deleted the ETL-33/cfn-stack-1 branch September 21, 2021 00:16
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

Successfully merging this pull request may close these issues.

2 participants