SSSukhpreet Singhinsukhpreet.hashnode.dev·Jun 24, 2023 · 6 min readAWS Route 53 - The Easy Way!Route 53 name refers to port number 53 used for DNS traffic.firstly Firstly let's understand, What are DNS & DNS Records? DNS stands for Domain Name System. It resolves or translates the Domain name to its corresponding IP address or we can say, map ...00
SSSukhpreet Singhinsukhpreet.hashnode.dev·Apr 23, 2023 · 5 min readGitOps and Argo CD: A Beginner's GuideGitOps is a modern approach to managing software delivery using Git as the single source of truth. It helps teams to simplify and automate the software development life cycle (SDLC) and achieve continuous delivery. Argo CD is an open-source GitOps to...00
SSSukhpreet Singhinsukhpreet.hashnode.dev·Mar 30, 2023 · 4 min readAWS CloudFormation: Simplifying Infrastructure as CodeFirst of all, we need to understand what is Infrastructure As Code(IAC). "It is a DevOps practice that involves automating the process of deploying and managing IT infrastructure through version-controlled configuration files." In other words, IAC is...00
SSSukhpreet Singhinsukhpreet.hashnode.dev·Mar 27, 2023 · 8 min readMastering AWS VPC: The Ultimate Guide to Building a Secure and Scalable Network InfrastructureStarting with an example; Suppose you are living in your house and it consisted of 5 rooms. Of that 5 rooms, one is your personal room which nobody interferes with, no one has access to that room other than you i.e. you are the owner of that room you...00
SSSukhpreet Singhinsukhpreet.hashnode.dev·Mar 26, 2023 · 4 min readAWS Lambda - The Easy Way !First, we need to understand what is lambda function and serverless. What is AWS Lambda function? A lambda function is simply a code that you upload to AWS Lambda and it runs automatically when an event occurs. For example, when we push any object or...01K