Closed ndegory closed 6 years ago
To be rebased once #1791, #1792, #1793 and #1794 are merged, and AMI should be rebuilt.
create a cluster on AWS (see https://github.com/appcelerator/amp/wiki/Deploy-a-dev-cluster-on-AWS) with default settings (means: m5.large instances). Connect to an instance and run ethtool -i eth0, it should display driver: ena and not driver: vif.
ethtool -i eth0
driver: ena
driver: vif
superseded by #1802
To be rebased once #1791, #1792, #1793 and #1794 are merged, and AMI should be rebuilt.
Verification
create a cluster on AWS (see https://github.com/appcelerator/amp/wiki/Deploy-a-dev-cluster-on-AWS) with default settings (means: m5.large instances). Connect to an instance and run
ethtool -i eth0
, it should displaydriver: ena
and notdriver: vif
.