시작하기무료로 시작하기

Review a buildspec.yml

At NovaTech, your team uses a buildspec.yml to define how CodeBuild compiles and tests a Python Lambda application. Use the buildspec explorer to examine the build configuration.

The explorer shows a complete buildspec.yml with all four phases (install, prebuild, build, postbuild) and the artifacts section. You can toggle phases on and off to see simulated build logs and understand what each phase contributes.

Pay attention to the artifacts section — this defines what gets passed to the Deploy stage. Getting the file paths wrong is the most common cause of deployments that fail after a "successful" build.

Question: A CodeBuild project succeeds (all four phases pass), but CodeDeploy fails immediately with "The specified key does not exist." What is the most likely cause?

이 연습은 강의의 일부입니다

Automating Deployments on AWS

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작