From 67d838994934e103be9035f7715001b4755b3a6c Mon Sep 17 00:00:00 2001 From: Artem Nikitin Date: Sat, 15 Oct 2016 17:19:17 +0200 Subject: [PATCH] Add basic info about Device Farm --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5d4088b..a88ab88 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Table of Contents | [DirectConnect](#directconnect) | [πŸ“—](#directconnect-basics) | [πŸ“˜](#directconnect-tips) | | | [Redshift](#redshift) | [πŸ“—](#redshift-basics) | [πŸ“˜](#redshift-tips) | [πŸ“™](#redshift-gotchas-and-limitations) | | [EMR](#emr) | [πŸ“—](#emr-basics) | [πŸ“˜](#emr-tips) | [πŸ“™](#emr-gotchas-and-limitations) | +| [Device Farm](#device-farm) | [πŸ“—](#device-farm-basics) | | | **Special Topics** @@ -1282,7 +1283,16 @@ EMR - πŸ’Έβ—**EMR costs** can pile up quickly since it involves lots of instances, efficiency can be poor depending on cluster configuration and choice of workload, and accidents like hung jobs are costly. See the [section on EC2 cost management](#ec2-cost-management), especially the tips there about Spot instances and avoiding hourly billing. [This blog post](http://engineering.bloomreach.com/strategies-for-reducing-your-amazon-emr-costs/) has additional tips. - πŸ’Έ Beware of β€œdouble-dipping”. With EMR, you pay for the EC2 capacity and the service fees. In addition, EMR syncs task logs to S3, which means you pay for the storage and **PUT requests** at [S3 standard rates](https://aws.amazon.com/s3/pricing/#Request_Pricing). While the log files tend to be relatively small, every Hadoop job, depending on the size, generates thousands of log files that can quickly add up to thousands of dollars on the AWS bill. YARN's [log aggregation](http://hortonworks.com/blog/simplifying-user-logs-management-and-access-in-yarn/) is not available on EMR. +Device Farm +----------- +### Device Farm Basics +- πŸ“’ [Homepage](https://aws.amazon.com/device-farm/) βˆ™ [Developer guide](http://docs.aws.amazon.com/devicefarm/latest/developerguide/) βˆ™ [FAQ](https://aws.amazon.com/device-farm/faq/) βˆ™ [Pricing](https://aws.amazon.com/device-farm/pricing/) +- **Device Farm** is an AWS service that enables mobile app testing on real devices. +- Supports iOS and Android (including Kindle Fire) devices, as well as the mobile web. +- Supports remote device access in order to allow for interactive testing/debugging. + +🚧 [*Please help expand this incomplete section.*](CONTRIBUTING.md) High Availability -----------------