Search code examples
amazon-web-servicestensorflowmachine-learningamazon-ec2keras

How to allocate GPUs on AWS Free Tier?


Is it possible to get GPUs allocated on AWS free tier? If so can someone explain the steps? I tried on Amazon EC2 but could not get GPUs allocated.


Solution

  • The AWS Free Tier includes the following for Amazon EC2:

    • 750 hours per month of Linux, RHEL, or SLES t2.micro or t3.micro instance dependent on region
    • 750 hours per month of Windows t2.micro or t3.micro instance dependent on region

    The micro instances do not support GPUs. Thus, you cannot stay within the Free Tier while using GPUs.