DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

Cloud Formation #112

Open karkir0003 opened 2 years ago

karkir0003 commented 2 years ago

Infrastructure as Code is what makes AWS powerful. if our aws acct got nuked tomorrow, we need to be able to recover our resources. setup a cloud formation stack (python or TS) using aws cdk library which contains the resources we need!

karkir0003 commented 2 years ago

Use Typescript for this! Get monocdk through npm

karkir0003 commented 2 years ago

@avayedawadi , this issue is a stretch goal for now. the intent for this issue is for you to learn about AWS CDK and document the knowledge so others can know

karkir0003 commented 1 year ago

@avayedawadi we are using terraform to encode some of our AWS infra as code!