SAP-C02 · Question #451
SAP-C02 Question #451: Real Exam Question with Answer & Explanation
The correct answer is B: Create an Amazon API Gateway HTTP API. Implement each webhook logic in a separate AWS. https://aws.amazon.com/solutions/implementations/git-to-s3-using-webhooks/
Question
A company hosts a Git repository in an on-premises data center. The company uses webhooks to invoke functionality that runs in the AWS Cloud. The company hosts the webhook logic on a set of Amazon EC2 instances in an Auto Scaling group that the company set as a target for an Application Load Balancer (ALB). The Git server calls the ALB for the configured webhooks. The company wants to move the solution to a serverless architecture. Which solution will meet these requirements with the LEAST operational overhead?
Options
- AFor each webhook, create and configure an AWS Lambda function URL. Update the Git servers
- BCreate an Amazon API Gateway HTTP API. Implement each webhook logic in a separate AWS
- CDeploy the webhook logic to AWS App Runner. Create an ALB, and set App Runner as the
- DContainerize the webhook logic. Create an Amazon Elastic Container Service (Amazon ECS)
Explanation
https://aws.amazon.com/solutions/implementations/git-to-s3-using-webhooks/
Community Discussion
No community discussion yet for this question.