CodeBuild Flashcards

1
Q

CodeBuild provides these benefits:

A
  • Fully managed – eliminates the need to set up, patch, update, and manage your own build servers.
  • On demand – scales on demand to meet your build needs. You pay only for the number of build minutes you consume.
  • Out of the box – provides preconfigured build environments for the most popular programming languages. All you need to do is point to your build script to start your first build.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can you cache dependencies for CodeBuild?

A

Locally or S3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can you encrypt the CodeBuild build artifacts?

A

By default, CodeBuild uses an AWS managed key for Amazon S3 in your AWS account. If you do not want to use this AWS managed key, you must create and configure a customer managed key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly