Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/aws/services/efs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading