How do I get more elastic network interfaces if I’ve reached the limit in an AWS Region?

2 minute read
0

I've reached the quota for elastic network interfaces in an AWS Region and I want to add more.

Resolution

Your quota for elastic network interfaces increases automatically as new instances are launched on the account. If you need more elastic network interfaces than are automatically provisioned to you, then do one or both of the following:

Delete unused elastic network interfaces

To free up more elastic network interfaces, start by deleting any unused elastic network interfaces in that AWS Region:

  1. Sign in to your account and open the Network Interfaces pane of the Amazon Elastic Compute Cloud (Amazon EC2) console.
  2. (Optional) Detach any elastic network interfaces that you don't need from their resources.
  3. Select the elastic network interfaces that you want to delete.
  4. Choose Delete.

Request a service quota for elastic network interfaces in a specific AWS Region

  1. Open the Service Quotas console.
  2. Choose AWS Services, search for VPC, and then select Amazon Virtual Private Cloud (Amazon VPC).
  3. Choose Network Interfaces per Region, and then choose Request quota increase.
  4. For Change quota value, enter the number of elastic network interfaces that you need.
  5. Complete the remaining fields.
  6. Choose Request.
  7. (Optional) If you need more elastic network interfaces in more than one AWS Region, change the Region using the dropdown list at the top of the console. Repeat steps 1 through 6 in the new Region.

Related information

Elastic network interfaces

Requesting a quota increase

AWS OFFICIAL
AWS OFFICIALUpdated a year ago