You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/25 13:41:48 UTC

[incubator-dlab] branch v2.1.1-doc-update created (now ec80a82)

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

omartushevskyi pushed a change to branch v2.1.1-doc-update
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at ec80a82  Updated README

This branch includes the following new commits:

     new ec80a82  Updated README

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: Updated README

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch v2.1.1-doc-update
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit ec80a82c8a7279c5f70999eeb1bacf7d55bc8e8d
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jul 25 16:41:39 2019 +0300

    Updated README
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 9cce6bd..c9cfa91 100644
--- a/README.md
+++ b/README.md
@@ -210,17 +210,17 @@ For each cloud provider, prerequisites are different.
 
 Prerequisites:
 
-DLab can be deployed using the following two methods:
- - IAM user: DLab deployment script is executed on local machine and uses IAM user permissions to create resources in AWS.
- - EC2 instance: DLab deployment script is executed on EC2 instance prepared in advance and with attached IAM role. Deployment script uses the attached IAM role to create resources in AWS.
+DLab can be deployed using one of the two options:
+ - **First option: using IAM user.** DLab deployment script is executed on local machine and uses IAM user permissions to create resources in AWS.
+ - **Second option(preferred): using EC2 instance.** DLab deployment script is executed on EC2 instance prepared in advance and with attached IAM role. Deployment script uses the attached IAM role to create resources in AWS.
 
-**'IAM user' method prerequisites:**  
+**Requirements for the first option:**  
  
  - IAM user with created AWS access key ID and secret access key. These keys are provided as arguments for the deployment script and are used to create resources in AWS.
  - Amazon EC2 Key Pair. This key is system and is used for configuring DLab instances.
  - The following IAM [policy](#AWS_SSN_policy) should be attached to the IAM user in order to deploy DLab.
  
- **'EC2 instance' method prerequisites:**
+ **Requirements for the second option:**
  
  - Amazon EC2 Key Pair. This key is system and is used for configuring DLab instances.
  - EC2 instance where DLab deployment script is executed. 


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