Aflevering 68: How an outage sparked a full rethink of Essent’s cloud architecture

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025
  • In episode 68, Ronald and Jan chat with Nicolas Braga from Essent about how a major service outage, caused by a surge in traffic during the Ukraine war and rising energy prices, led to a full rethinking of Essent’s cloud architecture.
    Nicolas explains how they shifted their strategy to increase team ownership and why they chose AWS Lambda over Kubernetes. He highlights Lambda’s advantages, such as auto-scaling, cost-efficiency, and simplified management, which allows Essent to innovate faster without worrying about infrastructure complexity.
    The episode explores how these changes align with Essent’s goal to become a leading energy tech company.
  • НаукаНаука

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

  • @edikmkoyan
    @edikmkoyan 3 месяца назад +1

    The concept of information hiding also helps to set proper domain boundaries, thus your services become loosly coupled. There is another solution tough, called reporting database.

  • @edikmkoyan
    @edikmkoyan 3 месяца назад +1

    Why did they choose to serve millions of requests with lambdas?

  • @edikmkoyan
    @edikmkoyan 3 месяца назад +1

    Honestly lambdas make sense only when something needs to be tested quickly in a very early stage of any project.
    Lambda spin up an entire environment to serve a tiny number of requests, in most cases it is 1.

  • @edikmkoyan
    @edikmkoyan 3 месяца назад +1

    even when the exact volume of the load is hard to predict but it does not drop to 0, lambda should not be used.