AWS re:Invent started yesterday with a lot of exciting and amazing updates, here is a quick recap from Adam Selipsky's Keynote today.Amazon RDS Blue/Green Deployments is a new feature for Amazon Aurora with MySQL compatibility, Amazon RDS for MySQL, and Amazon RDS for MariaDB that enables you…
Tola Ore-Aruwaji
I'm passionate about communicating complex problems into understandable and sizeable bits. I'm also a big advocate for building and contributing to Open-source projects.
AWS re:Invent 2022 Day 1
AWS re:Invent started today. The year’s biggest Cloud event is being held across multiple sites in Las Vegas, NV from Mon, Nov 28, 2022 to Fri, Dec 2, 2022.Here are a few announcements today from the AWS team before Adam Selipsky's Keynote tomorrow. New – Amazon ECS Service…
Kubernetes Security Best Practices
In this article, we'll look at the best practices for securing your workloads on Kubernetes. Always create minimal images for your application: Remove packages and dependencies you don’t need in your software package to reduce the size. Most containerized images use Debian or Ubuntu as the base image. These…
Improving DevOps Team Performance using DORA Metrics and CTO.ai
What’s the business value of DORA metrics, and how are organizations and teams using them? We recently organized a webinar on how you can improve performance in your organization using DORA Metrics and GitHub. Let’s review the key takeaways in this post:Why and How to Measure Software…
What is Infrastructure as Code?
Historically, managing IT workloads and infrastructure was a manual and challenging process. Organizations and developers had to physically install and configure servers, machines, and hardware, which was expensive, time-consuming, and inconsistent. In traditional infra provisioning, the developer will have to go through a series of manual steps like setting up…
Application Load Balancer on Amazon EKS
In traditional networking, applications and services talk to each other over IP addresses. IP addressing can be changed, and you might lose connections and incoming requests when it’s modified. It’s better to use DNS in the Networking world. DNS (Domain Name System) gives you a name to resolve…