Bird
0
0

A company wants to migrate a legacy app requiring stateful sessions and sticky connections. Which AWS deployment is best?

hard📝 Application Q9 of 15
AWS - Serverless Architecture
A company wants to migrate a legacy app requiring stateful sessions and sticky connections. Which AWS deployment is best?
AAWS Lambda with API Gateway
BAmazon S3 static website hosting
CAWS Fargate with no load balancer
DAmazon ECS with Application Load Balancer and session stickiness
Step-by-Step Solution
Solution:
  1. Step 1: Understand stateful session needs

    Stateful sessions and sticky connections require load balancer support for session affinity.
  2. Step 2: Match AWS services

    Amazon ECS with Application Load Balancer supports sticky sessions for containers.
  3. Final Answer:

    Amazon ECS with Application Load Balancer and session stickiness -> Option D
  4. Quick Check:

    Stateful app needs ALB with sticky sessions on ECS [OK]
Quick Trick: Use ALB sticky sessions for stateful container apps [OK]
Common Mistakes:
  • Choosing Lambda which is stateless
  • Using S3 which is static hosting
  • Fargate without load balancer lacks stickiness

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes