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