You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a function that takes the CPU/GPU/memory requirements from the configuration file and translates them into the minimum viable EC2 instance type. The boto3 package's describe_instance_type() method is probably a good start.
Write a function that takes the CPU/GPU/memory requirements from the configuration file and translates them into the minimum viable EC2 instance type. The
boto3package'sdescribe_instance_type()method is probably a good start.