eg. ECS, Docker Cloud, ... Use same image for development and production Don't mount code to containers in production If you need logs, send them from container Don't run databases in containers until you know what you're doing (you may loose all your data) Automate in small steps, not everything at once 11
2. Create new task de nition 3. Create a service 4. Check/modify target group 5. Setup DNS (already done) 6. Make changes 7. Redeploy the service 8. Automate 14