Module 8

Cloud Deployment

Make the system publicly usable: a stranger can reach it at a real URL, over TLS, with one-step rollback and a bounded, stated cost.

Sarah Floris Instructor Sarah Floris · Lead ML Engineer Coming soon

Included with Pro

Coming soon Not yet available

Put a service in production safely and cheaply

A slim, reproducible Docker image

You arrive with a minimal Docker image with locked dependencies and an entrypoint that binds to the port the host injects. This module promotes that content-addressed image to a public, TLS-terminated service you can roll back.

Docker image locked deps a cloud account

7 chapters

7 lessons

01 What This Module Covers

The arc of Cloud Deployment: get the dockerized service answering at a real public URL, promote the same artifact instead of rebuilding, put it on a domain over TLS, make failure cheap with a one-step rollback, and bound the cost before it bounds you.

02 Get the Service Live on the Internet

Push the M6 dockerized /predict image to a scale-to-zero container host and score a Lending Club record at a real public URL: happy path, end to end.

03 Promote, Do Not Just Push

Promote the exact image you tested by its content digest instead of rebuilding it, keep configuration in the environment so one artifact runs in every stage, and see why a baked secret survives in a layer even after a later layer deletes it.

04 DNS and TLS: Why Your First Prod URL Fails

Put the service on a real domain over https:// and survive the hour where it does not work yet. DNS propagation and certificate provisioning are two clocks, chained in series, and that hour is normal.

05 Make Failure Cheap: Release Strategy and One-Step Rollback

Choose how new versions go out, gate the cutover on a probe that means can-serve, and guarantee a one-step rollback to the last good version under real traffic.

06 Bound the Cost Before It Bounds You

Make idle cost near-zero or capped, pick the billing model from the traffic curve, and state the expected and worst-case monthly figure out loud.

07 What You Built in This Module

A recap of Cloud Deployment: the dockerized model now answers at a real public URL on a real domain over TLS, ships as the exact artifact you tested, rolls back in one step under live traffic, and runs at a cost you stated in advance — and where the system goes next.

Ready to start?

This module is coming soon. Join the waitlist to be notified.

Coming soon Create account