Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A developer requires a CI/CD pipeline for a Java application using AWS CodePipeline. The pipeline must trigger a build upon the availability of a new .jar file dependency.
A
Utilize an Amazon S3 bucket for the .jar file and initiate a pipeline build using a notification service.
B
Leverage an Amazon ECR repository for the .jar file and trigger a pipeline build with a source action.
C
Deploy the .jar file in an Amazon ECR repository and start a pipeline build using a notification service.
D
Use an AWS CodeArtifact repository for the .jar file and activate a pipeline build with a rule.