home.social

#ec2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ec2, aggregated by home.social.

fetched live
  1. Audit EC2 security groups for open inbound rules with AWS CLI. This snippet scans for 0.0.0.0/0 access, prints group, port, protocol, CIDR, and can optionally remove the rule. Works on Ubuntu, Debian, RHEL. #aws #ec2 #security-groups

    valtersit.com/vault/audit-secu

  2. Ah, another thrilling saga from the "Sane Engineer" 😴, who heroically endures the Herculean task of pitting #PostgreSQL against a whopping 23 #EC2 instances 💪. Spoiler alert: after endless #benchmark babble, it turns out that bigger disks and more CPUs handle data better—who would've guessed? 🙄✨
    postgres.saneengineer.com #SaneEngineer #techhumor #dataanalysis #HackerNews #ngated

  3. [Перевод] Как Reddit без потерь перенес петабайтную Kafka с EC2 на Kubernetes

    Миграция — риск даже для небольших инфраструктур. А когда у вас больше миллиарда пользователей и петабайт данных, права на ошибку нет вообще. Но выход всё равно один — грамотно спланировать переезд и... взять и сделать. В статье — о том, как Reddit перешёл на Kubernetes: почему они отказались от Amazon EC2, какие ограничения им пришлось учитывать и чем их опыт может быть полезен в других проектах.

    habr.com/ru/companies/flant/ar

    #kafka #миграция #strimzi #reddit #kraft #kubernetes #ec2 #zookeeper #репликация

  4. I wrote my first article in the #DiaryOfALazyDeveloper series 🚀

    I needed to expose a Docker Compose app for a workshop: HTTPS, custom domain, backups, teardown with one command. ECS was overkill, manual setup was fragile.

    🔮 Spoiler: one terraform apply does it all 🏗️

    In the article I describe every choice and why, driven by experience and the laziness of doing things by hand 😄

    alessandra.bilardi.net/diary/a

    #terraform #docker #aws #ec2 #DiaryOfALazyDeveloper

  5. AWS announced support for nested virtual machines within virtualized EC2 instances running KVM or Hyper-V.

    The new capability enables use cases such as application emulation & hardware simulation on supported C8i, M8i, and R8i instances.

    Find out more: bit.ly/4bhm44h

    #InfoQ #CloudComputing #EC2 #AWS

  6. Mastering AWS EC2 Networking — Public vs Private Subnets, Elastic IPs & Real-World Scenarios 🧠
    Deep dive into AWS best practices for cloud architects & DevOps engineers. Learn secure, scalable EC2 network patterns with examples.
    👉 shorturl.at/hRzL0

    #AWS #CloudComputing #DevOps #tech #ec2 #networking

  7. System Administration: Week 5: Networking I: IPv6 Basics

    In this video, we get familiar with our Big Hero IPv6, looking at the structure of the IPv6 header and IPv6 address representations.

    Since we're using AWS #EC2, remember that we have instructions for how to set up a dual-stack VPC and subnet to launch your instances in:

    netmeister.org/blog/ec2-ipv6.h

    youtu.be/wZ5cmlIlP3I

    #sysadmin #devops #sre

  8. @kabads Interesting, looks like it could work. I feel like "Launch a #Linux instance on #AWS #EC2 and log into it using #SSH" would be a straight-forward, "golden path" workflow...

  9. Unlock AWS EC2 Networking fundamentals — Public & Private subnets, Elastic IPs, real scenario use cases, and cloud architecture best practices. Written for DevOps engineers, cloud builders, and IT pros.
    shorturl.at/6p4L8

    #AWS #EC2 #CloudComputing #DevOps #Networking #ElasticIP #PublicSubnet #PrivateSubnet #CloudArchitecture #tech

  10. Please give me a reason, why #ec2 on #aws has less than 5GB tmp and 0 SWAP space? Sooner or later, you'll run into problems😞 .

    #sysadmin #linux #cloud

  11. #AWS has implemented a ~15% price increase for EC2 Capacity Blocks for ML across all regions.

    The change impacts organizations reserving dedicated GPU capacity for large-scale #ML workloads, with uniform increases across AWS’s most powerful ML instances.

    Details on #InfoQbit.ly/4sTOmZi

    #AI #EC2 #GPU #CostOptimization

  12. For some workloads, stopping may be cheaper than hibernating. Always compare.
    #aws #ec2 #tech

  13. 🚀 AWS EC2 Hibernate Explained — Faster Boot & Real-World Use Cases!
    Understand AWS EC2 Hibernate, boost launch performance, save costs & optimize cloud workloads with practical examples. Learn how this feature accelerates boot time and fits real industry use cases. 👉 shorturl.at/ACtRv

    #AWS #EC2 #CloudComputing #DevOps #AWSCommunity #CloudCosts #PerformanceOptimization #Tech

  14. #AWS announced the new Graviton5 processor and the preview of the first EC2 instances running on it, the general-purpose M9g instances.

    Up to 25% faster than Graviton4, new Nitro Isolation Engine, and larger L3 cache for better latency, memory, and networking.

    Learn more: bit.ly/4svyegb

    #CloudComputing #EC2 #InfoQ

  15. Почему традиционный контроль качества не подходит для генеративного ИИ

    ​Представьте идеального инженера технической поддержки: он мгновенно понимает суть любой, даже самой запутанной проблемы, свободно ориентируется в тысячах уникальных конфигураций клиентских систем, принимает нелинейные решения на лету и никогда не устает. Именно...

    #DST #DSTGlobal #ДСТ #ДСТГлобал #искусственныйинтеллект #контролькачества #GenAI #генеративныйии #LLM #EC2 #структураИИ

    Источник: dstglobal.ru/club/1134-pochemu

  16. Реальный кейс настройки Pod Autoscaling в k8s с точки зрения разработчика

    На носу 2026 год, а я хочу поделиться своим путешествием по переводу приложения на инфраструктуру Kubernetes. И самая сложная и интересная часть, как раз, настройка автоскейлинга. Не слишком ли заезженная тема? Думаю нет, потому что я буду рассказывать именно с позиции разработчика приложения, а не девопса. Мне повезло, я без понятия как это всё настраивается. Я буду рассказывать как это всё работает. Конфигов кубера будет минимум, рассуждений и погружений в метрики максимум. В конце оставил TL;DR. Поехали?

    habr.com/ru/articles/973936/

    #kubernetes #hpa #horizontal_pod_autoscaler #keda #ec2 #cadvisor #k8s

  17. Tag der Computersicherheit. Für uns ein Reminder: Sicherheit entsteht nicht durch Abwarten. ARA, MQC, EC2 und SCA-QS bringen neue Rechnerlogik, mobile Quantenpower, geschützte Datenverarbeitung und Quantensensorik gegen Angriffe. Zukunftssicherheit passiert nicht von allein – wir treiben sie voran. Wir sind die Pionier für digitale Sicherheit.
    #Computersicherheit #Cybersecurity #ARA #MQC #EC2 #SCAQS #Cyberagentur