tl;dr - AWS App Runner is awesome for deploying applications/services as containers, and it can finally be used with apex domains (ex. domain.tld) It looks like App Runner has finally added support for top level domains: AWS release notes for Route53 A while back I did a mini bake-off of simple AWS container deployment mechanisms for a customer. I explored some options that are container friendly: Elastic Container Service (ECS) AWS Elastic Kubernetes Service (EKS) App Runner Elastic Beanstal...