View a markdown version of this page

Crea modalità e tipi di elaborazione dell'ambiente - AWS CodeBuild

Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.

Crea modalità e tipi di elaborazione dell'ambiente

In CodeBuild, puoi specificare l'immagine dell'ambiente di calcolo e di runtime CodeBuild utilizzata per eseguire le tue build. Compute si riferisce al motore di elaborazione (CPU, memoria e sistema operativo) gestito e gestito da. CodeBuild Un'immagine dell'ambiente di runtime è un'immagine del contenitore che viene eseguita sulla piattaforma di elaborazione prescelta e include strumenti aggiuntivi di cui la build potrebbe aver bisogno, come il. AWS CLI

Informazioni sull'elaborazione

CodeBuild offre le modalità EC2 e di AWS Lambda calcolo. EC2 offre una flessibilità ottimizzata durante la compilazione e AWS Lambda offre velocità di avvio ottimizzate. AWS Lambda supporta build più veloci grazie a una minore latenza di avvio. AWS Lambda inoltre si ridimensiona automaticamente, quindi le build non attendono in coda per essere eseguite. Per ulteriori informazioni, consulta Run si basa su AWS Lambda calcolo.

Con la modalità di calcolo EC2, puoi eseguire le tue build con flotte di capacità su richiesta o riservate. Per le flotte on-demand, puoi selezionare tipi di elaborazione predefiniti come o. BUILD_GENERAL1_SMALL BUILD_GENERAL1_LARGE Per ulteriori informazioni, consulta Informazioni sui tipi di ambiente su richiesta. Per i parchi di capacità riservati, puoi selezionare le tue configurazioni di elaborazione, tra cui vCPU, memoria e spazio su disco. Dopo aver specificato le configurazioni, CodeBuild sceglierà un tipo di elaborazione supportato che soddisfi i tuoi requisiti. Per ulteriori informazioni, consulta Informazioni sui tipi di ambiente con capacità riservata.

Informazioni sui tipi di ambiente con capacità riservata

AWS CodeBuild fornisce tipi di ambiente Linux x86, Arm, GPU, Windows e macOS per flotte di capacità riservata. La tabella seguente mostra il tipo di computer disponibile, la memoria, le vCPU e lo spazio su disco ordinati per regione:

US East (N. Virginia)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
GPU Linux 4 16 GiB 235 GB (SSD) NVME reserved.gpu.4cpu.16gib.nvme
GPU Linux 8 32 GiB 435 GB (SSD) NVME reserved.gpu.8cpu.32gib.nvme
GPU Linux 16 64 GiB 585 GB (SSD) NVME reserved.gpu.16cpu.64gib.nvme
GPU Linux 32 128 GiB 85 GB (SSD) NVME reserved.gpu.32cpu.128gib.nvme
GPU Linux 48 192 GiB 3785 GB (SSD) NVME reserved.gpu.48cpu.192gib.nvme
GPU Linux 64 256 GiB 185 GB (SSD) NVME reserved.gpu.64cpu.256gib.nvme
GPU Linux 96 384 GiB 3785 GB (SSD) NVME reserved.gpu.96cpu.384gib.nvme
macOS 8 24 GiB 128 GB GENERAL reserved.arm.m2.8cpu.24gib
macOS 12 32 GiB 256 GB GENERAL reserved.arm.m2.12cpu.32gib
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

US East (Ohio)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
GPU Linux 4 16 GiB 235 GB (SSD) NVME reserved.gpu.4cpu.16gib.nvme
GPU Linux 8 32 GiB 435 GB (SSD) NVME reserved.gpu.8cpu.32gib.nvme
GPU Linux 16 64 GiB 585 GB (SSD) NVME reserved.gpu.16cpu.64gib.nvme
GPU Linux 32 128 GiB 85 GB (SSD) NVME reserved.gpu.32cpu.128gib.nvme
GPU Linux 48 192 GiB 3785 GB (SSD) NVME reserved.gpu.48cpu.192gib.nvme
macOS 8 24 GiB 128 GB GENERAL reserved.arm.m2.8cpu.24gib
macOS 12 32 GiB 256 GB GENERAL reserved.arm.m2.12cpu.32gib
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

