AWS - API GatewayWhich 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 APIBYou must create a new stage for every deploymentCDeployments automatically update all stagesDStages are unrelated to deploymentsCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand deployment and stages relationshipDeployments are snapshots of the API configuration. You can deploy a new version to an existing stage to update it.Step 2: Evaluate other optionsCreating a new stage every time is not required. Deployments do not automatically update all stages. Stages are directly related to deployments.Final Answer:You can deploy to an existing stage to update the API -> Option AQuick 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 stageBelieving all stages update automaticallyIgnoring stage-deployment link
Master "API Gateway" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - Why API Gateway matters - Quiz 12easy AWS Lambda - Creating a Lambda function - Quiz 7medium AWS Lambda - Lambda execution model - Quiz 11easy AWS Lambda - Event triggers for Lambda - Quiz 3easy Auto Scaling - Predictive scaling overview - Quiz 2easy Auto Scaling - Scheduled scaling - Quiz 10hard Auto Scaling - Launch templates - Quiz 2easy Elastic Load Balancing - SSL/TLS termination - Quiz 3easy SNS and SQS - Sending and receiving messages - Quiz 11easy SNS and SQS - SNS notification types (email, SMS, Lambda) - Quiz 9hard