Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...Discuss·2 likes·95 readsKubernetes
Anshul Tiwaricsanshul.hashnode.dev·Sep 27, 2024AWS Outage : Cloud VulnerabilityImpacted Services: Elastic Load Balancer (ELB), Elastic Container Services and other services that were dependent on ELB. Root Cause: A change in network configuration caused accumulation of registration and de-registration events for load balancers ...DiscussVulnerability Assessment in Cloud
Shivam Sonishivtrent.hashnode.dev·Sep 19, 2024Building a 3 tier web application with AWS infrastructureIntro When building a cloud-based application, the underlying architecture and environment are just as critical as the application itself. There are many considerations when deciding on the proper architecture of your app: Scalability: How easily an...DiscussAWS
Rahul wathblog.aws-devops.blog·Aug 26, 2024AWS Best Practices - Part 3In this blog, we will cover key practices for managing EC2, VPC, ELB, RDS, and Elastic Cache in AWS. We will discuss the importance of tagging resources for better organization, using termination protection to prevent accidental instance deletions, a...DiscussAWS Best PracticesAWS
prabath kumarprabath.ponnala·Aug 8, 2024Most Asked Interview Questions and Answers on AWS ELBWhat is AWS Elastic Load Balancing (ELB) and how does it work? AWS ELB automatically distributes incoming application traffic across multiple targets, such as EC2 instances, containers, and IP addresses, in one or more Availability Zones. It helps en...DiscussAWS DevOps Interview Questions & Answers for FreshersAWS
Jasai Hansdajasaiblogs.hashnode.dev·Jul 30, 2024Optimizing Your Applications with AWS Elastic Load BalancingElastic Load Balancing (ELB) is a critical component of AWS infrastructure that distributes incoming traffic across multiple targets, such as EC2 instances, containers, and IP addresses. This distribution ensures optimal performance, increased reliab...DiscussAWS Cloud Practitioner EssentialsELB
Nahidnahidislam.hashnode.dev·Jul 26, 2024How to prevent accidental load balancer deletionsPreventing accidental deletions of load balancers, especially in production environments, is crucial for maintaining application availability and stability. Here are some strategies and best practices to help you avoid such issues: 1. Enable Deletion...Discuss·1 likeLoad Balancing
Shaileshshaileshpashte.hashnode.dev·Jul 2, 2024Day 22: Introduction to ELB⚖: Cross-Zone Load Balancing, SSL Termination, and Connection Draining Explained🔝Introduction In the AWS ecosystem, Elastic Load Balancing (ELB)⚖ is a key component that ensures your applications remain scalable, available, and fault-tolerant. This blog post will provide a detailed overview of ELB, including cross-zone load balan...DiscussAWS
Shaileshshaileshpashte.hashnode.dev·Jun 28, 2024Day 19: High Availability🔁& Scalability♾ in AWS☁Introduction High availability and scalability are fundamental principles in cloud architecture, ensuring that applications are resilient, performant, and capable of handling varying loads. In this blog post, we'll delve into these concepts and intro...DiscussAWS
Akshat Nehrahashblog.akshatnehra.com·Jun 21, 2024Deploying Docker Containers on AWS Elastic Container Service (ECS)Read this article on My Website Introduction Welcome to the comprehensive guide on deploying Docker containers using AWS Elastic Container Service (ECS). This blog is designed for those who are new to container orchestration and want to understand th...DiscussAWS