<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ezile Mdodana</title>
    <description>The latest articles on DEV Community by Ezile Mdodana (@ezilemdodana).</description>
    <link>https://dev.to/ezilemdodana</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F933356%2F909e30a1-4d01-4f33-a2a4-40879c70d498.png</url>
      <title>DEV Community: Ezile Mdodana</title>
      <link>https://dev.to/ezilemdodana</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ezilemdodana"/>
    <language>en</language>
    <item>
      <title>Day 14/30: The AWS bill should not be a monthly jump scare</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Fri, 07 Aug 2026 09:12:04 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-1430-the-aws-bill-should-not-be-a-monthly-jump-scare-2plk</link>
      <guid>https://dev.to/ezilemdodana/day-1430-the-aws-bill-should-not-be-a-monthly-jump-scare-2plk</guid>
      <description>&lt;p&gt;AWS provides tools such as Cost Explorer and AWS Budgets to help track and understand spending.&lt;/p&gt;

&lt;p&gt;Budgets can alert you when costs or usage cross defined thresholds.&lt;/p&gt;

&lt;p&gt;Important detail: an alert does not automatically solve the problem. It simply tells you the house may be on fire.&lt;/p&gt;

&lt;p&gt;Review costs regularly, remove unused resources and investigate unusual increases.&lt;/p&gt;

&lt;p&gt;The best time to understand your AWS bill is before Finance schedules an emergency meeting.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvf718geig560cayof38s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvf718geig560cayof38s.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>awsfinops</category>
      <category>cloudcosts</category>
    </item>
    <item>
      <title>Day 13/30: “The application is down.”</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Thu, 06 Aug 2026 07:07:44 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-1330-the-application-is-down-49nf</link>
      <guid>https://dev.to/ezilemdodana/day-1330-the-application-is-down-49nf</guid>
      <description>&lt;p&gt;“How long?”&lt;/p&gt;

&lt;p&gt;“Customers told us this morning.”&lt;/p&gt;

&lt;p&gt;This is not a monitoring strategy.&lt;/p&gt;

&lt;p&gt;Amazon CloudWatch collects metrics, logs and events from AWS resources and applications.&lt;/p&gt;

&lt;p&gt;It helps you understand what is happening before the customer becomes your alerting system.&lt;/p&gt;

&lt;p&gt;Monitor what matters: availability, errors, latency, capacity and business-critical processes.&lt;/p&gt;

&lt;p&gt;A dashboard is useful. An alert that reaches the right person at the right time is even more useful.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8fcwzxng8pj5sxdjdgyo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8fcwzxng8pj5sxdjdgyo.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>cloudwatch</category>
      <category>observability</category>
    </item>
    <item>
      <title>Day 12/30: Your API needs a receptionist</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Wed, 05 Aug 2026 09:40:47 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-1230-your-api-needs-a-receptionist-5d37</link>
      <guid>https://dev.to/ezilemdodana/day-1230-your-api-needs-a-receptionist-5d37</guid>
      <description>&lt;p&gt;You do not want every request walking directly into the backend and opening random doors.&lt;/p&gt;

&lt;p&gt;Amazon API Gateway acts as an entry point for APIs.&lt;/p&gt;

&lt;p&gt;It can help with routing, authentication, throttling, monitoring and request management.&lt;/p&gt;

&lt;p&gt;Think of it as the receptionist who asks:&lt;/p&gt;

&lt;p&gt;“Who are you?”&lt;br&gt;
“Who are you here to see?”&lt;br&gt;
“Why have you made 10,000 requests in one minute?”&lt;/p&gt;

&lt;p&gt;A controlled entrance makes the application easier to manage and protect.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/..." class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/..." alt="Uploading image" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>apigateway</category>
      <category>aws</category>
    </item>
    <item>
      <title>Day 11/30: Serverless does not mean there are no servers</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Tue, 04 Aug 2026 06:14:11 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-1130-serverless-does-not-mean-there-are-no-servers-57ao</link>
      <guid>https://dev.to/ezilemdodana/day-1130-serverless-does-not-mean-there-are-no-servers-57ao</guid>
      <description>&lt;p&gt;The servers still exist.&lt;/p&gt;

&lt;p&gt;They have simply become AWS’s problem—which may be the healthiest delegation decision you make this week.&lt;/p&gt;

&lt;p&gt;AWS Lambda runs your code when triggered, without requiring you to manage the underlying servers.&lt;/p&gt;

&lt;p&gt;It works well for APIs, automation, event processing and scheduled tasks.&lt;/p&gt;

&lt;p&gt;But not every workload belongs in Lambda.&lt;/p&gt;

&lt;p&gt;Serverless is an architecture choice, not seasoning that must be sprinkled onto every application.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnxdzm1a1jrcjolpz81g7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnxdzm1a1jrcjolpz81g7.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>awslambda</category>
      <category>serverless</category>
    </item>
    <item>
      <title>Day 10/30: Your database also needs a babysitter</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Mon, 03 Aug 2026 09:27:54 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-1030-your-database-also-needs-a-babysitter-2phe</link>
      <guid>https://dev.to/ezilemdodana/day-1030-your-database-also-needs-a-babysitter-2phe</guid>
      <description>&lt;p&gt;Running your own database means managing the server, backups, patching, availability and recovery.&lt;/p&gt;

&lt;p&gt;Amazon RDS handles many of those operational tasks for supported database engines.&lt;/p&gt;

&lt;p&gt;You still design the database, manage access and protect the data. AWS simply removes some of the infrastructure headaches.&lt;/p&gt;

&lt;p&gt;Managed does not mean “ignore it forever.”&lt;/p&gt;

&lt;p&gt;It means your developers can spend less time babysitting servers and more time explaining why that query scans 14 million rows.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkrm9f6qnf3nmqd0k3qad.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkrm9f6qnf3nmqd0k3qad.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>amazonrds</category>
      <category>database</category>
    </item>
    <item>
      <title>Day 9/30: Security Groups are your AWS bouncers</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Fri, 31 Jul 2026 06:11:32 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-930-security-groups-are-your-aws-bouncers-4ee5</link>
      <guid>https://dev.to/ezilemdodana/day-930-security-groups-are-your-aws-bouncers-4ee5</guid>
      <description>&lt;p&gt;A security group controls which network traffic may enter or leave a resource.&lt;/p&gt;

&lt;p&gt;A good bouncer checks:&lt;/p&gt;

&lt;p&gt;Who are you?&lt;br&gt;
Where are you coming from?&lt;br&gt;
Which door are you trying to use?&lt;/p&gt;

&lt;p&gt;A bad bouncer sees 0.0.0.0/0 and says, “Everybody is welcome.”&lt;/p&gt;

&lt;p&gt;Open only the ports your system requires and restrict access to trusted sources wherever possible.&lt;/p&gt;

&lt;p&gt;Your database probably does not need to introduce itself to the entire internet.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fg0ot636stpg0ikuedx92.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fg0ot636stpg0ikuedx92.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>awssecurity</category>
      <category>networking</category>
    </item>
    <item>
      <title>Day 8/30: Not everyone needs Administrator Access</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Thu, 30 Jul 2026 06:14:54 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-830-not-everyone-needs-administrator-access-463j</link>
      <guid>https://dev.to/ezilemdodana/day-830-not-everyone-needs-administrator-access-463j</guid>
      <description>&lt;p&gt;Giving every user full AWS permissions is convenient in the same way that giving every employee the company safe key is convenient.&lt;/p&gt;

&lt;p&gt;Until it is not.&lt;/p&gt;

&lt;p&gt;AWS Identity and Access Management helps control who can do what.&lt;/p&gt;

&lt;p&gt;Follow the principle of least privilege:&lt;/p&gt;

&lt;p&gt;Give people and systems only the permissions required to perform their jobs.&lt;/p&gt;

&lt;p&gt;Also protect the root account with MFA and avoid using it for daily work.&lt;/p&gt;

&lt;p&gt;“Access denied” can be frustrating. “Entire production environment deleted” is usually worse.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fq7jiwa3o6jd6ve2n2pt2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fq7jiwa3o6jd6ve2n2pt2.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>awsiam</category>
      <category>cloudsecurity</category>
    </item>
    <item>
      <title>Day 7/30: Amazon S3 is not just a very large folder</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Wed, 29 Jul 2026 11:06:18 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-730-amazon-s3-is-not-just-a-very-large-folder-6lh</link>
      <guid>https://dev.to/ezilemdodana/day-730-amazon-s3-is-not-just-a-very-large-folder-6lh</guid>
      <description>&lt;p&gt;S3 stores files as objects inside buckets.&lt;/p&gt;

&lt;p&gt;It is commonly used for documents, images, videos, backups, logs and static website files.&lt;/p&gt;

&lt;p&gt;It is highly scalable, but permissions still matter.&lt;/p&gt;

&lt;p&gt;Before making a bucket public, ask:&lt;/p&gt;

&lt;p&gt;“Should everybody on the internet be able to see this?”&lt;/p&gt;

&lt;p&gt;If the answer is no, step away from the public-access settings.&lt;/p&gt;

&lt;p&gt;S3 can store almost anything. That does not mean almost everyone should access it.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsvm3ftd72jfe1tat1mov.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsvm3ftd72jfe1tat1mov.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>amazons3</category>
      <category>cloudsecurity</category>
    </item>
    <item>
      <title>Day 6/30: The Load Balancer is the traffic officer</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Tue, 28 Jul 2026 06:56:14 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-630-the-load-balancer-is-the-traffic-officer-1ipf</link>
      <guid>https://dev.to/ezilemdodana/day-630-the-load-balancer-is-the-traffic-officer-1ipf</guid>
      <description>&lt;p&gt;Imagine 1,000 users arriving at your application at the same time.&lt;/p&gt;

&lt;p&gt;Without coordination, one server gets overwhelmed while another sits comfortably doing almost nothing.&lt;/p&gt;

&lt;p&gt;An AWS load balancer distributes incoming traffic across healthy targets.&lt;/p&gt;

&lt;p&gt;It also checks whether those targets are working.&lt;/p&gt;

&lt;p&gt;If one server fails, traffic can be directed elsewhere.&lt;/p&gt;

&lt;p&gt;The lesson: do not make one server carry the whole company on its back. Even your best employee eventually needs help.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgiuheq8h7709efyvgx1i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgiuheq8h7709efyvgx1i.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>loadbalancing</category>
      <category>cloudarchitecture</category>
    </item>
    <item>
      <title>Day 5/30: Auto Scaling is like calling extra cashiers</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Mon, 27 Jul 2026 06:17:50 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-530-auto-scaling-is-like-calling-extra-cashiers-389k</link>
      <guid>https://dev.to/ezilemdodana/day-530-auto-scaling-is-like-calling-extra-cashiers-389k</guid>
      <description>&lt;p&gt;When the queue grows, more cashiers open.&lt;/p&gt;

&lt;p&gt;When customers leave, the extra counters close.&lt;/p&gt;

&lt;p&gt;AWS Auto Scaling can add computing capacity when demand increases and reduce it when demand falls.&lt;/p&gt;

&lt;p&gt;But it is not emergency magic.&lt;/p&gt;

&lt;p&gt;Your application must be designed to scale, your health checks must work, and your scaling rules must make sense.&lt;/p&gt;

&lt;p&gt;Otherwise, AWS will automatically create more copies of the same problem.&lt;/p&gt;

&lt;p&gt;Automation is powerful. Good architecture must come first.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fl1oh0sqcl0lk69we5kn4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fl1oh0sqcl0lk69we5kn4.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>autoscaling</category>
      <category>aws</category>
    </item>
    <item>
      <title>Day 4/30: Bigger EC2 does not always mean better</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Fri, 24 Jul 2026 07:08:58 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-430-bigger-ec2-does-not-always-mean-better-2732</link>
      <guid>https://dev.to/ezilemdodana/day-430-bigger-ec2-does-not-always-mean-better-2732</guid>
      <description>&lt;p&gt;Some teams choose the largest server “just in case.”&lt;/p&gt;

&lt;p&gt;That is like hiring a 60-seater bus to take two people to work.&lt;/p&gt;

&lt;p&gt;It will work. It will also cost more than necessary.&lt;/p&gt;

&lt;p&gt;Start with realistic capacity, monitor CPU, memory and traffic, then resize using evidence.&lt;/p&gt;

&lt;p&gt;AWS makes increasing capacity easy. Your Finance department would prefer that you do not start with the most expensive option available.&lt;/p&gt;

&lt;p&gt;Right-size first. Scale when the data tells you to.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4js9x736psjramvmtews.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4js9x736psjramvmtews.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>amazonec2</category>
      <category>cloudcosts</category>
    </item>
    <item>
      <title>Day 3/30: “AWS will handle the security.”</title>
      <dc:creator>Ezile Mdodana</dc:creator>
      <pubDate>Thu, 23 Jul 2026 07:00:37 +0000</pubDate>
      <link>https://dev.to/ezilemdodana/day-330-aws-will-handle-the-security-412i</link>
      <guid>https://dev.to/ezilemdodana/day-330-aws-will-handle-the-security-412i</guid>
      <description>&lt;p&gt;Yes… but not all of it.&lt;/p&gt;

&lt;p&gt;AWS secures the cloud infrastructure. You are responsible for what you configure inside it: users, permissions, data, applications and operating systems.&lt;/p&gt;

&lt;p&gt;Think of it like renting an apartment.&lt;/p&gt;

&lt;p&gt;The landlord secures the building. You must still lock your own door.&lt;/p&gt;

&lt;p&gt;If you leave an S3 bucket public and your password is Admin123, AWS cannot save you from yourself.&lt;/p&gt;

&lt;p&gt;Security in the cloud is a shared responsibility.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwbgpoar4nt9litoyymwe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwbgpoar4nt9litoyymwe.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>awswithoutthefluff</category>
      <category>awssecurity</category>
      <category>cloudcomputing</category>
    </item>
  </channel>
</rss>
