我已经读过几个aws副驾驶教程,例如,https://aws.amazon.com/blogs/containers/developing-an-application-based-on-multiple-microservices-using-the-aws-copilot-and-aws-fargate/
每个示例都会生成一个http端点,我需要在copilot中做什么才能部署https端点呢?
为了明确起见,我不打算在路由53中定义域,只需要查找生成的端点为https。
发布于 2021-03-28 23:54:32
回答了我自己的问题,看看copilot github present部分,目前,https端点只有通过定义域才能实现。https://github.com/aws/copilot-cli/issues/2071
https://stackoverflow.com/questions/66846651
复制相似问题