diff --git a/src/content/docs/aws/services/efs.mdx b/src/content/docs/aws/services/efs.mdx index 110591a7..00a5c96d 100644 --- a/src/content/docs/aws/services/efs.mdx +++ b/src/content/docs/aws/services/efs.mdx @@ -109,8 +109,8 @@ lstk aws efs put-lifecycle-configuration \ ## Current Limitations -LocalStack's EFS implementation is limited and lacks support for functionalities like creating mount targets, configuring access points, and generating tags. -LocalStack uses Moto to emulate the EFS APIs, and efforts are underway to incorporate support for these features in upcoming updates. +LocalStack uses Moto to emulate the EFS APIs. +The legacy [`CreateTags`](https://docs.aws.amazon.com/efs/latest/ug/API_CreateTags.html), [`DeleteTags`](https://docs.aws.amazon.com/efs/latest/ug/API_DeleteTags.html), and [`DescribeTags`](https://docs.aws.amazon.com/efs/latest/ug/API_DescribeTags.html) operations are not supported; use [`TagResource`](https://docs.aws.amazon.com/efs/latest/ug/API_TagResource.html), [`UntagResource`](https://docs.aws.amazon.com/efs/latest/ug/API_UntagResource.html), and [`ListTagsForResource`](https://docs.aws.amazon.com/efs/latest/ug/API_ListTagsForResource.html) instead. ## API Coverage