US West (N. California)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 824 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

US West (Oregon)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
GPU Linux 4 16 GiB 235 GB (SSD) NVME reserved.gpu.4cpu.16gib.nvme
GPU Linux 8 32 GiB 435 GB (SSD) NVME reserved.gpu.8cpu.32gib.nvme
GPU Linux 16 64 GiB 585 GB (SSD) NVME reserved.gpu.16cpu.64gib.nvme
GPU Linux 32 128 GiB 85 GB (SSD) NVME reserved.gpu.32cpu.128gib.nvme
GPU Linux 48 192 GiB 3785 GB (SSD) NVME reserved.gpu.48cpu.192gib.nvme
GPU Linux 64 256 GiB 185 GB (SSD) NVME reserved.gpu.64cpu.256gib.nvme
macOS 8 24 GiB 128 GB GENERAL reserved.arm.m2.8cpu.24gib
macOS 12 32 GiB 256 GB GENERAL reserved.arm.m2.12cpu.32gib
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Asia Pacific (Tokyo)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
GPU Linux 4 16 GiB 235 GB (SSD) NVME reserved.gpu.4cpu.16gib.nvme
GPU Linux 8 32 GiB 435 GB (SSD) NVME reserved.gpu.8cpu.32gib.nvme
GPU Linux 48 192 GiB 3785 GB (SSD) NVME reserved.gpu.48cpu.192gib.nvme
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Asia Pacific (Malaysia)
Tipo di ambiente vCPU Memoria Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB GENERAL reserved:arm.g1.small
ARM 4 8 GiB GENERAL reserved:arm.g1.medium
ARM 8 16 GiB GENERAL reserved:arm.g1.large
ARM 32 64 GiB GENERAL reserved:arm.g1.xlarge
ARM 48 96 GiB GENERAL reserved:arm.g1.2xlarge
Linux 2 4 GiB GENERAL reserved:x86-64.g1.small
Linux 4 8 GiB GENERAL reserved:x86-64.g1.medium
Linux 8 16 GiB GENERAL reserved:x86-64.g1.large

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Asia Pacific (New Zealand)
Tipo di ambiente vCPU Memoria Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB GENERAL reserved:arm.g1.small
ARM 4 8 GiB GENERAL reserved:arm.g1.medium
ARM 8 16 GiB GENERAL reserved:arm.g1.large
ARM 32 64 GiB GENERAL reserved:arm.g1.xlarge
ARM 48 96 GiB GENERAL reserved:arm.g1.2xlarge
Linux 2 4 GiB GENERAL reserved:x86-64.g1.small
Linux 4 8 GiB GENERAL reserved:x86-64.g1.medium
Linux 8 16 GiB GENERAL reserved:x86-64.g1.large

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Asia Pacific (Thailand)
Tipo di ambiente vCPU Memoria Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB GENERAL reserved:arm.g1.small
ARM 4 8 GiB GENERAL reserved:arm.g1.medium
ARM 8 16 GiB GENERAL reserved:arm.g1.large
ARM 32 64 GiB GENERAL reserved:arm.g1.xlarge
ARM 48 96 GiB GENERAL reserved:arm.g1.2xlarge
Linux 2 4 GiB GENERAL reserved:x86-64.g1.small
Linux 4 8 GiB GENERAL reserved:x86-64.g1.medium
Linux 8 16 GiB GENERAL reserved:x86-64.g1.large

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Asia Pacific (Mumbai)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
GPU Linux 4 16 GiB 235 GB (SSD) NVME reserved.gpu.4cpu.16gib.nvme
GPU Linux 8 32 GiB 435 GB (SSD) NVME reserved.gpu.8cpu.32gib.nvme
GPU Linux 16 64 GiB 585 GB (SSD) NVME reserved.gpu.16cpu.64gib.nvme
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Asia Pacific (Singapore)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, consulta https://aws.amazon.com/codebuild/pricing/.

