<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Core Storage on 🏠</title><link>https://tofl.github.io/docs/4-core-storage-s3-dynamodb/</link><description>Recent content in Core Storage on 🏠</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://tofl.github.io/docs/4-core-storage-s3-dynamodb/index.xml" rel="self" type="application/rss+xml"/><item><title>9. S3</title><link>https://tofl.github.io/docs/4-core-storage-s3-dynamodb/s3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tofl.github.io/docs/4-core-storage-s3-dynamodb/s3/</guid><description>&lt;h2 id="s3-simple-storage-service"&gt;S3 (Simple Storage Service)&lt;a class="anchor" href="#s3-simple-storage-service"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Amazon S3 is an object storage service that lets you store and retrieve any amount of data from anywhere on the internet. Unlike a file system (which organises data in a folder hierarchy) or a block storage volume (which behaves like a hard disk), S3 stores data as discrete &lt;strong&gt;objects&lt;/strong&gt; — each one a self-contained bundle of data, metadata, and a unique key. S3 exists because applications need a place to persist files that is durable, infinitely scalable, and decoupled from any single server. It underpins a huge slice of AWS architectures: application assets, data lakes, backups, static sites, event pipelines, and more. &lt;a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html"&gt;🔗&lt;/a&gt;&lt;/p&gt;</description></item><item><title>10. DynamoDB</title><link>https://tofl.github.io/docs/4-core-storage-s3-dynamodb/dynamodb/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tofl.github.io/docs/4-core-storage-s3-dynamodb/dynamodb/</guid><description>&lt;h2 id="dynamodb"&gt;DynamoDB&lt;a class="anchor" href="#dynamodb"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Amazon DynamoDB is a fully managed, serverless NoSQL database built for applications that need consistent, single-digit millisecond performance at any scale. Unlike relational databases, you don&amp;rsquo;t provision or manage servers — AWS handles availability, replication, and scaling automatically. DynamoDB is the go-to database for serverless architectures on AWS, and it&amp;rsquo;s one of the most heavily tested services on the DVA-C02 exam.&lt;/p&gt;
&lt;p&gt;The core problem it solves: traditional relational databases struggle to scale horizontally and often become bottlenecks under unpredictable or high traffic. DynamoDB sidesteps this by distributing data across partitions and offering near-instant reads and writes regardless of load.&lt;/p&gt;</description></item></channel></rss>