Skip to content

Commit 7ea8087

Browse files
committed
Add README for EC2 install
1 parent 7b7204a commit 7ea8087

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

AMS/EC2/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EC2 Installation Quickstart
2+
3+
* A Develocity license
4+
* An active **AWS account**
5+
* Basic familiarity with AWS EC2
6+
7+
## Getting Started
8+
9+
HERE THE LINK TO THE DOC
10+
11+
```shell
12+
ec2-install.sh --license $PATH/TO/LICENSE --hostname $AWS-HOSTNAME
13+
```

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ The primary goal of these scripts is to get a Develocity instance up and running
2727

2828
Before using these scripts, you will need:
2929

30-
* An active **AWS account**.
31-
* Basic familiarity with AWS EC2.
30+
* A Develocity license
31+
* An active **AWS account**
32+
* Basic familiarity with AWS EC2
3233

3334
## Important Considerations
3435

0 commit comments

Comments
 (0)