Asia Pacific (Sydney)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
GPU Linux 4 16 GiB 235 GB (SSD) NVME reserved.gpu.4cpu.16gib.nvme
GPU Linux 8 32 GiB 435 GB (SSD) NVME reserved.gpu.8cpu.32gib.nvme
GPU Linux 16 64 GiB 585 GB (SSD) NVME reserved.gpu.16cpu.64gib.nvme
GPU Linux 48 192 GiB 3785 GB (SSD) NVME reserved.gpu.48cpu.192gib.nvme
macOS 8 24 GiB 128 GB GENERAL reserved.arm.m2.8cpu.24gib
macOS 12 32 GiB 256 GB GENERAL reserved.arm.m2.12cpu.32gib
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Europe (Frankfurt)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
GPU Linux 4 16 GiB 235 GB (SSD) NVME reserved.gpu.4cpu.16gib.nvme
GPU Linux 8 32 GiB 435 GB (SSD) NVME reserved.gpu.8cpu.32gib.nvme
GPU Linux 16 64 GiB 585 GB (SSD) NVME reserved.gpu.16cpu.64gib.nvme
GPU Linux 32 128 GiB 85 GB (SSD) NVME reserved.gpu.32cpu.128gib.nvme
GPU Linux 48 192 GiB 3785 GB (SSD) NVME reserved.gpu.48cpu.192gib.nvme
macOS 8 24 GiB 128 GB GENERAL reserved.arm.m2.8cpu.24gib
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Europe (Ireland)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM 64 128 GiB 824 GB GENERAL reserved.arm.64cpu.128gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
GPU Linux 4 16 GiB 235 GB (SSD) NVME reserved.gpu.4cpu.16gib.nvme
GPU Linux 8 32 GiB 435 GB (SSD) NVME reserved.gpu.8cpu.32gib.nvme
GPU Linux 16 64 GiB 585 GB (SSD) NVME reserved.gpu.16cpu.64gib.nvme
GPU Linux 32 128 GiB 85 GB (SSD) NVME reserved.gpu.32cpu.128gib.nvme
GPU Linux 48 192 GiB 3785 GB (SSD) NVME reserved.gpu.48cpu.192gib.nvme
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

South America (São Paulo)
Tipo di ambiente vCPU Memoria Spazio su disco Tipo di macchina Tipo di istanza di calcolo
ARM 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
ARM 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
ARM 16 32 GiB 256 GB GENERAL reserved.arm.16cpu.32gib
ARM 32 64 GiB 256 GB GENERAL reserved.arm.32cpu.64gib
ARM 48 96 GiB 512 GB GENERAL reserved.arm.48cpu.96gib
ARM EC2 2 4 GiB 64 GB GENERAL reserved.arm.2cpu.4gib
ARM EC2 4 8 GiB 128 GB GENERAL reserved.arm.4cpu.8gib
BRACCIO EC2 8 16 GiB 128 GB GENERAL reserved.arm.8cpu.16gib
Linux 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Linux 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Linux 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Linux 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Linux 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Linux 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Linux 48 96 GiB 824 GB (SSD) NVME reserved.x86-64.48cpu.96gib.nvme
Linux 72 144 GiB 824 GB (SSD) NVME reserved.x86-64.72cpu.144gib.nvme
Linux EC2 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Linux EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Linux EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 2 4 GiB 64 GB GENERAL reserved.x86-64.2cpu.4gib
Windows 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib
Windows 16 32 GiB 256 GB GENERAL reserved.x86-64.16cpu.32gib
Windows 32 64 GiB 256 GB GENERAL reserved.x86-64.32cpu.64gib
Windows 36 72 GiB 256 GB GENERAL reserved.x86-64.36cpu.72gib
Windows 48 96 GiB 512 GB GENERAL reserved.x86-64.48cpu.96gib
Windows 64 128 GiB 512 GB GENERAL reserved.x86-64.64cpu.128gib
Windows 72 144 GiB 824 GB GENERAL reserved.x86-64.72cpu.144gib
Windows 96 192 GiB 824 GB GENERAL reserved.x86-64.96cpu.192gib
Windows EC2 4 8 GiB 128 GB GENERAL reserved.x86-64.4cpu.8gib
Windows EC2 8 16 GiB 128 GB GENERAL reserved.x86-64.8cpu.16gib

