Yashraj Garnayakdisarj.hashnode.dev·Dec 11, 2024🚀 How to Launch an EC2 Instance in the New AWS ConsoleLaunching an EC2 instance is the first step towards harnessing the power of cloud computing in AWS! Whether you're deploying a web server, hosting an application, or experimenting with different technologies, AWS EC2 (Elastic Compute Cloud) gives you...1 likeAWS#LaunchEC2
Adekunle Fatundecore-architectural-components-of-azure.hashnode.dev·Dec 11, 2024How to attach DDoS to VNETBefore we discuss the topic, let us delve into creating a DDoS protection plan. What is an Azure DDoS protection plan? An Azure DDoS Protection Plan is a service that guards against Distributed Denial of Service (DDoS) assaults on your Azure services...virtual-network
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 6, 2024Terraform Made Easy: Learn from Scratch with Diagrams, Tricks, and Real Examples!To understand what Terraform is and why it is used, you can read this blog. If you are already familiar with Terraform, then let's proceed with this blog. Steps for installing Terraform: First, we will configure an EC2 instance on AWS, allocating a...2 likes·48 readsTerraform
Lars KampforFix Security Blogfix.security·Nov 11, 2024What is a cloud asset inventory?Cloud-native infrastructure has brought a proliferation of cloud services—and cloud providers are adding more on an ongoing basis. Developers may have the permissions to start testing these new services without the knowledge of DevOps and security te...84 readsCloud securitycloud security
Saurabh Gerasaurabhgera.hashnode.dev·Nov 9, 2024Saurabh Gera: A Technical Leader in Network, Security, and Cloud ArchitectureSaurabh Gera is a Principal Architect at UnitedHealth Group, recognized for his leadership in network, security, and cloud infrastructure within large-scale organizations. With over 15 years of experience, Saurabh is known for his technical expertise...AI/ML in Network Security
Harendra Barotharrybdevops.hashnode.dev·Nov 6, 2024Essential Guidelines for Publishing Your Django Project OnlineDjango-based "My Notes" Application Deployment Application Overview: "My Notes" is a simple note-taking application built using Django. It allows users to create, store, and manage notes, similar to notepad applications used on mobile devices. Prereq...#DjangoApp
Tanishka Marrottcloud-design-diaries.hashnode.dev·Oct 31, 2024Optimizing Cumulative AWS Costs with Lambda - Real-Time Cost Control and Automated CleanupCost control in AWS is critical, especially when handling multiple resources across dynamic environments. Here, I'll show you how to build a Lambda function that tracks cumulative costs in real-time, then triggers a cleanup if a budget threshold (lik...2 likesaws pricing api
Mahmudul Hasan Nisatnisat.hashnode.dev·Oct 29, 20242024 Guide to Cloud Computing: Benefits and Deployment Models ExplainedEver wondered how Netflix streams millions of videos simultaneously or how Instagram handles billions of photos without breaking a sweat? The answer lies in cloud computing, specifically Amazon Web Service (AWS). There are many cloud providers beside...1 like·37 readsbeginners tech
Rabiatu Mohammedrabiatucloud.hashnode.dev·Oct 27, 2024Publishing a Secure Azure Storage Module to Terraform Private Registry: Step-by-Step GuideCreating reusable Terraform modules is a powerful way to manage infrastructure as code. In this guide, I'll walk through how to build a secure Azure storage account module, publish it to a private registry, and then use it in a Terraform configuratio...Terraform
Rabiatu Mohammedrabiatucloud.hashnode.dev·Oct 25, 2024Migrating Terraform State to Terraform Cloud: A Complete GuideWhen working with Terraform, managing your state file is critical. Moving it to Terraform Cloud allows you to enjoy better collaboration, remote state storage, and state locking, among other features. In this post, I'll walk you through the process o...Terraform