Saulo Aguiar
Saulo Aguiar

Reputation: 519

AWS Device Farm Billing

AWS Device Farm gives two billing options - metered and unmetered. After you decide to use unmetered billing by buying an automated testing slot, how does one make sure it is always using that slot and not getting billed for minutes?

Upvotes: 1

Views: 224

Answers (1)

Rohan Deshpande
Rohan Deshpande

Reputation: 3595

You specify billingMethod = UNMETERED if you want to use slots in the ScheduleRun request. If you are using the console or Jenkins, there is a checkbox to specify the billing method.

Please note that the system defaults to METERED (pay-per-minute) if you don't explicitly specify this parameter.

Upvotes: 2

Related Questions