This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1411
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1411 by this push:
     new 542687f  debug
542687f is described below

commit 542687f1c5c225d74cd20c6861169c8ce110c497
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Tue Dec 24 12:57:03 2019 +0200

    debug
---
 infrastructure-provisioning/scripts/deploy_dlab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/scripts/deploy_dlab.py 
b/infrastructure-provisioning/scripts/deploy_dlab.py
index 9438873..79dae49 100644
--- a/infrastructure-provisioning/scripts/deploy_dlab.py
+++ b/infrastructure-provisioning/scripts/deploy_dlab.py
@@ -80,7 +80,7 @@ parser.add_argument('--conf_key_name', type=str, default='', 
help='Admin key nam
 parser.add_argument('--workspace_path', type=str, default='', help='Admin key 
name (WITHOUT ".pem")')
 parser.add_argument('--conf_tag_resource_id', type=str, default='dlab', 
help='The name of user tag')
 parser.add_argument('--conf_billing_tag', type=str, default='dlab', 
help='Billing tag')
-parser.add_argument('--aws_ssn_instance_size', type=str, default='t2.large', 
help='The SSN instance shape')
+parser.add_argument('--aws_ssn_instance_size', type=str, default='t2.xlarge', 
help='The SSN instance shape')
 parser.add_argument('--azure_ssn_instance_size', type=str, 
default='Standard_DS2_v2', help='The SSN instance shape')
 parser.add_argument('--gcp_ssn_instance_size', type=str, 
default='n1-standard-2', help='The SSN instance shape')
 parser.add_argument('--aws_account_id', type=str, default='', help='The ID of 
Amazon account')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to