NREL / buildstockbatch

Other
20 stars 13 forks source link

Use AWS CDK or Terraform to provision resources on AWS #170

Open vtnate opened 3 years ago

vtnate commented 3 years ago

Is your feature request related to a problem? Please describe. AWS Cloud Formation does the role creation that we do manually, except it's native to AWS and isn't prone to error like what we built ourselves.

Describe the solution you'd like We should use CF to set up & manage the AWS job

Describe alternatives you've considered It ain't broke, so why fix it.

Additional context Add any other context or screenshots about the feature request here.

nmerket commented 3 months ago

We could also use Terraform, which the stratus team likes more. Either way something more declarative would be nice.