-
Notifications
You must be signed in to change notification settings - Fork 0
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
Provision resources for a test Flusight hub #43
Conversation
We want to onboard the cdcepi/FluSight-forecast-hub to the cloud. Before officially submitting PRs to the CDC, let's test our end-to-end process on a fork of their repo (to minimize the back and forth if we need to correct any problems).
🍹 The Update (preview) for bsweger/hubverse-aws/hubverse was successful. Resource Changes Name Type Operation
+ bsweger-flusight-forecast aws:iam/role:Role create
+ bsweger-flusight-forecast-write-bucket-policy aws:iam/policy:Policy create
+ bsweger-flusight-forecast-allow aws:lambda/permission:Permission create
+ bsweger-flusight-forecast-transform-model-output-lambda aws:iam/rolePolicyAttachment:RolePolicyAttachment create
+ bsweger-flusight-forecast aws:s3/bucket:Bucket create
+ bsweger-flusight-forecast-read-bucket-policy aws:s3/bucketPolicy:BucketPolicy create
+ bsweger-flusight-forecast aws:iam/rolePolicyAttachment:RolePolicyAttachment create
+ bsweger-flusight-forecast-public-access-block aws:s3/bucketPublicAccessBlock:BucketPublicAccessBlock create
+ bsweger-flusight-forecast-create-notification aws:s3/bucketNotification:BucketNotification create
|
🍹
|
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.
The idea here is that you are adding the forked repo on your account to our list of "hubs in the cloud" just to test it out and see what happens? And then we can delete that forked version later? If I'm understanding correctly, then it seems good to me.
@@ -5,5 +5,8 @@ hubs: | |||
- hub: hubverse-cloud | |||
org: Infectious-Disease-Modeling-Hubs | |||
repo: hubverse-cloud | |||
- hub: bsweger-flusight-forecast | |||
org: bsweger |
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 actually don't know if this will work for a personal GitHub account (instead of an org). We'll find out!
We want to onboard the cdcepi/FluSight-forecast-hub to the cloud. Before officially submitting PRs to the CDC, let's test our end-to-end process on a fork of their repo (to minimize the back and forth if we need to correct any problems).