Q47 — AWS DOP-C02 Ch.2
Question 47 of 100 | ← Chapter 2
A DevOps engineer is using AWS CodePipeline to deploy an AWS Service Catalog portfolio. The pipeline must create products and templates from manifest files in JSON or YAML format and enforce security requirements on AWS Service Catalog products managed through the pipeline. Which solution automates fulfillment of these requirements?
- A. Use the AWS Service Catalog deployment action in AWS CodeDeploy, pushing new product versions to AWS Service Catalog via validation steps in the CodeDeploy AppSpec file.
- B. Use the AWS Service Catalog deployment action in AWS CodeBuild to validate new product versions and push them to AWS Service Catalog.
- C. Use an AWS Lambda action in CodePipeline to run a Lambda function that validates new product versions and pushes them to AWS Service Catalog. ✓
- D. Use an AWS Lambda action in AWS CodeBuild to run a Lambda function that validates new product versions and pushes them to AWS Service Catalog.
Correct Answer: C. Use an AWS Lambda action in CodePipeline to run a Lambda function that validates new product versions and pushes them to AWS Service Catalog.
Explanation
https://aws.amazon.com/blogs/devops/aws-service-catalog-sync-code/