Speeding up container image launches in AWS Fargate - Seekable OCI

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 2

  • @MrVicky89
    @MrVicky89 4 месяца назад

    It's great tool. I've reduced my container pull time from 40s to 20s. But I think option, Creating SOCI Index, should be integrated as part of the ECR container registry. Somthing simple as an option to create SOCI Index for customer.

  • @blanky_nap
    @blanky_nap Год назад

    Was excited try this solution out. Deployed the automation stack. My image is round about 8.5 Gb in size. Since lambda downloads the image to create an index and the max value of lambda‘s ephemeral storage is about 10 Gb, got an error „no space left on device“. Looks like the image should be big enough so utilizing this tool make sense, but on the other hand less than 8.5 Gb based on my experience. Any ideas how to workaround the constrain?