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
- A. S3 Transfer Acceleration is not enabled.
- B. The S3 bucket is not in the appropriate region.
- C. The S3 bucket is being throttled.
- D. There are insufficient permissions on the artifact in Amazon S3.
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.