Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » AWS/Azure/OpenShift » ENA Driver on Amazon EC2: Easy Installation Guide
  • awscli56
    Configure AWS Command Line Interface AWS/Azure/OpenShift
  • Implementing DHCP Server
    Comprehensive Guide to Install DHCP Server on Windows Server Windows Server
  • Route53AWS
    Set up and configure Route 53 for your Domain in AWS AWS/Azure/OpenShift
  • checkmk
    Perform System Monitoring with CheckMK Reviews
  • fallocate
    What the Fallocate command does Linux
  • Featured image MSDT.
    How to restrict additional Microsoft Support Diagnostic Tool Downloads on Windows Windows
  • FileNotFoundError Errno 2 No such file or directory
    Fix FileNotFoundError: [Errno 2] No such file or directory Scripts
  • How to fix BitLocker always prompting for Recovery Key
    How to fix BitLocker always prompting for Recovery Key Windows

ENA Driver on Amazon EC2: Easy Installation Guide

Posted on 10/03/201816/08/2023 Christian By Christian No Comments on ENA Driver on Amazon EC2: Easy Installation Guide
ENA Driver

The ENA Driver on Amazon EC2 introduces a specialized network interface designed to provide exceptional throughput, delivering impressive packet per second (PPS) performance and reliably low latencies. This enhancement empowers EC2 instances with the capability to harness a remarkable 20 Gbps of network bandwidth, specifically applicable to select instance types. However, it’s important to remember that this feature is unavailable for activation on T2 Instances.

Most times, when you increase or change the instance type of a server, the adapter changes, and this can cause issues for you. Please refer to these articles on Driver Management on AWS, Windows clients, and servers. “How to remove a Printer from Windows 10 via PowerShell, Windows registry and Print Management, how to configure Windows instance using EC2 Launch for Server 2016, how to launch an EC2 instance, and how to upgrade AWS Network Adapter from Redhat to Citrix PV and then to AWS PV driver.

Here are the steps for installing the ENA Driver:
-Install the driver for the operating system from this link.
– Locate the Operating system relevant to you and right by selecting copy link address

To set up enhanced networking performance, navigate to the browser of your Amazon EC2 instance where you intend to install the ENA Driver. By pasting this link, a zip file encompassing the ENA network adapter will be promptly downloaded.

Enhancing Network Performance with the ENA Driver Installation

To optimize network performance on your Amazon EC2 instance, make sure to install the ENA Driver on Amazon EC2. Begin by opening the command prompt (CLI) and navigating to the directory containing the necessary files. Then, execute the following command: “pnputil -i -a ena.inf”. This step will ensure the proper installation of the ENA Driver, enhancing network capabilities for your EC2 instance.

Amazon EC2

4. Now stop the instance by shutting it down

5. Enable ENA support on the instance, run this command below
Note: (This step has to be done from your local computer) on on the instance

6. Open the command prompt (CLI)
Type in aws configure and follow the prompt (instruction) and enter your keys

7. Modifying the instance Attribute (AWS-CLI)
aws ec2 modify-instance-attribute –instance-id instance_id –ena-support

And to describe the instance (AWS CLI)

aws ec2 describe-instances --instance-ids instance_id --query "Reservations[].Instances[].EnaSupport"

i.e,

aws ec2 modify-instance-attribute --instance-id i-0fxxxxxx82 --ena-support
aws ec2 describe-instances --instance-ids i-0fxxxxxx682 --query "Reservations[].Instances[].EnaSupport"

Note: At the moment the steps have changed used by AWS but the syntax still remains the same
Now you have to download, navigate to the folder, and run the install.ps.

And follow the steps above again

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session. I welcome you to subscribe to my YouTube Channel.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Click to share on X (Opens in new window) X
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Telegram (Opens in new window) Telegram
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Mastodon (Opens in new window) Mastodon
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift Tags:Enhanced Networking Adapter, Windows Server 2016

Post navigation

Previous Post: How to reset MySQL Root password
Next Post: How to implement N2WS Backup & Recovery (CPM)

Related Posts

  • image 11
    Setting Up your Amazon S3 Glacier and FastGlacier for Your Online Vault AWS/Azure/OpenShift
  • Convert PEM to PPK 1
    Convert a PEM Key to a PPK Key on a Linux and Windows AWS/Azure/OpenShift
  • featuredimage
    Create App Service Resource with Azure CLI AWS/Azure/OpenShift
  • article 1280x720.192a2586 1
    How to apply Windows Updates from WSUS to AWS Instances AWS/Azure/OpenShift
  • Secure Web Server
    How to secure a Web Server on a Windows VM in Azure using TLS/SSL Certificates Saved in Azure Key Vault AWS/Azure/OpenShift
  • image 19
    Download your MySQL database from Azure to a local PC with MySQL Workbench AWS/Azure/OpenShift

More Related Articles

image 11 Setting Up your Amazon S3 Glacier and FastGlacier for Your Online Vault AWS/Azure/OpenShift
Convert PEM to PPK 1 Convert a PEM Key to a PPK Key on a Linux and Windows AWS/Azure/OpenShift
featuredimage Create App Service Resource with Azure CLI AWS/Azure/OpenShift
article 1280x720.192a2586 1 How to apply Windows Updates from WSUS to AWS Instances AWS/Azure/OpenShift
Secure Web Server How to secure a Web Server on a Windows VM in Azure using TLS/SSL Certificates Saved in Azure Key Vault AWS/Azure/OpenShift
image 19 Download your MySQL database from Azure to a local PC with MySQL Workbench AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a
 
  • awscli56
    Configure AWS Command Line Interface AWS/Azure/OpenShift
  • Implementing DHCP Server
    Comprehensive Guide to Install DHCP Server on Windows Server Windows Server
  • Route53AWS
    Set up and configure Route 53 for your Domain in AWS AWS/Azure/OpenShift
  • checkmk
    Perform System Monitoring with CheckMK Reviews
  • fallocate
    What the Fallocate command does Linux
  • Featured image MSDT.
    How to restrict additional Microsoft Support Diagnostic Tool Downloads on Windows Windows
  • FileNotFoundError Errno 2 No such file or directory
    Fix FileNotFoundError: [Errno 2] No such file or directory Scripts
  • How to fix BitLocker always prompting for Recovery Key
    How to fix BitLocker always prompting for Recovery Key Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,841 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.