Creating the lambda function Publish the image to AWS ECR Last time we used “Author from scratch” to create a lambda function on AWS. This time we use the option “Container image” for this. Here we need to provide the “Amazon ECR image URI”, which is a place where we can publish images. ECR meansContinue reading “ML Zoomcamp 2023 – Serverless – Part 6”
Tag Archives: AWS
ML Zoomcamp 2023 – Deploying Machine Learning Models– Part 7
Deployment to the cloud: AWS Elastic Beanstalk This article covers the deployment of the Docker container to the cloud. In the previous article we built a Docker image, build the container, put our churn prediction service there and also the model. Then we build this image and learn how to run it locally. Now weContinue reading “ML Zoomcamp 2023 – Deploying Machine Learning Models– Part 7”