CodeBuild free how to

0

The free account permit using the build.general1.small, but, how can i select it?

質問済み 2年前280ビュー
1回答
0

This can be specified by expanding the Additional Configuration section underneath Environment when you create a build project in the console. For the Compute option, select 3 GB memory, 2 vCPUs, which is the build.general1.small type. https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html

This can also be specified using CloudFormation like:

Project:
  Type: AWS::CodeBuild::Project
  Properties:
    Environment:
      ComputeType: BUILD_GENERAL1_SMALL

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-project.html

Ed
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