Deploy AWS Amplify Container to Graviton 2

0

Hi, I have currently deployed a container-based API service to Fargate using AWS Amplify's CLI. However, the container sits on a 0.5cpu x86 instance. How would I go about deploying this with Amplify to a graviton-based instance, or specify memory-cpu configurations? Thanks.

Docker File: created by Amplify:

FROM public.ecr.aws/bitnami/node:14-prod-debian-10

ENV PORT=8080 EXPOSE 8080

WORKDIR /usr/src/app

COPY package*.json ./ RUN npm install COPY . .

CMD [ "node", "index.js" ]

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