From 06938a21a50c004d442abf918368fd09bdc12c6d Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 18 Jul 2025 11:45:08 -0400 Subject: [PATCH] initial setup --- docs/how-to/ec2/README.md | 10 ++++++++++ docs/how-to/ec2/efs-mounts-linux.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/how-to/ec2/README.md create mode 100644 docs/how-to/ec2/efs-mounts-linux.md diff --git a/docs/how-to/ec2/README.md b/docs/how-to/ec2/README.md new file mode 100644 index 00000000..fd43a31b --- /dev/null +++ b/docs/how-to/ec2/README.md @@ -0,0 +1,10 @@ +# EC2 + +This contains documentation related to EC2 activities. + +* [EFS Mounts on Linux](efs-mounts-linux.md) + +# CHANGELOG + +- 1.0.0 -- 2025-07-18 + - initial diff --git a/docs/how-to/ec2/efs-mounts-linux.md b/docs/how-to/ec2/efs-mounts-linux.md new file mode 100644 index 00000000..a01af3b8 --- /dev/null +++ b/docs/how-to/ec2/efs-mounts-linux.md @@ -0,0 +1,10 @@ +# EC2: EFS Mounts on Linux Systems + +## About + +## Links + +# CHANGELOG + +- 1.0.0 -- 2025-07-18 + - initial