AWS Certified SysOps Administrator – Associate (legacy) — Question 139

An AWS CodePipeline in us-east-1 returns `InternalError` with the code `JobFailed` when launching a deployment using an artifact from an Amazon S3 bucket in us-west-1.
What is causing this error?

Answer options

Correct answer: B

Explanation

The error occurs because the S3 bucket is located in a different region than the CodePipeline, which must access resources within the same region. Options A, C, and D do not address the regional mismatch, which is the core issue causing the deployment failure.