HTTPS on Elastic Beanstalk (Docker Multi-container)
问题 I've been looking around and haven't found much content with regards to a best practice when it comes to setting up HTTPS/SSL on Amazon Elastic Beanstalk with a Multi-container Docker environment. There is a bunch of stuff when it comes to single container configuration, but nothing when it comes to multi-container. My Dockerrun.aws.json looks like this: { "AWSEBDockerrunVersion": 2, "volumes": [ { "name": "app-frontend", "host": { "sourcePath": "/var/app/current/app-frontend" } }, { "name":