Skip to content

Instantly share code, notes, and snippets.

View Krucamper's full-sized avatar

Nattapong Chuenjai Krucamper

  • Thailand
  • 02:56 (UTC +07:00)
View GitHub Profile
@Krucamper
Krucamper / wordpress_auto_scaling.json
Created September 2, 2018 20:38
AWS CloudFormation Wordpress Auto Scaling Template
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "AWS CloudFormation Sample Template WordPress_Multi_AZ: WordPress is web software you can use to create a beautiful website or blog. This template installs a highly-available, scalable WordPress deployment using a multi-az Amazon RDS database instance for storage. It demonstrates using the AWS CloudFormation bootstrap scripts to deploy WordPress. **WARNING** This template creates an Amazon EC2 instance, an Elastic Load Balancer and an Amazon RDS database instance. You will be billed for the AWS resources used if you create a stack from this template.",
"Parameters": {
"KeyName": {
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances",
"Type": "AWS::EC2::KeyPair::KeyName",
"ConstraintDescription": "must be the name of an existing EC2 KeyPair."
},
"InstanceType": {