203bce9cd7
Our cgit instance will be going away and opendev.org is the new preferred URL for browsing our git repos. Redirects will exist for the foreseeable future, but it's more efficient to just go directly to the new locations. Change-Id: Ic5fa1a8436f57836ad37b752a0cca1cd4f3a21a7
1.9 KiB
1.9 KiB
AWS Wordpress Single Instance Template
Description
AWS CloudFormation Sample Template WordPress_Single_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs a single-instance WordPress deployment using a local MySQL database to store the data.
Parameters
- KeyName
(required)
-
- type
-
string
- description
-
Name of an existing EC2 KeyPair to enable SSH access to the instance
- InstanceType
(optional)
-
- type
-
string
- description
-
The EC2 instance type
- DBName
(optional)
-
- type
-
string
- description
-
The WordPress database name
- DBUsernameName
(optional)
-
- type
-
string
- description
-
The WordPress database admin account username
- DBPassword
(optional)
-
- type
-
string
- description
-
The WordPress database admin account password
- DBRootPassword
(optional)
-
- type
-
string
- description
-
Root password for MySQL
- LinuxDistribution
(optional)
-
- type
-
string
- description
-
Linux distribution of choice