DOP-C02 · Question #400
DOP-C02 Question #400: Real Exam Question with Answer & Explanation
The correct answer is C: Create an AWS Lambda function to start the AWS FIS experiment. Grant the Lambda function. Creating a lightweight Lambda function to call StartExperiment and then invoking that function directly in a CodePipeline Lambda action introduces minimal operational overhead. You simply grant the function permission to start the FIS experiment and add a pipeline stage with a La
Question
A company uses a pipeline in AWS CodePipeline to deploy an application. The company created an AWS Fault Injection Service (AWS FIS) experiment template to test the resiliency of the application. A DevOps engineer needs to integrate the experiment into the pipeline. Which solution will meet this requirement?
Options
- AConfigure a new stage in the pipeline that includes an AWS FIS action. Configure the action to
- BCreate an Amazon EventBridge scheduler. Grant the scheduler permission to start the AWS FIS
- CCreate an AWS Lambda function to start the AWS FIS experiment. Grant the Lambda function
- DExport the AWS FIS experiment template to an Amazon S3 bucket. Create an AWS CodeBuild
Explanation
Creating a lightweight Lambda function to call StartExperiment and then invoking that function directly in a CodePipeline Lambda action introduces minimal operational overhead. You simply grant the function permission to start the FIS experiment and add a pipeline stage with a Lambda invocation - no extra build infrastructure or scheduling indirection is required.
Topics
Community Discussion
No community discussion yet for this question.