Zorky CRMZorky CRM
EN|RU
@ekaterinovikova
Все вакансии

Storage types that trip up engineers...explained simply

ENСкор undefined/1002нед назад
Аналитика рынка
📊 DevOps / SRE: зарплаты и спрос на рынке
Стек
awsdevops
Откликнуться
Загрузите резюме — мы свяжем вас с работодателем напрямую через нашу базу.
Отправить резюме →
Описание
Storage types that trip up engineers...explained simply After working with a lot of AWS environments I still see engineers mixing these up regularly. EBS vs EFS vs S3 they're not interchangeable. EBS is a hard drive attached to one EC2 instance. Fast, low latency, lives and dies with that instance. EFS is a shared network drive. Multiple instances can read and write simultaneously. Great for shared filesystems across containers or services. S3 is object storage. Not a filesystem at all. Store files, retrieve them by URL. Infinitely scalable but not meant for live application reads. The mistake I see most: teams use EBS when they need shared access across multiple instances and wonder why it doesn't work. Or they treat S3 like a filesystem and hit latency issues. [link] [handle]
Контакты работодателя (email/phone/telegram) скрыты из публичного превью — отправьте резюме, чтобы мы связали вас напрямую.
Срочный вопрос? Напишите @ekaterinovikova