CodeBuild free how to

0

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

feita há 2 anos280 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas