<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ECS on Simple Enough Blog</title><link>https://blog-dev.simpleenough.net/tags/ecs/</link><description>Recent content in ECS on Simple Enough Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 29 Aug 2025 09:09:45 +0200</lastBuildDate><atom:link href="https://blog-dev.simpleenough.net/tags/ecs/index.xml" rel="self" type="application/rss+xml"/><item><title>AWS Containers</title><link>https://blog-dev.simpleenough.net/blog/container/</link><pubDate>Fri, 29 Aug 2025 09:09:45 +0200</pubDate><guid>https://blog-dev.simpleenough.net/blog/container/</guid><description>&lt;h2 id="i-introduction" class="heading">I. Introduction&lt;a href="#i-introduction" aria-labelledby="i-introduction">
&lt;!-- &lt;i class="fas fa-link anchor">&lt;/i> -->
 &lt;svg class="svg-inline--fa fas fa-link anchor" fill="currentColor" aria-hidden="true" role="img" viewBox="0 0 640 512">&lt;use href="#fas-link">&lt;/use>&lt;/svg>&amp;nbsp;
 &lt;/a>
&lt;/h2>
&lt;p>&lt;strong>Containers&lt;/strong> encapsulate an application and all its dependencies in an isolated and reproducible environment. Unlike virtual machines, containers share the host system&amp;rsquo;s kernel, making them &lt;strong>lighter&lt;/strong>, &lt;strong>faster to start&lt;/strong>, and &lt;strong>easier to deploy&lt;/strong>.&lt;/p>
&lt;p>This approach has revolutionized the software lifecycle by improving the &lt;strong>portability&lt;/strong> of applications between environments (development, testing, production).&lt;/p>
&lt;p>&lt;strong>AWS&lt;/strong> offers several services to build, manage, orchestrate, and run containers. Each service fits a specific &lt;strong>level of control&lt;/strong>, &lt;strong>user expertise&lt;/strong>, or &lt;strong>application type&lt;/strong>.&lt;/p></description></item></channel></rss>