EFS文件系统是通过aws console正确创建的,但是当我尝试通过命令提示符列出相同的文件系统时,得到以下错误。
aws efs describe-file-systems --file-system-id fs-0568723
An error occurred (FileSystemNotFound) when calling the DescribeFileSystems operation: File system 'fs-0568723' does not exist.你能给我推荐一下吗?
发布于 2020-12-22 06:10:19
基于评论。
该问题是由于在AWS控制台中使用与用于AWS CLI的区域不同而导致的。
解决方案是使用正确的区域。
https://stackoverflow.com/questions/65388781
复制相似问题