2 Answers
- Newest
- Most votes
- Most comments
1
Hello.
I think t2 and t3 do not include OpenGL because they do not include GPU.
So I think the solution is to use an instance type that includes a GPU.
Please check the following document, which describes instance types that include GPU.
https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/accelerated-computing-instances.html
Please note that instance types that include GPU are more expensive than instance types such as T3.
https://aws.amazon.com/ec2/pricing/on-demand/?nc1=h_ls
0
Only these?
A bit confusing since the doc doesnt include specs such as price and network performance, and the aws calcultor doesnt mention GPU so I have to keep switching back and forth.
answered a year ago
Relevant content
- asked 3 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago
Yes, I think you should use an instance type such as "G5" as mentioned in the documentation. Please search the following documents for instance type pricing. https://aws.amazon.com/ec2/pricing/on-demand/?nc1=h_ls
Thank you.