Multiple Choice
A company maintains a REST service using Amazon API Gateway and the API Gateway native API key validation. The company recently launched a new registration page, which allows users to sign up for the service. The registration page creates a new API key using CreateApiKey and sends the new key to the user. When the user attempts to call the API using this key, the user receives a 403 Forbidden error. Existing users are unaffected and can still call the API. What code updates will grant these new users access to the API?
A) The createDeployment method must be called so the API can be redeployed to include the newly created API key. The createDeployment method must be called so the API can be redeployed to include the newly created API key.
B) The updateAuthorizer method must be called to update the API's authorizer to include the newly created API key. updateAuthorizer method must be called to update the API's authorizer to include the newly created API key.
C) The importApiKeys method must be called to import all newly created API keys into the current stage of the API. importApiKeys method must be called to import all newly created API keys into the current stage of the API.
D) The createUsagePlanKey method must be called to associate the newly created API key with the correct usage plan. createUsagePlanKey method must be called to associate the newly created API key with the correct usage plan.
Correct Answer:

Verified
Correct Answer:
Verified
Q43: A Developer must trigger an AWS Lambda
Q44: A development team wants to run their
Q45: A Developer created a dashboard for an
Q46: A developer is troubleshooting connectivity issues between
Q47: You run an ad-supported photo sharing website
Q49: An IAM role is attached to an
Q50: Which of the following are good use
Q51: A web application is designed to allow
Q52: What is the format of structured notification
Q53: A Development team would like to migrate