AWS CodeBuild | Security Flashcards
How can I debug a past build failure?
Security
AWS CodeBuild | Developer Tools
You can debug a build by inspecting the detailed logs generated during the build run.
Can I encrypt the build artifacts stored by CodeBuild?
Security
AWS CodeBuild | Developer Tools
Yes. You can specify a key stored in the AWS Key Management Service (AWS KMS) to encrypt your artifacts.
How does CodeBuild isolate builds that belong to other customers?
Security
AWS CodeBuild | Developer Tools
CodeBuild runs your build in fresh environments isolated from other users and discards each build environment upon completion. CodeBuild provides security and separation at the infrastructure and execution levels.