Skip to content

Commit 72b25f7

Browse files
authored
Update README.md
1 parent c49cb6a commit 72b25f7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ The template provides the following features:
4040

4141
## Notice
4242
Although this repository is released under the [MIT-0](LICENSE) license, its CloudFormation template uses features from
43-
[MySQL Community Edition](https://www.mysql.com/products/community/) and [Webmin](https://webmin.com/) which are licensed under [GPL](https://www.mysql.com/products/community/) and [BSD-3-Clause](https://webmin.com/about/) license respectively.
43+
[MySQL Community Edition](https://www.mysql.com/products/community/) and [Webmin](https://webmin.com/) which are licensed under [GPL](https://www.mysql.com/products/community/) and [BSD-3-Clause](https://webmin.com/about/) license respectively. Usage of Amaonz DCV indicates acceptance of [DCV EULA](https://www.amazondcv.com/eula.html).
4444

45-
Usage indicates acceptance of [DCV EULA](https://www.amazondcv.com/eula.html) and license agreements of all software that is installed in the EC2 instance.
45+
By using the template, you accept license agreements of all software that is installed in the EC2 instance.
4646

4747

4848
### Requirements
4949
- EC2 instance must be provisioned in a subnet with IPv4 internet connectivity.
50-
- To use [Application Load Balancer (ALB)](https://aws.amazon.com/elasticloadbalancing/application-load-balancer/) with HTTPS, either [request a public certificate](https://docs.aws.amazon.com/acm/latest/userguide/acm-public-certificates.html) or [import a certificate](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) into [AWS Certificate Manager](https://aws.amazon.com/certificate-manager/)
50+
- To use [Application Load Balancer (ALB)](https://aws.amazon.com/elasticloadbalancing/application-load-balancer/) with HTTPS, either [request a public certificate](https://docs.aws.amazon.com/acm/latest/userguide/acm-public-certificates.html) or [import a certificate](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) into [AWS Certificate Manager](https://aws.amazon.com/certificate-manager/).
5151

5252

5353
## Deploying using CloudFormation console
@@ -98,7 +98,7 @@ EC2 Remote Administration
9898
*SSH, DCV and Webmin inbound access are restricted to `ingressIPv4` and `ingressIPv6` IP prefixes.*
9999

100100
LAMP
101-
- `webOption`: `Apache`, `Nginx` web server or `none`.
101+
- `webOption`: `Apache` or `Nginx` web server.
102102
- `phpVersion`: PHP version to install or `none`.
103103
- `databaseOption`: `MySQL`, `MariaDB`, `PostgreSQL` database server or `none`. MySQL option for Amazon Linux will attempt to use [MySQL Community Edition](https://www.mysql.com/products/community/) repository, where MySQL root password can be retrieved using the command `sudo grep password /var/log/mysqld.log`. Select `none` if using external database such as [Amazon RDS](https://aws.amazon.com/rds/).
104104
- `s3BucketName` (optional): name of [Amazon S3](https://aws.amazon.com/s3/) bucket to grant EC2 instance access using [IAM policy](https://aws.amazon.com/blogs/security/writing-iam-policies-how-to-grant-access-to-an-amazon-s3-bucket/). Leave text field empty not to grant access. A `*` value will grant the EC2 instance access to all S3 buckets in your AWS account and is usually not recommended. Default is empty.
@@ -130,7 +130,7 @@ The following are available on **Outputs** section
130130
- `WebUrl`: EC2 web server URL
131131

132132
If `installDCV` is `Yes`
133-
- `DCVwebConsole` : DCV web browser client URL#. Login as the user specified in *Description* field
133+
- `DCVwebConsole` : DCV web browser client URL. Native DCV clients can be downloaded from [https://www.amazondcv.com/](https://www.amazondcv.com/). Login as the user specified in *Description* field.
134134

135135
If `installWebmin` is `Yes`
136136
- `WebminUrl` : Webmin URL link. Set the root password by running `sudo passwd root` using `EC2instanceConnect`, `SSMsessionManager` or SSH session first
@@ -143,8 +143,6 @@ If `enableCloudFront` is `Yes`
143143
- `CloudFrontConsole` : CloudFront console URL link
144144
- `CloudFrontURL` : CloudFront distribution URL, e.g. `https://d111111abcdef8.cloudfront.net`
145145

146-
#Native DCV clients can be downloaded from [https://www.amazondcv.com/](https://www.amazondcv.com/).
147-
148146

149147
### Troubleshooting
150148
To troubleshoot any installation issue, you can view contents of the following log files (if available)

0 commit comments

Comments
 (0)