AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 364

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?

Answer options

Correct answer: C

Explanation

AWS CodePipeline does not have a native, direct pipeline action for AWS Fault Injection Service (AWS FIS), meaning a custom integration is required. Using an AWS Lambda function to trigger the AWS FIS experiment through the AWS SDK is the standard, serverless way to integrate this step into a pipeline stage. Other options either rely on non-existent native actions or introduce unnecessary complexity compared to a simple Lambda function.