70 articles

📰 Dev.to · Aisalkyn Aidarova

Articles from Dev.to · Aisalkyn Aidarova · 70 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9011) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
LAB: Terraform Dependencies (Implicit vs Explicit)
Dev.to · Aisalkyn Aidarova 1w ago
LAB: Terraform Dependencies (Implicit vs Explicit)
📁 Project Structure terraform-dependency-lab/ │ ├── main.tf ├── variables.tf ├──...
LAB: Terraform Lifecycle (FULL HANDS-ON)
Dev.to · Aisalkyn Aidarova 1w ago
LAB: Terraform Lifecycle (FULL HANDS-ON)
✅ What is lifecycle (quick recap) lifecycle block controls how Terraform handles resource...
Terraform Lab: Using `locals` (Real Project Style)
Dev.to · Aisalkyn Aidarova 1w ago
Terraform Lab: Using `locals` (Real Project Style)
📁 Project Structure terraform-locals-lab/ ├── main.tf ├── variables.tf ├──...
LAB: Terraform Provisioners (EC2 + remote-exec + file)
Dev.to · Aisalkyn Aidarova 1w ago
LAB: Terraform Provisioners (EC2 + remote-exec + file)
Provision EC2 → upload script → execute script automatically 📁 Project...
LAB: Terraform Alias + Workspace + Import (Production Style)
Dev.to · Aisalkyn Aidarova 1w ago
LAB: Terraform Alias + Workspace + Import (Production Style)
📁 Project Structure (Skeleton) terraform-alias-workspace-import-lab/ │ ├──...
LAB: Terraform Workflow + Import (Production Style)
Dev.to · Aisalkyn Aidarova 1w ago
LAB: Terraform Workflow + Import (Production Style)
Create an AWS resource manually (outside Terraform) Import it into Terraform state Manage it fully...
TERRAFORM PRODUCTION LAB (SENIOR LEVEL)
Dev.to · Aisalkyn Aidarova 2w ago
TERRAFORM PRODUCTION LAB (SENIOR LEVEL)
🎯 Objective Build production-grade Terraform infrastructure with: Remote state (S3 +...
lab: centralized terraform module support
Dev.to · Aisalkyn Aidarova 2w ago
lab: centralized terraform module support
Real Production Idea A platform team maintains one Terraform repository. Application...
LAB: Production Terraform Modules (Local + GitHub + Registry + Multi-Env)
Dev.to · Aisalkyn Aidarova 2w ago
LAB: Production Terraform Modules (Local + GitHub + Registry + Multi-Env)
In real companies: You have multiple environments dev stage prod ❌ BAD: terraform...
Terraform Lab: Modules, Outputs, Root vs Child, Structure, Multiple Providers, Workspaces
Dev.to · Aisalkyn Aidarova 3w ago
Terraform Lab: Modules, Outputs, Root vs Child, Structure, Multiple Providers, Workspaces
In this lab you will learn how to build Terraform modules the way real organizations do. You will...
production-style infrastructure: ALB module infra-modules + infra-live separation environment-based deployment
Dev.to · Aisalkyn Aidarova 3w ago
production-style infrastructure: ALB module infra-modules + infra-live separation environment-based deployment
🏗️ FINAL STRUCTURE terraform-production-lab/ │ ├── infra-modules/ │ ├── vpc/ │ ├──...
PRODUCTION TERRAFORM MODULES LAB
Dev.to · Aisalkyn Aidarova 3w ago
PRODUCTION TERRAFORM MODULES LAB
Build a real-world architecture using modules: VPC (network) Security Group EC2 (app layer) ALB...
Terraform Modules Lab (Beginner Intermediate Real-world)
Dev.to · Aisalkyn Aidarova 3w ago
Terraform Modules Lab (Beginner Intermediate Real-world)
Objective Build reusable Terraform modules and deploy infrastructure using them. You...
PRODUCTION LAB — Using `user_data` (BEST PRACTICE)
Dev.to · Aisalkyn Aidarova 3w ago
PRODUCTION LAB — Using `user_data` (BEST PRACTICE)
Instead of: Terraform → SSH → install nginx Enter fullscreen mode Exit...
Terraform Provisioners — FULL HANDS-ON LAB
Dev.to · Aisalkyn Aidarova 3w ago
Terraform Provisioners — FULL HANDS-ON LAB
STEP 1 — Create AWS Key Pair (IMPORTANT) Go to: AWS → EC2 → Key Pairs → Create Key...
Terraform Provisioners
Dev.to · Aisalkyn Aidarova 3w ago
Terraform Provisioners
🎯 Lab Goal You will: Create an EC2 instance Install NGINX using remote-exec Save EC2 IP...
Terraform at Scale + Advanced Concepts
Dev.to · Aisalkyn Aidarova 3w ago
Terraform at Scale + Advanced Concepts
🎯 Lab Goal You will build a modular Terraform project that: Creates IAM users + EC2 Uses...
functions, count, for_each, dynamic blocks, and production-style structure,
Dev.to · Aisalkyn Aidarova 3w ago
functions, count, for_each, dynamic blocks, and production-style structure,
1. Project Structure (Production Style) terraform-devops-lab/ │ ├── main.tf ├──...
Advanced Terraform Concepts
Dev.to · Aisalkyn Aidarova 3w ago
Advanced Terraform Concepts
Step 1 — Create Project Create a new project. mkdir terraform-functions-lab cd...
Terraform Lab 3: Build a Complete AWS Infrastructure
Dev.to · Aisalkyn Aidarova 4w ago
Terraform Lab 3: Build a Complete AWS Infrastructure
Goal Deploy a simple web infrastructure: Architecture Internet │ Internet Gateway │ Public...