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:27:31 UTC

[incubator-dlab] branch v2.1.1-doc-update updated: Updated AWS prerequisites in README

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


The following commit(s) were added to refs/heads/v2.1.1-doc-update by this push:
     new 12f683b  Updated AWS prerequisites in README
12f683b is described below

commit 12f683bdd09a5e77ee6699af2c9dabcb12d9332f
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jul 25 16:27:23 2019 +0300

    Updated AWS prerequisites in README
---
 README.md | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index fdad3d0..9cce6bd 100644
--- a/README.md
+++ b/README.md
@@ -210,12 +210,28 @@ For each cloud provider, prerequisites are different.
 
 Prerequisites:
 
- - SSH key for EC2 instances. This key could be created through Amazon Console.
- - IAM user
- - AWS access key ID and secret access key
- - VPC ID
- - Subnet ID
- - The following permissions should be assigned for IAM user:
+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.
+
+**'IAM user' method prerequisites:**  
+ 
+ - 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:**
+ 
+ - Amazon EC2 Key Pair. This key is system and is used for configuring DLab instances.
+ - EC2 instance where DLab deployment script is executed. 
+ - IAM role with the following IAM [policy](#AWS_SSN_policy) should be attached to the EC2 instance. 
+ 
+ **Optional prerequisites for both methods:**
+  
+  - VPC ID. If VPC where DLab should be deployed is already in place, then "VPC ID" should be provided for deployment script. DLab instances are deployed in this VPC.
+  - Subnet ID. If Subnet where DLab should be deployed is already in place, then "Subnet ID" should be provided for deployment script. DLab SSN node and users' Edge nodes are deployed in this Subnet. 
+ 
+ DLab IAM Policy
  <a name="AWS_SSN_policy"></a>
 ```
 {


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