Enable/Disable ENA support on aws ec2
To enable ENA support, run one of the following commands:
aws ec2 modify-instance-attribute --instance-id instance_id --ena-support
If you encounter problems when you restart the instance, you can also disable ENA support using one of the following commands:
aws ec2 modify-instance-attribute --instance-id instance_id --no-ena-support