英文: AWS Fargate can't run ENV specific build? 问题 我有一个Next.js应用程序,我正在将其容器化并部署到AWS Fargate中。 以下是我的...
AWS ECS服务垂直扩展
英文: AWS ECS service vertical scaling 问题 是否可以在内存消耗不需要时缩减扩展的服务?如何操作? 我们的应用程序缓存数据,作为“最后手段”写回数据库:是否可以配置A...
容量提供程序是否附加到`cluster`而不是`service`或`taskdefinition`?
英文: Is Capacity Provider attached to `cluster` not `service` or `taskdefinition`? 问题 I am using ECS ...
Containers可以与端口通信吗?ECS在EC2上
英文: containers can communicate with ports? ECS on EC2 问题 我正在将我的项目从在Fargate上的ECS迁移到在EC2上的ECS。 现在我遇到了一...
EKS Fargate pods无法从互联网访问。
英文: EKS Fargate pods unreachable from internet 问题 我正在尝试创建EKS Fargate集群并部署一个具有1个端点的示例Spring Boot应用程序,...
Is it possible to use ECS spot till it's unavailable and switch to On demand and back?
英文: Is it possible to use ECS spot till it's unavailable and switch to On demand and back? 问题 I'...
Django应用程序在AWS Fargate上,带有持久性的PostgreSQL数据库。
英文: django application on AWS fargate with postgresql persistent database 问题 我有一个Django + ReactJS应用程...
在非开发环境中,在dotnet Kestrel主机中安装哪种SSL证书?
英文: What SSL Cert to install in dotnet Kestrel host in non dev environment 问题 目前在AWS云中,我们将HTTPS-SSL终...
开始/停止 ECS 服务以在定义的时间间隔内运行和停止任务
英文: Start/Stop ECS services to run and stop tasks at defined intervals 问题 我在我的 ECS Fargate 集群上运行了一个测...
指定在AWS CDK中用于Fargate的所需CPU。
英文: Specifying the desired CPU for Fargate in AWS CDK 问题 我的团队正在使用Fargate来扩展我们的服务。 我们想要使用Graviton,但我不...
3