AWS CodeBuild Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


The build project configuration allows selecting on or more security groups, which are security groups that AWS CodeBuild should use to work with the [[#VPC|VPC]]. The security groups should allow outbound connections.
The build project configuration allows selecting on or more security groups, which are security groups that AWS CodeBuild should use to work with the [[#VPC|VPC]]. The security groups should allow outbound connections.
==Environment Variables==
{{External|[https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html Environment Variables in Build Environments]}}


=Build Specification=
=Build Specification=


{{Internal|AWS CodeBuild Build Specification|Build Spec}}
{{Internal|AWS CodeBuild Build Specification|Build Spec}}

Revision as of 00:11, 13 February 2019

Internal

Build Project

VPC

Security Group

The build project configuration allows selecting on or more security groups, which are security groups that AWS CodeBuild should use to work with the VPC. The security groups should allow outbound connections.

Environment Variables

Environment Variables in Build Environments

Build Specification

Build Spec