Per ulteriori informazioni sull'identificativo dei prezzi, vedere. https://aws.amazon.com/codebuild/pricing/

Per scegliere un tipo di calcolo:

Nota

Per gli AWS SDK AWS CLI e gli SDK, puoi comunque utilizzare computeType input comeBUILD_GENERAL1_SMALL, per scegliere i tipi di calcolo invece di. ATTRIBUTE_BASED_COMPUTE Per ulteriori informazioni, consulta Informazioni sui tipi di ambiente su richiesta.

Famiglie di istanza supportate

AWS CodeBuild supporta le seguenti istanze per flotte di capacità riservata:

  • Uso generale: M5 | M5a | M5ad | M5d | M5dn | M5n | M5zn | M6a | M6g | M6gd | M6i | M6id | M6idn | M6in | M7a | M7g | M7gd | M7i | | M8g | T3 | T3a | T4g M7i-flex

  • Ottimizzato per il calcolo: C5 | C5a | C5ad | C5d | C5n | C6a | C6g | C6gd | C6gn | C6i | C6id | C6in | C7a | C7g | C7gd | C7gn | C7i | C7i-flex | C8g

  • Memoria ottimizzata: R5 | R5a | R5ad | R5b | R5d | R5dn | R5n | R6a | R6g | R6gd | R6i | R6idn | R6in | R6id | R7a | R7g | R7gd | R7i | R7iz | | | | | | | | | | X1 | X1e U-3tb1 U-6tb1 | X2gd U-9tb1 U-12tb1 U-18tb1 U-24tb1 | X2idn U7i-6tb U7i-8tb U7i-12tb U7in-16tb U7in-24tb | U7in-32tb X2iEden | X2iezn | X8g | z1d

  • Archiviazione ottimizzata: D3 | D3en | I3 | i3en | i4G | i4i | i7iE | i8G | IM4GN | Is4gen

  • Calcolo accelerato: DL1 | DL2q | F1 | F2 | G4ad | G4dn | G5 | G5g | G6 | G6e | Gr6 | Inf1 | Inf1 | Inf2 | P3 | P3dn | P4d | P5 | P5e | P5en | Trn1 | Trn1n | Trn2 | VT1

  • High-performance elaborazione: HPC6a | HPC6id | HPC7a | HPC7g

  • Generazione precedente: A1

Per creare un parco di capacità riservato con un tipo di istanza specifico:

  • Nella CodeBuild console, nella pagina di configurazione del parco macchine Compute, vai alla sezione Configurazione della capacità. Nella modalità di selezione Compute, seleziona Input manuale e in Tipo di istanza Compute scegli uno dei tipi di istanza dal menu a discesa. Per ulteriori informazioni, consulta Crea un parco di capacità riservato.

  • Per farlo AWS CLI, esegui il update-fleet comando create-fleet or, specificando il valore di computeType to CUSTOM_INSTANCE_TYPE e to del tipo di istanza specificato ComputeConfigurationinstanceType. Per ulteriori informazioni, vedere create-fleet o update-fleet. https://docs.aws.amazon.com/cli/latest/reference/codebuild/update-fleet.html

  • Per gli AWS SDK, richiama l'equivalente dell'UpdateFleetoperazione CreateFleet or per il linguaggio di programmazione di destinazione, specificando il valore di to CUSTOM_INSTANCE_TYPE e the computeType to per il tipo di istanza specificato. ComputeConfiguration instanceType Per ulteriori informazioni, consulta AWS Riferimento agli SDK e agli strumenti.

Informazioni sui tipi di ambiente su richiesta

AWS CodeBuild fornisce ambienti di compilazione con la seguente memoria disponibile, vCPU e spazio su disco per la modalità di elaborazione EC2:

Tipo di calcolo Valore ComputeType dell'ambiente Valore del tipo di ambiente Memoria vCPU Spazio su disco
ARM Small ¹ BUILD_GENERAL1_SMALL

ARM_CONTAINER

ARM_EC2

4 GiB 2 64 GB
ARM Medio ¹ BUILD_GENERAL1_MEDIUM

ARM_CONTAINER

ARM_EC2

8 GiB 4 128 GB
ARM Large ¹ BUILD_GENERAL1_LARGE

