0
0
AWScloud~5 mins

API deployment and stages in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an API deployment in AWS API Gateway?
An API deployment is a snapshot of your API configuration that you can make available to users. It represents a specific version of your API that is ready to be called.
Click to reveal answer
beginner
What is an API stage in AWS API Gateway?
An API stage is a named reference to a deployment. It acts like a live environment (for example, 'dev', 'test', or 'prod') where the deployed API is accessible.
Click to reveal answer
intermediate
Why use stages in API Gateway?
Stages let you manage different versions of your API for different environments. You can test changes in a 'dev' stage before moving them to 'prod' without affecting users.
Click to reveal answer
beginner
How do you create a new deployment in AWS API Gateway?
You create a deployment by selecting your API and choosing to deploy it to a stage. This saves the current API configuration as a deployment linked to that stage.
Click to reveal answer
intermediate
What happens if you redeploy an API to the same stage?
Redeploying updates the stage to point to the new deployment. This means the API changes become live immediately for that stage's users.
Click to reveal answer
What does an API stage represent in AWS API Gateway?
AA security setting for your API
BA backup of your API configuration
CA live environment where a deployed API version is accessible
DA database connected to your API
What is the purpose of deploying an API in AWS API Gateway?
ATo delete the API
BTo monitor API usage
CTo create a new API from scratch
DTo save a snapshot of the API configuration for use
If you want to test API changes without affecting users, what should you use?
AA separate API stage like 'dev'
BDelete the production API
CDeploy directly to 'prod'
DDisable the API
What happens when you redeploy an API to the same stage?
AThe stage updates to the new deployment and changes go live
BThe API is deleted
CNothing changes
DA new stage is created automatically
Which of the following is NOT a typical stage name in API Gateway?
Atest
Bbackup
Cprod
Ddev
Explain what an API deployment and an API stage are in AWS API Gateway and how they work together.
Think of deployment as a saved version and stage as the place where users access that version.
You got /4 concepts.
    Describe why using multiple stages is important when managing APIs in AWS API Gateway.
    Consider how you might test a new recipe before serving it to guests.
    You got /4 concepts.