Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Dec 1, 2024Building a Scalable and Secure Production-Grade Architecture on AWSAWS architecture Scalable cloud infrastructure Secure AWS deployment High availability AWS AWS VPC setup Auto Scaling Group AWS AWS load balancing AWS security best practices Cloud cost efficiency Multi-AZ deployment 1. Region and Availabili...DiscussThe DevOps Cloudbook: AWS Editionaws-learnings-projects
Neha Bawaneneha1302.hashnode.dev·Nov 27, 2024Blue Green DeploymentIntroduction Blue-Green Deployment is a technique used in software deployment where two identical environments are set up. The active environment, which is serves live traffic, is called the blue environment, and the idle environment is called the gr...Discuss·57 reads#ZeroDowntimeDeployment
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 22, 2024AWS CloudFormation Template -AWS Lambda LayerIntroduction:- In modern cloud computing environments, deploying and managing serverless applications is becoming increasingly prevalent due to its scalability and cost-effectiveness. #AWS CloudFormation, a service offered by #Amazon Web Services (AW...Discussaws lambda layer
Sujith Saisujith08.hashnode.dev·Sep 19, 2024Elevate Your Go App with DevOps Practises: The Ultimate Guide to Streamlined DeploymentIntroduction: In the rapidly evolving software development world, efficient application deployment and management are key to success. This project showcases the transformation of a Go application into a highly automated, scalable, and maintainable sy...Discuss·47 readsDevops
Vikramvikramkumar.hashnode.dev·Sep 13, 2024Mastering Terraform Basics - Day 3Installing Terraform on an AWS EC2 Instance Terraform is a powerful Infrastructure as Code (IaC) tool that allows you to define and provision infrastructure using a declarative configuration language. In this article we will go through installing Ter...DiscussTerraform Zero To HeroDevops
Deepesh Guptadeepeshmlgupta.hashnode.dev·Sep 9, 202415 AWS Tools Every DevOps Engineer Should Know🚀 DevOps Adventure: 15 AWS Services Every Engineer Should Know! 🚀 AWS (Amazon Web Services) is a key player in today’s cloud computing world, and knowing its services is essential for every DevOps engineer. This blog covered a thorough look at the ...Discuss·34 readsDevops
Brandon Damuedamue.hashnode.dev·Aug 31, 2024How I cleared the AWS Certified DevOps Engineer - Professional CertificationContrary to "popular" belief that acquiring certifications play just a minute part in being a testament of the expertise an individual has gained in a particular field, I am one of those who can testify to the amount of knowledge and skills gained in...DiscussCertification
Waqas Iqbaldevopsndata.hashnode.dev·Aug 26, 2024Create an EC2 Instance with a Default Security Group and SSH Permissions Using AWS CloudFormationCloudFormation is a service provided by Amazon Web Services (AWS) that allows you to define and manage a collection of related AWS resources. It uses a declarative language (YAML or JSON) to describe the resources you want to create, modify, or delet...Discuss·39 readsAWSAWS
Abhishek Polabhishekdevops.hashnode.dev·Aug 25, 2024Learning Python for Devops day -1Hello everyone, this is Abhishek Pol, and welcome to my first blog about learning AWS DevOps. I started my journey around two months ago, and I believe it's never too late to share your experiences. Without further ado, let me share what I learned to...Discuss·2 likes·101 readsDevops
Sujith Saisujith08.hashnode.dev·Aug 19, 2024Deploying a 2048 Game Application on AWS EKSIntroduction: In this guide, we will deploy a 2048 game application on Amazon Elastic Kubernetes Service (EKS). We will use a Virtual Private Cloud (VPC) to manage network resources, an Ingress controller to handle external access, and AWS Fargate to...Discuss·124 readsAWS