ARM_CONTAINER

ARM_EC2

16 GiB 8 128 GB
BRACCIO XLarge ¹ BUILD_GENERAL1_XLARGE ARM_CONTAINER 64 GiB 32 256 GB
BRACCIO 2XLarge ¹ BUILD_GENERAL1_2XLARGE ARM_CONTAINER 96 GiB 48 824 GB
Linux Small ¹ BUILD_GENERAL1_SMALL

LINUX_CONTAINER

LINUX_EC2

4 GiB 2 64 GB
Linux Medium ¹ BUILD_GENERAL1_MEDIUM

LINUX_CONTAINER

LINUX_EC2

8 GiB 4 128 GB
Linux Large ¹ BUILD_GENERAL1_LARGE

LINUX_CONTAINER

LINUX_EC2

16 GiB 8 128 GB
Linux XLarge ¹ BUILD_GENERAL1_XLARGE LINUX_CONTAINER 72 GiB 36 256 GB
Linux 2xLarge BUILD_GENERAL1_2XLARGE LINUX_CONTAINER 144 GiB 72 824 GB (SSD)
GPU Linux di piccole dimensioni BUILD_GENERAL1_SMALL LINUX_GPU_CONTAINER 16 GiB 4 235 GB (SSD)
GPU Linux di grandi dimensioni BUILD_GENERAL1_LARGE LINUX_GPU_CONTAINER 255 GiB 32 50 GB
Windows Medium ¹ BUILD_GENERAL1_MEDIUM

WINDOWS_SERVER_2019_CONTAINER

WINDOWS_SERVER_2022_CONTAINER

WINDOWS_EC2

8 GiB 4 128 GB
Windows Large ¹ BUILD_GENERAL1_LARGE

WINDOWS_SERVER_2019_CONTAINER

WINDOWS_SERVER_2022_CONTAINER

WINDOWS_EC2

16 GiB 8 128 GB
Windows XLarge ¹ BUILD_GENERAL1_XLARGE

WINDOWS_SERVER_2022_CONTAINER

72 GiB 36 256 GB
Windows 2xLarge ¹ BUILD_GENERAL1_2XLARGE

WINDOWS_SERVER_2022_CONTAINER

144 GiB 72 824 GB

¹ L'ultima versione di questo tipo di immagine è memorizzata nella cache. Se si specifica una versione più specifica, esegue il CodeBuild provisioning di tale versione anziché di quella memorizzata nella cache. Ciò può comportare tempi di build più lunghi. Ad esempio, per beneficiare della memorizzazione nella cache, specificare aws/codebuild/amazonlinux-x86_64-standard:5.0 invece di una versione più granulare, ad esempio aws/codebuild/amazonlinux-x86_64-standard:5.0-1.0.0.

AWS CodeBuild fornisce agli ambienti di compilazione la memoria e lo spazio su disco disponibili seguenti per la modalità di AWS Lambda calcolo:

Tipo di calcolo Valore ComputeType dell'ambiente Valore del tipo di ambiente Memoria Spazio su disco
ARM Lambda 1 GB BUILD_LAMBDA_1GB ARM_LAMBDA_CONTAINER 1 GiB 10 GB
ARM Lambda 2 GB BUILD_LAMBDA_2GB ARM_LAMBDA_CONTAINER 2 GiB 10 GB
ARM Lambda 4 GB BUILD_LAMBDA_4GB ARM_LAMBDA_CONTAINER 4 GiB 10 GB
ARM Lambda 8 GB BUILD_LAMBDA_8GB ARM_LAMBDA_CONTAINER 8 GiB 10 GB
ARM Lambda 10 GB BUILD_LAMBDA_10GB ARM_LAMBDA_CONTAINER 10 GiB 10 GB
Linux Lambda 1 GB BUILD_LAMBDA_1GB LINUX_LAMBDA_CONTAINER 1 GiB 10 GB
Linux Lambda 2 GB BUILD_LAMBDA_2GB LINUX_LAMBDA_CONTAINER 2 GiB 10 GB
Linux Lambda 4 GB BUILD_LAMBDA_4GB LINUX_LAMBDA_CONTAINER 4 GiB 10 GB
Linux Lambda 8 GB BUILD_LAMBDA_8GB LINUX_LAMBDA_CONTAINER 8 GiB 10 GB
Linux Lambda 10 GB BUILD_LAMBDA_10GB LINUX_LAMBDA_CONTAINER 10 GiB 10 GB

