Hari Lachannagariterraform-series.hashnode.dev路21 hours agoTerraform Essentials: Alias & Providers, State Files, Workspaces, and OutputsTerraform, an open-source infrastructure as code tool, enables developers to define and provision data center infrastructure using a declarative configuration language. In this blog, we delve into four essential Terraform features: Alias & Providers,...Terraform
Celestina Odilitinatech.hashnode.dev路Nov 8, 2024Creating and Configuring VPC for a Secure 3-Tier Architecture on AWSIntroduction AWS Virtual Private Cloud (VPC) serves as the foundational network environment where all other resources operate. Starting with VPC in provisioning your resources is a best practice in cloud architecture because it provides a secure, fle...3TierArchitecture
Santhosh Haridassaws-devops-project.hashnode.dev路Oct 16, 2024馃殌Day-6:Building a Secure and Scalable 2-Tier Network Architecture(Linux) on AWS 馃殌Step-by-Steps In today's cloud-driven world, building a secure and scalable network architecture is crucial for ensuring that cloud resources are protected and efficiently managed. In this blog, I'll walk you through how I designed and deployed a 2-T...AWS
sravani punreddysravanipunreddy.hashnode.dev路Sep 28, 2024Understanding Cloud Service Models (IaaS, PaaS, SaaS) and AWS Pricing ModelsInfrastructure as a Service (IaaS) IaaS provides the fundamental building blocks of cloud computing, offering virtualized physical computing resources like servers, storage, and networking on-demand. With IaaS, businesses can rent IT infrastructure ...1 like#AWSCloudServiceModels
Sanchit Singh Sandysanchitsandy.hashnode.dev路Jul 19, 2024Enhance Your IaC Strategy with Modular Terraform ConfigurationsIntroduction Terraform is a robust infrastructure as code (IaC) tool that empowers you to define and manage your infrastructure through code. By modularizing your Terraform configuration, you can break down your setup into reusable, manageable, and s...10 likes路31 readsTerraform
Utkarsh Guptautkarsh80.hashnode.dev路Jun 3, 2024Deployment Model of CloudCloud computing offers various deployment models that determine how the cloud infrastructure is deployed and accessed. Public Cloud Private Cloud Hybrid Cloud Multi-Cloud Community Cloud Public Cloud Public Cloud A public cloud deployment mode...AWS
Olga Myronenkoomyro.hashnode.dev路Mar 6, 2024How to Set Up Dynamic Scaling Policies in AWS with CloudWatch AlarmsAuto Scaling on AWS allows you to automatically scale your EC2 instances in or out based on defined conditions and policies. This can help ensure your applications have the compute capacity they need while optimizing costs by scaling down when resour...dynamicscaling