FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I described my entire AWS infrastructure in plain English. This tool wrote all the Terraform.
How-ToDevOps

I described my entire AWS infrastructure in plain English. This tool wrote all the Terraform.

via Dev.toLakshmi Sravya Vedantham5h ago

I've avoided Terraform for years. Not because it's bad — it's excellent. But learning HCL, provider configs, state management, and module structures is a significant investment that I kept deprioritizing. So I built nlops — describe your infrastructure in plain English, get production-ready Terraform back. How a session looks $ nlops init Describe your infrastructure: A web app with a Postgres database, Redis cache, and auto-scaling. Needs to stay under $150 /month on AWS. Generating Terraform... Will create: - 1 ECS Fargate service ( web app, t3.small ) - 1 RDS Postgres instance ( db.t3.micro, 20GB ) - 1 ElastiCache Redis node ( cache.t3.micro ) - 1 Application Load Balancer - Auto Scaling Group ( min: 1, max: 3 ) Estimated monthly cost: ~ $127 /month Apply? [ y/N]: It generates real Terraform HCL. Not a wrapper. Not a platform. Standard .tf files you own forever. Incremental updates nlops update "add a CloudFront distribution in front of the load balancer" nlops sends your existing T

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

Junior Devs Use System.out.println(). Senior Devs Use These 4 Observability Patterns in Spring Boot
How-To

Junior Devs Use System.out.println(). Senior Devs Use These 4 Observability Patterns in Spring Boot

Medium Programming • 37m ago

Laravel Reverb Multi-App: One WebSocket Server for All Your Projects
How-To

Laravel Reverb Multi-App: One WebSocket Server for All Your Projects

Medium Programming • 48m ago

Data Locks & Concurrency Control
How-To

Data Locks & Concurrency Control

Medium Programming • 2h ago

This Perfect Tradingview Buy & Sell Signal Indicator | This Will Blow Your Mind
How-To

This Perfect Tradingview Buy & Sell Signal Indicator | This Will Blow Your Mind

Medium Programming • 3h ago

How-To

Setting Up Your Mac for Indie Game Dev: A Godot Quickstart

Medium Programming • 5h ago

Discover More Articles