Bird
0
0

You want to deploy a Spring Boot app on AWS with zero downtime during updates. Which AWS feature helps achieve this?

hard📝 Application Q8 of 15
Spring Boot - Docker and Deployment
You want to deploy a Spring Boot app on AWS with zero downtime during updates. Which AWS feature helps achieve this?
ABlue/Green deployment using Elastic Beanstalk environments
BManual server shutdown before deployment
CDeploying directly to a single EC2 instance
DDisabling auto-scaling during deployment
Step-by-Step Solution
Solution:
  1. Step 1: Understand zero downtime deployment methods

    Blue/Green deployment creates two environments to switch traffic smoothly without downtime.
  2. Step 2: Evaluate other options

    Manual shutdown causes downtime, single EC2 is risky, disabling auto-scaling reduces availability.
  3. Final Answer:

    Blue/Green deployment using Elastic Beanstalk environments -> Option A
  4. Quick Check:

    Blue/Green deployment = Zero downtime updates [OK]
Quick Trick: Use Blue/Green deployment for zero downtime on AWS [OK]
Common Mistakes:
  • Thinking manual shutdown avoids downtime
  • Deploying on single instance only
  • Disabling auto-scaling during updates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Spring Boot Quizzes