✕ Clear all filters
58 articles
▶ Videos →

📰 Dev.to · Aisalkyn Aidarova

58 articles · Updated every 3 hours · View all reads

All Articles 178,908Blog Posts 165,049Tech Tutorials 47,765Research Papers 35,402News 22,421 ⚡ AI Lessons
ECS + FARGATE + CONTAINERIZATION + OBSERVABILITY + PRODUCTION ARCHITECTURE
Dev.to · Aisalkyn Aidarova ☁️ DevOps & Cloud 3mo ago
ECS + FARGATE + CONTAINERIZATION + OBSERVABILITY + PRODUCTION ARCHITECTURE
Today we are going to understand how real production systems work inside AWS...
Production Lab: ECS Fargate + Prometheus + Grafana + Loki + Alloy + Node Exporter
Dev.to · Aisalkyn Aidarova ☁️ DevOps & Cloud ⚡ AI Lesson 3mo ago
Production Lab: ECS Fargate + Prometheus + Grafana + Loki + Alloy + Node Exporter
Goal You will build this architecture: ECS Fargate Application | | metrics/logs ...
Cloud Service Models — Full SRE Lecture: IaaS, PaaS, SaaS
Dev.to · Aisalkyn Aidarova ☁️ DevOps & Cloud ⚡ AI Lesson 4mo ago
Cloud Service Models — Full SRE Lecture: IaaS, PaaS, SaaS
🌐 The Big Picture First Think of cloud service models as a spectrum of responsibility....
NEXT LEVEL LAB — DevOps API Testing (AWS + Auth + CI/CD mindset)
Dev.to · Aisalkyn Aidarova ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
NEXT LEVEL LAB — DevOps API Testing (AWS + Auth + CI/CD mindset)
🎯 Scenario You deployed a backend API (FastAPI / Node / Java — doesn’t matter) on: AWS...
advanced lab API test with ci/cd
Dev.to · Aisalkyn Aidarova ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
advanced lab API test with ci/cd
What you will build A complete CI/CD pipeline that: Builds app (simulate) Deploys app...
7 labs that covers all topics of terraform cert, interview
Dev.to · Aisalkyn Aidarova ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
7 labs that covers all topics of terraform cert, interview
Lab 1 — Remote Backend with S3 and DynamoDB What this lab teaches This lab...
LAB: Terraform EC2 with `user_data`
Dev.to · Aisalkyn Aidarova ☁️ DevOps & Cloud ⚡ AI Lesson 5mo ago
LAB: Terraform EC2 with `user_data`
🎯 Goal Provision an EC2 instance that: Installs Nginx automatically Starts the...
LAB: Terraform Dependencies (Implicit vs Explicit)
Dev.to · Aisalkyn Aidarova ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 5mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 6mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 6mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 6mo 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 ☁️ DevOps & Cloud ⚡ AI Lesson 6mo ago
Terraform Modules Lab (Beginner Intermediate Real-world)
Objective Build reusable Terraform modules and deploy infrastructure using them. You...