PinnedMeetup and GitHub Link — 101 Days of DevOpsTwo important announcements 1: Starting from next week, I am starting the meetup group again, and it will cover each week, i.e., July 11 meetup will cover Day 1 -7 101 Days of DevOps http://100daysofdevops.com/day-100-100-days-of-devops/ The good news is starting from Topics Include(Please let me know…www.101daysofdevops.com of 101 days of DevOps (Day 1-7) - 101 Days of DevOPS Sun, Jul 11, 2021, 8:00 AM: Topics CoveredDay 1 -7: 101 Days of DevOpsFor more info, register via the below…www.meetup.comMeetup2 min readMeetup2 min read
Dec 6, 2022Can AWS Lambda Scale infinitely?We all heard these buzz words Lambda can scale infinitely. Serverless is magical, but is it true? During AWS re:invent 2022, AWS released Lambda Snapstart for java which triggered this conversation with all these cold start issues, Can Lambda scale infinitely? …AWS5 min readAWS5 min read
Dec 6, 202210 things I wish I know about EC2Today I am sharing some of the features of EC2 that I learned while using AWS for so many years. Most of you should be aware of these features, but if you learn atleast one new thing from this blog, I will believe that I have done a good job…AWS6 min readAWS6 min read
Nov 28, 2022Lesson learned while scaling Kubernetes cluster to 1000 pods in AWS EKS🤔 Why are we even discussing this topic? This look like a simple case of increasing the number of pods in the EKS cluster. Karpenter(should take care of scaling out my nodes) and horizontal pod Autoscaler(HPA) and replicaset should take care of scaling pod. If you think it’s that easy…AWS10 min readAWS10 min read
Nov 28, 2022📌 10 EKS Security Practices 📌❓Let start with the fundamental question why securing a container is challenging? The container’s lifespan is short. It may be difficult to do forensics, particularly if the compromised container is already replaced. Unlike a virtual machine where you are running the full operating system and virtualizing the x86 instruction sets…AWS3 min readAWS3 min read
Nov 28, 2022📌CI/CD Pipeline for EKS using CodeCommit, CodeBuild, CodePipeline, and Elastic Container Registry(ECR)📌👷♂️ Over the long weekend, I have decided to build a simple CI/CD pipeline so that all the changes I am pushing to my test EKS cluster should be done via an automated way rather than me pushing all the changes manually. 🔨 AWS Services used 1️⃣ CodeCommit: Simple way…AWS8 min readAWS8 min read
Nov 26, 2022📌 Which instance type to choose for AWS Elastic Kubernetes Service(EKS) workload On-demand vs. Spot instance 📌📚 To read the complete blog https://www.101daysofdevops.com/courses/100-days-of-aws/lessons/day-48/ 📖 To view the complete course https://lnkd.in/gjeGAPd2 ➡️ You can contact me via https://lnkd.in/dePjvNDw 🙋♂️This simple answer to this question is if your application can handle the interrupt, then choose Spot Instance else, go with on-demand, and that still holds true. …Cloud Computing3 min readCloud Computing3 min read
Nov 24, 2022AWS Read ReplicaWhat is a read replica? Read replicas are the secondary copies of your primary writer instance used to enhance performance and durability. They can be used in the DR scenario(by promoting it to primary), but in most cases, they are used for scaling purposes to offload the read requests from…AWS4 min readAWS4 min read
Nov 23, 2022Security Token Service(STS)AWS Security Token Service(STS) is a web service that enables you to request temporary, limited privilege credentials for IAM Users or Federated Users.STS is the service that is a building block of many identity processes within AWS. …AWS5 min readAWS5 min read
Nov 22, 2022VPC Flow Logs📚 To read the complete blog https://www.101daysofdevops.com/courses/100-days-of-aws/lessons/day-45/ 📖 To view the complete course https://lnkd.in/gjeGAPd2 ➡️ You can contact me via https://lnkd.in/dePjvNDw Virtual Private Cloud(VPC) Flow Logs allow you to capture information about IP traffic sessions processed by elastic network interfaces in your VPC. VPC Flow logs may be defined at…AWS9 min readAWS9 min read