kingfischer16 / mldeploy

Deploy ML code to cloud resources as a REST API for inference and training.
MIT License
2 stars 0 forks source link

create simple stack #21

Closed kingfischer16 closed 3 years ago

kingfischer16 commented 3 years ago

This is a learning exercise. A basic CloudFormation template will be setup which will create a S3 bucket, EC2 instance, and upload a docker image (stretch).

Note that the actual deployment architecture should make use of AWS Fargate to take advantage of serverless architecture, containers, and hopefully lower cost.