1
這足以生成用作AWS CLI EFS〜Elastic File System的創建令牌的UUID嗎?假設您已被授予適當的權限。爲EFS生成UUID創建令牌
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')
>>>
更好的JavaScript小提琴版本https://jsfiddle.net/xg7tek9j/7/ –