You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ The template provides the following features:
40
40
41
41
## Notice
42
42
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).
44
44
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.
46
46
47
47
48
48
### Requirements
49
49
- 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/).
51
51
52
52
53
53
## Deploying using CloudFormation console
@@ -98,7 +98,7 @@ EC2 Remote Administration
98
98
*SSH, DCV and Webmin inbound access are restricted to `ingressIPv4` and `ingressIPv6` IP prefixes.*
99
99
100
100
LAMP
101
-
-`webOption`: `Apache`, `Nginx` web server or `none`.
101
+
-`webOption`: `Apache` or `Nginx` web server.
102
102
-`phpVersion`: PHP version to install or `none`.
103
103
-`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/).
104
104
-`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
130
130
-`WebUrl`: EC2 web server URL
131
131
132
132
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.
134
134
135
135
If `installWebmin` is `Yes`
136
136
-`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`
143
143
-`CloudFrontConsole` : CloudFront console URL link
144
144
-`CloudFrontURL` : CloudFront distribution URL, e.g. `https://d111111abcdef8.cloudfront.net`
145
145
146
-
#Native DCV clients can be downloaded from [https://www.amazondcv.com/](https://www.amazondcv.com/).
147
-
148
146
149
147
### Troubleshooting
150
148
To troubleshoot any installation issue, you can view contents of the following log files (if available)
0 commit comments