# HG changeset patch # User Gregory Szorc # Date 2019-10-05 15:23:14 # Node ID b8df6a470bbbc99b581529a8907a69fcb2a6a1a4 # Parent eddae0ed485d9b6b66c441557094fc228dbad108 automation: switch to us-west-2 by default This is where the AWS account I'm running lives. Differential Revision: https://phab.mercurial-scm.org/D6981 diff --git a/contrib/automation/hgautomation/cli.py b/contrib/automation/hgautomation/cli.py --- a/contrib/automation/hgautomation/cli.py +++ b/contrib/automation/hgautomation/cli.py @@ -204,7 +204,7 @@ def get_parser(): parser.add_argument( '--aws-region', help='AWS region to use', - default='us-west-1', + default='us-west-2', ) subparsers = parser.add_subparsers()