ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 208 - DVA-C02 discussion

Report
Export

A company has a web application that contains an Amazon API Gateway REST API. A developer has created an AWS CloudFormation template for the initial deployment of the application. The developer has deployed the application successfully as part of an AWS CodePipeline continuous integration and continuous delivery (CI/CD) process. All resources and methods are available through the deployed stage endpoint.

The CloudFormation template contains the following resource types:

* AWS::ApiGateway::RestApi

* AWS::ApiGateway::Resource

* AWS::ApiGateway::Method

* AWS:ApiGateway::Stage

* AWS::ApiGateway:;Deployment

The developer adds a new resource to the REST API with additional methods and redeploys the template. CloudFormation reports that the deployment is successful and that the stack is in the UPDATE_COMPLETE state. However, calls to all new methods are returning 404 (Not Found) errors.

What should the developer do to make the new methods available?

A.

Specify the disable-rollback option during the update-stack operation.

Answers
A.

Specify the disable-rollback option during the update-stack operation.

B.

Unset the Cloud Forma lion stack failure options.

Answers
B.

Unset the Cloud Forma lion stack failure options.

C.

Add an AWS CodeBuild stage lo CodePipeline to run the aws apigateway create-deployment AWS CLI command.

Answers
C.

Add an AWS CodeBuild stage lo CodePipeline to run the aws apigateway create-deployment AWS CLI command.

D.

Add an action to CodePipeline to run the aws cloudfront create-invalidation AWS CLI command.

Answers
D.

Add an action to CodePipeline to run the aws cloudfront create-invalidation AWS CLI command.

Suggested answer: C
asked 23/10/2024
Tony Hardyanto
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first