You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/11 19:14:28 UTC

[GitHub] [airflow] ferruzzi commented on a change in pull request #22189: EMR Sample DAG and Docs Update

ferruzzi commented on a change in pull request #22189:
URL: https://github.com/apache/airflow/pull/22189#discussion_r825002217



##########
File path: airflow/providers/amazon/aws/example_dags/example_emr_job_flow_manual_steps.py
##########
@@ -50,54 +49,58 @@
         'InstanceGroups': [
             {
                 'Name': 'Primary node',
-                'Market': 'SPOT',
+                'Market': 'ON_DEMAND',
                 'InstanceRole': 'MASTER',
-                'InstanceType': 'm1.medium',
+                'InstanceType': 'm5.xlarge',

Review comment:
       These are the new default/recommended settings.  The m1 series instance types are "previous generation" and no longer recommend.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org