Existing application running on a fleet of EC2 spot instances

0

Hello,

Can somebody tell me the right option for the below question?

The customer has an existing application running on a fleet of EC2 spot instances. This application processes millions of messages from SQS and generates CSV to be stored in s3. Customer is considering to move to ECS farget. What changes will be needed?

a. Continue to use spot instances and bundle the app as a docker image. b. moving to containers is not recommended because containers will add overheads c. consider using the self-launch mode to migrate the existing ec2 instances to farget launch mode d. use DMS service to port the application

Monica
已提問 1 年前檢視次數 361 次
1 個回答
1

The correct option is (a) Continue to use spot instances and bundle the app as a docker image. The customer can migrate their application to ECS Fargate by packaging their application into a Docker container image, which can be run on Fargate instances. This will allow the customer to take advantage of Fargate's managed infrastructure and eliminate the need to manage EC2 instances.

AWS_Guy
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南