这足以生成 UUID 以用作 AWS CLI EFS ~ 弹性文件系统的创建令牌吗?假设您已被授予适当的权限。
Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import uuid
>>> uuid.uuid4()
UUID('c3505347-ec30-4f74-9597-e4180de6c56f')
>>>