---
title: "AWS S3 Question"
url: https://daily.dev/posts/aws-s3-question-ag4jrontj
source_url: https://daily.dev/posts/aws-s3-question-ag4jrontj
type: freeform
source: "Daily Open Source Tools"
author: "Serdarcan Buyukdereli"
published: 2026-08-06T14:43:50.164Z
updated: 2026-08-06T14:44:06.912Z
tags: ["cloud", "aws", "aws-s3"]
reading_time: 2
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS S3 Question

**[Daily Open Source Tools](https://daily.dev/sources/dailyopensourcetools)** · [@serdarbuyukdereli](https://daily.dev/serdarbuyukdereli) · 2 min read · 1 upvotes · 0 comments

## Summary

An AWS Solutions Architect Associate (SAA-C03) exam practice question asking which two steps a solutions architect should take to provide highly available storage for a gaming company's application on AWS. The scenario involves EC2 Windows Server instances behind an ALB, with both static files and dynamic server-side code to store. Answer options cover S3, CloudFront, ElastiCache, EFS, FSx for Windows File Server, and EBS, with brief definitions of each service provided.

## Content

![image.png](https://media.daily.dev/image/upload/s--dhNUAGaz--/f_auto/v1786027368/ugc/content_c67fed4a-95b7-4af4-9381-89a087708963?_a=BAMAMicg0)

AWS SAA-C03 · Question #7

A gaming company is moving its public scoreboard from a data center to the AWS Cloud. The company uses Amazon EC2 Windows Server instances behind an Application Load Balancer to host its dynamic application. The company needs a highly available storage solution for the application. The application consists of static files and dynamic server-side code.

Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

A) Store the static files on Amazon S3. Use Amazon CloudFront to cache objects at the edge.

B) Store the static files on Amazon S3. Use Amazon ElastiCache to cache objects at the edge.

C) Store the server-side code on Amazon Elastic File System (Amazon EFS). Mount the EFS volume on each EC2 instance to share the files.

D) Store the server-side code on Amazon FSx for Windows File Server. Mount the FSx for Windows File Server volume on each EC2 instance to share the files.

E) Store the server-side code on a General Purpose SSD (gp2) Amazon Elastic Block Store (Amazon EBS) volume. Mount the EBS volume on each EC2 instance to share the files.

Terms:

• EC2 — virtual server — you own the OS, patching and scaling

• ELB/ALB/NLB — load balancer — ALB routes on HTTP host/path, NLB works at TCP/UDP with static IPs and very low latency

• S3 — object storage — not a file system; unlimited capacity, 11 nines of durability

• CloudFront — CDN — caches content at the edge, cutting origin load and user latency

• ElastiCache — managed Redis/Memcached — cache in front of the database, microsecond latency

• EFS — managed NFS — mounted by many instances across AZs at once, grows elastically

Which one? Answer in the comments 👇

#AWS #SAAC03 #SolutionsArchitect #CloudArchitecture #DevOps

## Similar posts on daily.dev

- [Amazon S3 for the Solutions Architect Exam: What 274 Real Questions Reveal](https://daily.dev/posts/amazon-s3-for-the-solutions-architect-exam-what-274-real-questions-reveal-ly3awcwmc) · The Infinity · 5 upvotes · 0 comments

---

Tags: [#cloud](https://daily.dev/tags/cloud), [#aws](https://daily.dev/tags/aws), [#aws-s3](https://daily.dev/tags/aws-s3)

[View this post on daily.dev](https://daily.dev/posts/aws-s3-question-ag4jrontj)
