Is it possible to access/create other instance sizes

0

Hello, i guess this is more of a feature request than a question. In any case, the instance sizes available for Linux (small, medium, large) follow the typical pattern of each being roughly 2x CPU and Mem larger than the prior one. However, there's a huge gap between the large and the only next available size, the 2xlarge. Which is ~10x larger (145 vs 15 Gb RAM, 72 vs 8 cpu), and ~10x more expensive. While almost all of our builds are just fine on the medium or large instances, we run some security scanning tools that for one of our larger projects needs more horsepower, but not 10x more. So we're in a situation where we run builds for dozens of projects, but the single project that has to use the 2xlarge ends up representing something like 90% of our CodeBuild charges.

Having a few more instance sizes between large and 2xlarge (e.g. 32Gb ram/16 CPU, 64Gb Ram/32 Cpu) would make this more manageable for us, and I've seen comments /complaints about this elsewhere from other users. I imagine that just adding these new sizes would be the easiest fix in the short term. However, it might be nice to eventually just allow for execution on arbitrary instance types. With perhaps some setup/prereqs along the lines of what's necessary to create custom build images.

For example, for our one outlier project, there are certain aspects of the security scanning phase that are single threaded, so having the fastest possible CPU speeds things up considerably. We manually tested that build on a z1d class instance and saw much better results.

posta 2 anni fa231 visualizzazioni
1 Risposta
0

Yes as you have checked, you can't create custom instance sizing on Amazon EC2.

z1d.3xlarge (12 vCPU - 96 GiB RAM) and i3en.3xlarge (12 vCPU - 96 GiB RAM) are memory and storage optimized instance types having vCPU between 8 16 - which you also already mentioned as z1d. Both has local Instance Store (SSD) for high IO/throughput local store requirements.

In case you are looking for optimize Licensing like disabling Intel HT, which is possible - please refer Optimize_CPUs

profile pictureAWS
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande