Bird
0
0

Which of the following is true about deploying a new version of an API in AWS API Gateway?

easy📝 Conceptual Q2 of 15
AWS - API Gateway
Which of the following is true about deploying a new version of an API in AWS API Gateway?
AYou can deploy to an existing stage to update the API
BYou must create a new stage for every deployment
CDeployments automatically update all stages
DStages are unrelated to deployments
Step-by-Step Solution
Solution:
  1. Step 1: Understand deployment and stages relationship

    Deployments are snapshots of the API configuration. You can deploy a new version to an existing stage to update it.
  2. Step 2: Evaluate other options

    Creating a new stage every time is not required. Deployments do not automatically update all stages. Stages are directly related to deployments.
  3. Final Answer:

    You can deploy to an existing stage to update the API -> Option A
  4. Quick Check:

    Deploy to existing stage = true [OK]
Quick Trick: Deployments update stages, no need for new stage each time [OK]
Common Mistakes:
  • Thinking each deployment needs new stage
  • Believing all stages update automatically
  • Ignoring stage-deployment link

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes