Topic 1 Question 228
A company wants to containerize a multi-tier web application and move the application from an on-premises data center to AWS. The application includes web. application, and database tiers. The company needs to make the application fault tolerant and scalable. Some frequently accessed data must always be available across application servers. Frontend web servers need session persistence and must scale to meet increases in traffic.
Which solution will meet these requirements with the LEAST ongoing operational overhead?
Run the application on Amazon Elastic Container Service (Amazon ECS) on AWS Fargate. Use Amazon Elastic File System (Amazon EFS) for data that is frequently accessed between the web and application tiers. Store the frontend web server session data in Amazon Simple Queue Service (Amazon SQS).
Run the application on Amazon Elastic Container Service (Amazon ECS) on Amazon EC2. Use Amazon ElastiCache for Redis to cache frontend web server session data. Use Amazon Elastic Block Store (Amazon EBS) with Multi-Attach on EC2 instances that are distributed across multiple Availability Zones.
Run the application on Amazon Elastic Kubernetes Service (Amazon EKS). Configure Amazon EKS to use managed node groups. Use ReplicaSets to run the web servers and applications. Create an Amazon Elastic File System (Amazon EFS) file system. Mount the EFS file system across all EKS pods to store frontend web server session data.
Deploy the application on Amazon Elastic Kubernetes Service (Amazon EKS). Configure Amazon EKS to use managed node groups. Run the web servers and application as Kubernetes deployments in the EKS cluster. Store the frontend web server session data in an Amazon DynamoDB table. Create an Amazon Elastic File System (Amazon EFS) volume that all applications will mount at the time of deployment.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: D
A looked good until "store session data in SQS".
👍 14pupsik2023/06/27 - 正解だと思う選択肢: D
what a worst ques A - Why do you need SQS to store web sever session data. SQS is for decoupling services B - EBS multi attach is for SAME availibility zone. The ques says multipel availibility zones C - Why do you need EFS to store web sever session data. Its damn expensive D - Better answer- But again why need for EKS. If I were to choose one option, its D as its better compared to ABC
👍 7SkyZeroZx2023/06/25 - 正解だと思う選択肢: D
D - best of the worst
👍 6NikkyDicky2023/07/06
シャッフルモード