Switch language한국어
Back to the list

Amazon EFS Troubleshooting: The Relationship Between NFS I/O Hang and Security Group Outbound Rules | Amazon Web Services

TL;DR AI

Key summary

2 min read
  1. AWS EFS maintenance can trigger 1–2 minute NFS stalls on some EC2 instances.

  2. The root cause was a mount target security group without default outbound allow-all or equivalent TCP egress rules.

  3. During maintenance, TCP RST packets were blocked, so clients could not detect the reset and reconnect quickly.

  4. The issue can freeze EFS-backed workloads without data loss, and tcpdump helped confirm the failure mode.

Read the original