CS Notes

Recent writing

  • Terminal

    Feb 22, 2026

    • software_engineering
    • bash
  • Unleash the Python Kraken Pyenv and Poetry - The Holy Grail of Python Project Setups

    Jan 05, 2026

    • python
  • Eduroam

    Dec 29, 2025

    • networking

See 658 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Jump Trading, Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

AWS

❯

Storage

❯

EFS

EFS

57 words, 1 min read
Last updated on Sep 18, 2023
🌟 Edit This Page!   🗓️ History

  • aws
Xinyang YU

Troubleshooting


  • The EFS must be in the same Availability Zone as the instance that wants to have ECS be mounted with
  • Security Group of EFS must allow inbound & Security Group of instance must allow outbound
  • Requires VPC’s enable_dns_hostnames

Terminologies


Mount Target

  • EFS’s presence in the Subnet for other instances in the subnet to mount the EFS
  • Troubleshooting
  • Terminologies
  • Mount Target

Mentioned by

  • EFS

Graph View


Created by Xinyang YU | © 2023, 2026 | Licensed under CC BY-NC 4.0

  • GitHub