🚀 Terraform Day 3: Creating My First AWS Resource with Terraform (S3 Bucket)
!Cover image for 🚀 Terraform Day 3: Creating My First AWS Resource with Terraform S3 Buckethttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,...
!Cover image for 🚀 Terraform Day 3: Creating My First AWS Resource with Terraform S3 Buckethttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,...
Whenever we create any resource using Terraform—whether it is an S3 bucket, an EC2 instance, or a security group—we have to pass certain arguments that are spec...
What Are Terraform Data Sources? A data source in Terraform is a read‑only lookup to an existing resource. Instead of creating something new, Terraform queries...
I’m often asked by clients and junior colleagues alike: “Zsolt, why is there so much stuff? Why isn’t a single server and an HTML file enough anymore?” The answ...
Get technical details about a security vulnerability CVE-2025-53841 in Akamai's Guardicore Platform Agent for Windows and clear guidance on mitigation....
Introduction I've introduced several AWS DevTools in previous articles, but this time I'll introduce AWS CodeBuild. AWS CodeBuild is often used to automate rou...
IBM is buying data infrastructure company Confluent for $11 billion in cash in a bid to bolster its data and automation products as ever more companies move the...
On Day 06 of my Terraform learning journey, I focused on something easy to overlook early on but crucial as projects grow: project structure. A clean structure...
The operational backbone of nearly every successful Software-as-a-Service SaaS application is DevOps, and Amazon Web Services AWS provides one of the most compr...
It's Day 13 of the AWS Challenge, and today I learned something that reshaped my perspective of Infrastructure as Code: you don't have to manage everything. Up...
Recap of Previous Weeks Over the past five weeks, we built a small but realistic Azure environment while learning the core Terraform concepts. We started by de...
What are Data Sources? You can use data sources to fetch information about existing VPCs, subnets, AMIs, security groups, etc. hcl data 'data_source_type' 'dat...