Quando si utilizzano altri tipi di ambiente, si consiglia di utilizzare un'immagine memorizzata nella cache per ridurre i tempi di compilazione.

Lo spazio su disco specifico per ciascun ambiente di compilazione è disponibile solo nella directory definita dalla variabile di ambiente CODEBUILD_SRC_DIR.

Per scegliere un tipo di calcolo:

Alcuni tipi di ambiente e calcolo presentano limitazioni di disponibilità a livello di regione:

  • Il tipo di elaborazione Linux GPU Small (LINUX_GPU_CONTAINER) è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Tokyo)

    • Canada (Centrale)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Europa (Londra)

  • Il tipo di elaborazione Linux GPU Large (LINUX_GPU_CONTAINER) è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Ohio)

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Seul)

    • Asia Pacifico (Sydney)

    • Asia Pacifico (Tokyo)

    • Canada (Centrale)

    • Cina (Pechino)

    • Cina (Ningxia)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Europa (Londra)

  • Il tipo di calcolo BUILD_GENERAL1_2XLARGE è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Ohio)

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti occidentali (California settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Hyderabad)

    • Asia Pacifico (Hong Kong)

    • Asia Pacifico (Giacarta)

    • Asia Pacifico (Melbourne)

    • Asia Pacifico (Mumbai)

    • Asia Pacifico (Seoul)

    • Asia Pacifico (Singapore)

    • Asia Pacifico (Sydney)

    • Asia Pacifico (Tokyo)

    • Canada (Centrale)

    • Cina (Pechino)

    • Cina (Ningxia)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Europa (Londra)

    • Europa (Parigi)

    • Europa (Spagna)

    • Europa (Stoccolma)

    • Europa (Zurigo)

    • Israele (Tel Aviv)

    • Medio Oriente (Bahrein)

    • Medio Oriente (Emirati Arabi Uniti)

    • Sud America (San Paolo)

  • Il tipo di ambiente ARM_CONTAINER è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Ohio)

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti occidentali (California settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Hong Kong)

    • Asia Pacifico (Giacarta)

    • Asia Pacifico (Hyderabad)

    • Asia Pacifico (Malesia)

    • Asia Pacifico (Mumbai)

    • Asia Pacifico (Nuova Zelanda)

    • Asia Pacifico (Osaka)

    • Asia Pacifico (Seoul)

    • Asia Pacifico (Singapore)

    • Asia Pacifico (Sydney)

    • Asia Pacifico (Thailandia)

    • Asia Pacifico (Tokyo)

    • Canada (Centrale)

    • Cina (Pechino)

    • Cina (Ningxia)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Europa (Londra)

    • Europa (Milano)

    • Europa (Parigi)

    • Europa (Spagna)

    • Europa (Stoccolma)

    • Israele (Tel Aviv)

    • Medio Oriente (Bahrein)

    • Medio Oriente (Emirati Arabi Uniti)

    • Sud America (San Paolo)

  • Il tipo di ambiente WINDOWS_SERVER_2022_CONTAINER è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Ohio)

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Sydney)

    • Asia Pacifico (Tokyo)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Sud America (San Paolo)

  • Il tipo di ambiente LINUX_EC2 (BUILD_GENERAL1_SMALLBUILD_GENERAL1_MEDIUM,,BUILD_GENERAL1_LARGE) è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Ohio)

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti occidentali (California settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Africa (Città del Capo)

    • Asia Pacifico (Hong Kong)

    • Asia Pacifico (Giacarta)

    • Asia Pacifico (Melbourne)

    • Asia Pacifico (Hyderabad)

    • Asia Pacifico (Malesia)

    • Asia Pacifico (Mumbai)

    • Asia Pacifico (Nuova Zelanda)

    • Asia Pacifico (Osaka)

    • Asia Pacifico (Seoul)

    • Asia Pacifico (Singapore)

    • Asia Pacifico (Sydney)

    • Asia Pacifico (Thailandia)

    • Asia Pacifico (Tokyo)

    • Canada (Centrale)

    • Cina (Pechino)

    • Cina (Ningxia)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Europa (Londra)

    • Europa (Milano)

    • Europa (Parigi)

    • Europa (Spagna)

    • Europa (Stoccolma)

    • Europa (Zurigo)

    • Israele (Tel Aviv)

    • Medio Oriente (Bahrein)

    • Medio Oriente (Emirati Arabi Uniti)

    • Sud America (San Paolo)

    • AWS GovCloud (US-West)

    • AWS GovCloud (US-East)

  • Il tipo di ambiente ARM_EC2 (BUILD_GENERAL1_SMALLBUILD_GENERAL1_MEDIUM,,BUILD_GENERAL1_LARGE) è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Ohio)

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti occidentali (California settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Hong Kong)

    • Asia Pacifico (Giacarta)

    • Asia Pacifico (Hyderabad)

    • Asia Pacifico (Malesia)

    • Asia Pacifico (Mumbai)

    • Asia Pacifico (Nuova Zelanda)

    • Asia Pacifico (Osaka)

    • Asia Pacifico (Seul)

    • Asia Pacifico (Thailandia)

    • Asia Pacifico (Singapore)

    • Asia Pacifico (Sydney)

    • Asia Pacifico (Tokyo)

    • Canada (Centrale)

    • Cina (Pechino)

    • Cina (Ningxia)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Europa (Londra)

    • Europa (Milano)

    • Europa (Parigi)

    • Europa (Spagna)

    • Europa (Stoccolma)

    • Europa (Zurigo)

    • Israele (Tel Aviv)

    • Medio Oriente (Bahrein)

    • Sud America (San Paolo)

    • AWS GovCloud (US-West)

    • AWS GovCloud (US-East)

  • Il tipo di ambiente WINDOWS_EC2 (BUILD_GENERAL1_MEDIUM,BUILD_GENERAL1_LARGE) è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Ohio)

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Sydney)

    • Asia Pacifico (Tokyo)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Sud America (San Paolo)

  • La modalità di calcolo AWS Lambda (ARM_LAMBDA_CONTAINEReLINUX_LAMBDA_CONTAINER) è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti orientali (Ohio)

    • Stati Uniti occidentali (California settentrionale)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Mumbai)

    • Asia Pacifico (Singapore)

    • Asia Pacifico (Sydney)

    • Asia Pacifico (Tokyo)

    • Europa (Francoforte)

    • Europa (Irlanda)

    • Sud America (San Paolo)

  • La modalità di calcolo MAC_ARM è disponibile solo nelle seguenti regioni:

    • Stati Uniti orientali (Virginia settentrionale)

    • Stati Uniti orientali (Ohio)

    • Stati Uniti occidentali (Oregon)

    • Asia Pacifico (Sydney)

    • Europa (Francoforte)

Per il tipo di calcolo BUILD_GENERAL1_2XLARGE, sono supportate le immagini Docker fino a 100 GB non compresse.

Nota

Per le immagini dell'ambiente di compilazione personalizzate, CodeBuild supporta immagini Docker fino a 50 GB non compresse in Linux e Windows, indipendentemente dal tipo di elaborazione. Per controllare la dimensione dell'immagine di compilazione, utilizzare Docker per eseguire il comando docker images REPOSITORY:TAG.

Puoi usare Amazon EFS per accedere a più spazio nel tuo contenitore di compilazione. Per ulteriori informazioni, consulta Esempio di Amazon Elastic File System per AWS CodeBuild. Se si desidera manipolare lo spazio su disco del container durante la compilazione, la compilazione deve essere eseguita in modalità privilegiata.

Nota

Per impostazione predefinita, il demone Docker è abilitato per le build non VPC. Se desideri utilizzare i contenitori Docker per le build VPC, consulta Runtime Privilege and Linux Capabilities sul sito Web Docker Docs e abilita la modalità privilegiata. Inoltre, Windows non supporta la modalità privilegiata.