You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_source/create-project.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ For information about using the AWS CLI with AWS CodeBuild, see the [Command Lin
242
242
+ If you specified `NO_ARTIFACTS` for *artifacts\-type*, do not specify a `packaging` for `artifacts`\.
243
243
+ If you specified `S3` for *artifacts\-type*, valid values include `ZIP` and `NONE`\. To create a ZIP file that contains the build output, use `ZIP`\. To create a folder that contains the build output, use `NONE`\. The default value is `NONE`\.
244
244
+ For the required *cache* object, information about this build project's cache settings\. These settings include the following:
245
-
+*CacheType*: Required value\. Valid values are `S3` or `NONE`\.
245
+
+*CacheType*: Required value\. Valid values are `S3` or `NO_CACHE`\.
246
246
+*CacheLocation*: Required value unless you set *CacheType* to `NONE`\. If you specified S3 for *CacheType*, then this is the ARN of the S3 bucket and the path prefix\. For example, if your Amazon S3 bucket name is `my-bucket`, and your path prefix is `build-cache`, then acceptable formats for your *CacheLocation* are `my-bucket/build-cache` or `aws:s3:::my-bucket/build-cache`\.
247
247
+*serviceRole*: Required value\. The ARN of the service role AWS CodeBuild uses to interact with services on behalf of the IAM user \(for example, `arn:aws:iam::account-id:role/role-name`\)\.
248
248
+ For the optional *vpcConfig* object, information about your VPC configuration\. These settings include:
@@ -266,7 +266,7 @@ If you are using a region other than us\-east\-1, be sure to use it when you run
266
266
**Note**
267
267
If you are using a region other than us\-east\-1, be sure to use it when you run the command\.
268
268
+ For the required `environment` object, information about this project's build environment settings\. These settings include:
269
-
+ *environment\-type*: Required value\. The type of build environment\. The only allowed value is `LINUX_CONTAINER`\.
269
+
+ *environment\-type*: Required value\. The type of build environment\. Valid values are `LINUX_CONTAINER` and `WINDOWS_CONTAINER`\.
270
270
+ *image*: Required value\. The Docker image identifier used by this build environment\. Typically, this identifier is expressed as *image\-name*:*tag*\. For example, in the Docker repository that AWS CodeBuild uses to manage its Docker images, this could be `aws/codebuild/java:openjdk-8`\. In Docker Hub, `maven:3.3.9-jdk-8`\. In Amazon ECR, `account-id.dkr.ecr.region-id.amazonaws.com/your-Amazon-ECR-repo-name:tag`\. For more information, see [Docker Images Provided by AWS CodeBuild](build-env-ref-available.md)\.
271
271
+ *computeType*: Required value\. A category corresponding to the number of CPU cores and memory used by this build environment\. Allowed values include `BUILD_GENERAL1_SMALL`, `BUILD_GENERAL1_MEDIUM`, and `BUILD_GENERAL1_LARGE`\.
272
272
+ *certificate*: Optional value\. The ARN of the AWS S3 bucket, path prefix and object key containing the PEM encoded certificate\. The object key can be either just the \.pem file or a \.zip file containing the pem encoded certificate\. For example, if your Amazon S3 bucket name is my\-bucket, your path prefix is cert, and your object key name is certificate\.pem, then acceptable formats for your *certificate* are my\-bucket/cert/certificate\.pem or arn:aws:s3:::my\-bucket/cert/certificate\.pem\.
Copy file name to clipboardExpand all lines: doc_source/sample-codedeploy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ Do not add `(root directory name)` or `(root directory name)/my-app` to the ZIP
163
163
164
164
1. To find the build output artifact after the deployment is complete, sign in to the instance and look in the `/tmp` directory for the file named `my-app-1.0-SNAPSHOT.jar`\.
165
165
166
-
## Related Resources<aname="w3ab1b9c51c31b9"></a>
166
+
## Related Resources<aname="w3ab1b9c49c31b9"></a>
167
167
+ For more information about getting started with AWS CodeBuild, see [Getting Started with AWS CodeBuild](getting-started.md)\.
168
168
+ For more information about troubleshooting problems with AWS CodeBuild, see [Troubleshooting AWS CodeBuild](troubleshooting.md)\.
169
169
+ For more information about limits in AWS CodeBuild, see [Limits for AWS CodeBuild](limits.md)\.
Copy file name to clipboardExpand all lines: doc_source/sample-docker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Running this sample may result in charges to your AWS account\. These include po
16
16
+[Directory Structure](#sample-docker-dir)
17
17
+[Files](#sample-docker-files)
18
18
+[Adapting the Sample to Push the Image to Docker Hub](#sample-docker-docker-hub)
19
-
+[Related Resources](#w3ab1b9c51b9c23)
19
+
+[Related Resources](#w3ab1b9c49b9c23)
20
20
21
21
## Running the Sample<aname="sample-docker-running"></a>
22
22
@@ -285,7 +285,7 @@ If you are using an Amazon S3 input bucket, be sure to create a ZIP file that co
285
285
286
286
1. Confirm that AWS CodeBuild successfully pushed the Docker image to the repository\. Sign in to Docker Hub, go to the repository, and choose the **Tags** tab\. The `latest` tag should contain a very recent **Last Updated** value\.
287
287
288
-
## Related Resources<aname="w3ab1b9c51b9c23"></a>
288
+
## Related Resources<aname="w3ab1b9c49b9c23"></a>
289
289
+ For more information about getting started with AWS CodeBuild, see [Getting Started with AWS CodeBuild](getting-started.md)\.
290
290
+ For more information about troubleshooting problems with AWS CodeBuild, see [Troubleshooting AWS CodeBuild](troubleshooting.md)\.
291
291
+ For more information about limits in AWS CodeBuild, see [Limits for AWS CodeBuild](limits.md)\.
Copy file name to clipboardExpand all lines: doc_source/sample-ecr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ The IAM entity that modifies this policy must have permission in IAM to modify p
113
113
114
114
1. Download the `GoOutputArtifact.zip` file to your local computer or instance, and then extract the contents of the `GoOutputArtifact.zip` file\. In the extracted contents, get the `hello` file\.
115
115
116
-
## Related Resources<a name="w3ab1b9c51b7b9"></a>
116
+
## Related Resources<a name="w3ab1b9c49b7b9"></a>
117
117
+ For more information about getting started with AWS CodeBuild, see [Getting Started with AWS CodeBuild](getting-started.md)\.
118
118
+ For more information about troubleshooting problems with AWS CodeBuild, see [Troubleshooting AWS CodeBuild](troubleshooting.md)\.
119
119
+ For more information about limits in AWS CodeBuild, see [Limits for AWS CodeBuild](limits.md)\.
Copy file name to clipboardExpand all lines: doc_source/sample-elastic-beanstalk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ In this step, you will add an Elastic Beanstalk configuration file and a build s
304
304
305
305
If you want, you can make changes to the source code and then run the eb deploy command from the same directory\. The EB CLI performs the same steps as the eb create command, but it deploys the build output to the existing environment instead of creating a new environment\.
306
306
307
-
## Related Resources<aname="w3ab1b9c51c35c15"></a>
307
+
## Related Resources<aname="w3ab1b9c49c35c15"></a>
308
308
+ For more information about getting started with AWS CodeBuild, see [Getting Started with AWS CodeBuild](getting-started.md)\.
309
309
+ For more information about troubleshooting problems with AWS CodeBuild, see [Troubleshooting AWS CodeBuild](troubleshooting.md)\.
310
310
+ For more information about limits in AWS CodeBuild, see [Limits for AWS CodeBuild](limits.md)\.
0 commit comments