<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vpc on SQP Dev</title>
    <link>/tags/vpc/</link>
    <description>Recent content in Vpc on SQP Dev</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Tue, 05 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/vpc/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>First Terraform Deployment on AWS</title>
      <link>/posts/2026-05-05-first-terraform-deployment/</link>
      <pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate>
      <guid>/posts/2026-05-05-first-terraform-deployment/</guid>
      <description>&lt;p&gt;With the environment set up, I wrote my first real Terraform code — a complete VPC with a public subnet, security group, and an EC2 instance running nginx.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-i-built&#34;&gt;What I Built&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;VPC (&lt;code&gt;10.0.0.0/16&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Public subnet with Internet Gateway&lt;/li&gt;&#xA;&lt;li&gt;Security group (SSH + HTTP)&lt;/li&gt;&#xA;&lt;li&gt;EC2 instance (Ubuntu 24.04)&lt;/li&gt;&#xA;&lt;li&gt;SSH key pair&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;file-structure&#34;&gt;File Structure&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;exercise-02-variables-outputs/&#xA;├── main.tf&#xA;├── variables.tf&#xA;├── locals.tf&#xA;├── outputs.tf&#xA;├── data.tf&#xA;├── key.tf&#xA;└── terraform.tfvars&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Separating resources into logical files keeps things clean and readable.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
