Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Windows Tipps & SecurityNighthawk M7 Pro im Test: Flexibler, aber teurer 5G-Router(21.09.2026 um 10:30 Uhr)
Sichere ProgrammierungNeue Gmail-Funktion: So sparst du jetzt Zeit bei Einmalcodes(21.09.2026 um 10:00 Uhr)
Sichere ProgrammierungYour GIF exporter is fine — the container is the problem(21.09.2026 um 10:01 Uhr)
Sichere ProgrammierungCSS, Motion, or GSAP? I Choose by Who Owns the Animation(21.09.2026 um 10:12 Uhr)
Windows Tipps & SecurityNighthawk M7 Pro im Test: Flexibler, aber teurer 5G-Router(21.09.2026 um 10:30 Uhr)
Sichere ProgrammierungNeue Gmail-Funktion: So sparst du jetzt Zeit bei Einmalcodes(21.09.2026 um 10:00 Uhr)
Sichere ProgrammierungYour GIF exporter is fine — the container is the problem(21.09.2026 um 10:01 Uhr)
Sichere ProgrammierungCSS, Motion, or GSAP? I Choose by Who Owns the Animation(21.09.2026 um 10:12 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Project: “Multi-Web Server + Shared Files + Backup Storage”

Architecture (What we will build) +----------------------+ | S3 Bucket | ← Static files / backups +----------+-----------+ | …

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!




Architecture (What we will build)






                +----------------------+
| S3 Bucket | ← Static files / backups
+----------+-----------+
|
v
+-------------------+ +--------------------+ +-------------------+
| EC2 #1 (Ubuntu) |----| EFS Storage |----| EC2 #2 (Ubuntu) |
| /var/www/html -> | | (Shared directory) | | /var/www/html -> |
| Uses EBS for root | +--------------------+ | Uses EBS for root |
| Nginx website | Nginx website |
+-------------------+
^
|
+------- Backup web content → S3 Bucket












Concept Mapping (Explain like 6 yrs experience)




























AWS Storage When We Use It Why
EBS Root disk of the server (OS + application installation) Like a server’s hard drive
EFS When multiple servers need the same data
Shared folder NFS → scalable web farm
S3 Store backups, static files, logs, objects
Cheap, durable, serverless storage


This project shows each one performing its real role.









STEP 1 — Create 2 EC2 Servers (Web Servers)




  • Ubuntu

  • t2.micro


  • Create a Security Group:




    • Allow SSH 22

    • Allow HTTP 80

    • Allow NFS 2049 (later for EFS)








Confirm each EC2 has its own EBS volume automatically created.









STEP 2 — Install NGINX on Both Servers



SSH into both servers:




sudo apt update
sudo apt install -y nginx nfs-common
sudo systemctl enable nginx --now






Test in browser:




http://EC2-Public-IP












STEP 3 — Create EFS (Shared Storage)




  1. Go to EFS

  2. Create file system → Name: web-shared-efs

  3. Select your VPC

  4. After creation → Go to Network → Security Group → Add rule:


















Type Port Source
NFS 2049 SG of the EC2 instances








STEP 4 — Mount EFS On Both EC2 Servers



On each server:




sudo mkdir -p /shared
sudo mount -t nfs4 -o nfsvers=4.1 fs-XXXX.efs.<region>.amazonaws.com:/ /shared






Verify:




df -h












STEP 5 — Host Website from Shared Storage






sudo rm -rf /var/www/html/*
sudo ln -s /shared /var/www/html






Add shared index:




echo "This is a SHARED website $(hostname)" | sudo tee /shared/index.html






Test in browser with both EC2 public IPs:




EC2 #1 → shows hostname
EC2 #2 → shows same file, different hostname






This proves EFS = shared website content.









STEP 6 — Store Backups in S3



Create an S3 bucket → web-backup-bucket-<yourname>



On one EC2 server, upload backup:




sudo apt install -y awscli
aws configure
aws s3 cp /shared/index.html s3://web-backup-bucket-<yourname>/backup-index.html






Check bucket → file appears.



This demonstrates S3 as backup storage.









STEP 7 — Create a Cron Job to Backup Automatically






crontab -e






Add:




0 * * * * aws s3 cp /shared/index.html s3://web-backup-bucket-<yourname>/backup-$(date +\%F-\%H).html






Now you taught:

✔ Scheduling

✔ Automation

✔ DevOps daily real tasks









WHAT THIS PROJECT PROVES (You will say during explanation)
































Skill Demonstrated Real DevOps Responsibility
Using EBS OS + App persistence
Setting up EFS
Shared web content across multiple servers (high availability)
Using S3 Backup & durable storage
NFS + SG rules Understanding network + permissions
Cron + AWS CLI Automation tasks required in real jobs


This is production architecture used in real companies behind load balancers.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Project: “Multi-Web Server + Shared Files + Backup Storage”

Thematisch verwandte Begriffe: Project, MultiWeb, Server, Shared · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-94030 | A security vulnerability has been detected in SerenityOS up to 3d83e4509…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick