Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit c769b0f

Browse files
committed
unified template descriptions
1 parent d490a08 commit c769b0f

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

chapter11/multiaz-ebs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "Jenkins (CI server) running with Auto Scaling Group over multiple AZs",
3+
"Description": "AWS in Action: chapter 11 (Jenkins (CI server) running with Auto Scaling Group over multiple AZs)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter11/multiaz-elasticip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "Jenkins (CI server) running with Auto Scaling Group over multiple AZs",
3+
"Description": "AWS in Action: chapter 11 (Jenkins (CI server) running with Auto Scaling Group over multiple AZs)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter11/multiaz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "Jenkins (CI server) running with Auto Scaling Group over multiple AZs",
3+
"Description": "AWS in Action: chapter 11 (Jenkins (CI server) running with Auto Scaling Group over multiple AZs)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter11/recovery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "Jenkins (CI server) running on EC2 with AWS CloudWatch recovery",
3+
"Description": "AWS in Action: chapter 11 (Jenkins (CI server) running on EC2 with AWS CloudWatch recovery)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter12/loadbalancer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS in Action: chapter 12 Load Balancer",
3+
"Description": "AWS in Action: chapter 12 (Load Balancer)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter14/url2png-loadtest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS in Action: chapter 2 and chapter 9",
3+
"Description": "AWS in Action: chapter 14 (url2png load test)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter14/url2png.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS in Action: chapter 2 and chapter 9",
3+
"Description": "AWS in Action: chapter 14 (url2png)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter14/wordpress-loadtest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS in Action: chapter 14",
3+
"Description": "AWS in Action: chapter 14 (WordPress load test)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter14/wordpress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS in Action: chapter 14",
3+
"Description": "AWS in Action: chapter 14 (WordPress)",
44
"Parameters": {
55
"KeyName": {
66
"Description": "Key Pair name",

chapter5/irc-cloudformation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "Creates a custom firewall for IRC server.",
3+
"Description": "AWS in Action: chapter 5 (firewall for IRC server)",
44
"Parameters": {
55
"VPC": {
66
"Description": "Just select the one and only default VPC.",

0 commit comments

Comments
 (0)