Skip to Content
Zurück zu: AWS Summit Hamburg 2026: What Agentic AI, OpenAI on Bedrock, and the European Sovereign Cloud Mean for SMEs

Amazon S3

Amazon S3 (Simple Storage Service) is an object storage system for almost unlimited amounts of data. Files are stored as objects in so-called buckets and made available with high availability via HTTPS.

What is Amazon S3?

Amazon S3 (Simple Storage Service) is AWS’s object storage service and one of the oldest and most widely used cloud services in existence. Unlike a traditional hard drive or network drive, S3 does not store data in a directory hierarchy, but as individual objects in flat containers known as buckets. Each object can be accessed via a unique URL.

S3 is designed for a durability of 99.999999999% (“eleven nines”): data is automatically distributed redundantly across multiple data centres. This makes the service suitable for both non-critical files and business-critical backups.

Typical use cases

  • Static website assets: Images, videos and documents are delivered from S3 – often in combination with the Amazon CloudFront CDN.
  • Backups and archiving: Database dumps and file backups are stored cost-effectively and long-term in S3.
  • Data lake: Raw data for analytics and machine learning is collected centrally in S3.
  • Application uploads: Files uploaded by users are offloaded rather than stored on the application server.

Storage classes and cost optimisation

S3 offers various storage classes that differ in price and access speed. Choosing the right one significantly reduces storage costs:

  • S3 Standard: For frequently used data requiring immediate access.
  • S3 Intelligent Tiering: Automatically moves objects to cheaper classes based on access patterns – without manual intervention.
  • S3 Glacier: Very cost-effective for long-term archives where retrieval times ranging from minutes to hours are acceptable.

Lifecycle rules can be used to automatically move objects to cheaper classes or delete them after a defined period of time.

Security and access control

S3 buckets are private by default. A common – and potentially serious – configuration error is accidentally making a bucket publicly accessible. AWS offers several layers of protection against this:

  • Block Public Access: Prevents all public access at bucket or account level.
  • Bucket Policies and IAM: Define in fine detail who is permitted to read or write which objects.
  • Encryption: Data is encrypted on the server side, optionally using your own keys via AWS KMS.

S3 and data protection

For GDPR-compliant setups, store S3 data in an EU region. Combined with encryption via AWS KMS and a robust permissions framework, S3 can also be used for personal data in a legally compliant manner.

S3 for SMEs

S3 is relevant for almost every cloud project. Even the first step – offloading file uploads and backups – takes the strain off existing servers and reduces the risk of data loss. It is important to have a well-thought-out permissions and encryption strategy from the outset, so that sensitive data is not accidentally exposed.

Frequently asked questions about Amazon S3

In the EU region of Frankfurt, S3 Standard costs around USD 0.023 per gigabyte and month. Archive classes such as S3 Glacier are significantly cheaper. There are also costs for data retrieval and outgoing data transfer. For most medium-sized applications, the monthly S3 costs remain in the low double-digit range.

A hard disk (block storage) is bound to a single server and uses a directory hierarchy. S3 is an object storage system that can be accessed from anywhere via HTTPS, has virtually unlimited scalability and automatically distributes data redundantly across multiple data centres.

Activate the "Block Public Access" function at account and bucket level. It overwrites authorisations that have been accidentally set too openly and ensures that no object becomes publicly accessible unintentionally.

Yes, choose an EU region such as Frankfurt, conclude an order processing contract with AWS and activate server-side encryption. In conjunction with a strict authorisation concept, S3 can also be used for personal data in a legally compliant manner.

Interested?

Let's talk about your project. We're happy to advise you with no obligation.

Contact us

Last updated: May 2026