-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cloud formation stack for setup #2
Comments
We talked more about what part of setup does/doesn't make sense to automate. Some recent thoughts against using CDK:
|
I agree that we do not want to automate: Role creation is in #28 I think bucket creation should be moved to its own issue and we should consider adding it as an optional flag to setup_AWS.py because on the one hand it is nice to provide a bucket setup with all of the configurations nicely in place, but on the other hand it's quite likely that a user has a bucket already in place with configurations they have optimized for other use cases. None of the "nice setup" bucket options actually affect DS, so we certainly don't want to make them required. |
Parts of this that I don't think we can/want to automate
Parts of this we may want to automate
The text was updated successfully, but these errors were encountered: