Skip to content

How to access g4dn.8xlarge , quota increase only allows me 8 vCPU

0

hi , i am new to AWS , i want to use EFA with NCCL , but quota increease only allows me 8 vCPU, i found that lowest cost instance with GPU and EFA is g4dn.8xlarge but it needs quota of 32 how can it be done?

asked 8 months ago136 views
1 Answer
0

Let me help you understand this situation:

  1. The EFA (Elastic Fabric Adapter) with NCCL (NVIDIA Collective Communications Library) is indeed commonly used for distributed machine learning workloads.

  2. You're correct that g4dn.8xlarge is one of the lowest-cost GPU instances that supports EFA, and it requires a quota of 32 vCPUs.

To resolve your situation, you have several options:

  1. Request a quota increase specifically for g4dn instances:

    • Go to Service Quotas console in AWS
    • Search for "g4dn"
    • Request an increase for "Running On-Demand G4dn instances"
    • Provide a business justification explaining your use case
    • AWS usually responds within 24-48 hours
  2. Alternative approaches while waiting for quota increase:

    • Start with smaller non-EFA instances to develop and test your code
    • Consider using Spot instances (if your workload can handle interruptions)
    • Try a different AWS region where you might have higher quotas
  3. If quota increase is denied:

    • Provide more detailed business case in a new request
    • Contact AWS Support for guidance
    • Consider using AWS Partner Network (APN) to help with quota increases

Remember that new AWS accounts typically start with lower quotas for security reasons, but these can be increased with proper justification.

AWS
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.