Hi, i have a problem with aws.py Script,
On certain Amazon EC2 Instances, the script gives an error:
Traceback (most recent call last):
File "aws.py", line 68, in <module>
if is_ec2():
File "aws.py", line 18, in is_ec2
with open("/sys/hypervisor/uuid") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/sys/hypervisor/uuid'