<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mykyta Sukh | IT Infrastructure &amp; DevOps Engineer on My Portfolio</title>
		<link>https://za4emyavam.com/</link>
		<description>Recent content in Mykyta Sukh | IT Infrastructure &amp; DevOps Engineer on My Portfolio</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://za4emyavam.com/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Infrastructure Architecture</title>
				<link>https://za4emyavam.com/architecture/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://za4emyavam.com/architecture/</guid>
				<description>&lt;p&gt;The foundation of this website is not merely a collection of HTML files, but a fully automated, cloud-native infrastructure deployed on AWS, utilizing modern DevOps best practices.&lt;/p&gt;&#xA;&lt;p&gt;The core architectural principle driving this project is &lt;strong&gt;maximum security coupled with complete automation&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;-infrastructure-as-code-iac&#34;&gt;🏗️ Infrastructure as Code (IaC)&lt;/h2&gt;&#xA;&lt;p&gt;The entire infrastructure is provisioned and managed as code using &lt;strong&gt;Terraform&lt;/strong&gt;, ensuring a reproducible, consistent, and scalable environment.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Compute:&lt;/strong&gt; The application runs on an Amazon Linux 2023 EC2 instance (t3.micro).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Network &amp;amp; Security:&lt;/strong&gt; The instance resides within a strictly isolated &lt;strong&gt;Private Subnet&lt;/strong&gt; of an AWS VPC. It lacks a public IPv4 address, and inbound SSH access (port 22) is completely disabled to eliminate external attack vectors.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Routing:&lt;/strong&gt; Outbound internet connectivity is facilitated exclusively via IPv6 through an Egress-Only Internet Gateway, preventing any uninitiated inbound traffic.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web Server:&lt;/strong&gt; A lightweight Nginx server handles the efficient delivery of static assets.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The reason for choosing an EC2-based architecture over S3+CloudFront is described below in the &lt;strong&gt;Architectural Trade-offs &amp;amp; Design Decisions&lt;/strong&gt; section.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
