Skip to content

Commit 155652b

Browse files
authored
Merge in the AMI updates (#53)
* Updated the Cloud Formation templates to use the latest MarkLogic AMI (10.0-8.2). Minor updates to the CloudFormation QuickStart. Null-op merges for previous commits because I still don't understand Git.
1 parent 4e254b0 commit 155652b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

AWS-CloudFormation/CloudFormation-QuickStart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ In particular, IP addresses are in the config files._
99

1010
## Requirements
1111
* You need to have an AWS account
12-
* You need to have subscribed to the [MarkLogic AMI](https://aws.amazon.com/marketplace/pp/B072Z536VB?ref_=aws-mp-console-subscription-detail)
13-
* You need to have subscribed to the [Kafka Certified by Bitnami AMI](https://aws.amazon.com/marketplace/pp/B01K0IWPVI?qid=1587125714910&sr=0-1&ref_=srh_res_product_title)
12+
* You need to have subscribed to the [MarkLogic AMI](https://aws.amazon.com/marketplace/pp/prodview-ukwfvbhifree4)
13+
* You need to have subscribed to the [Apache Kafka packaged by Bitnami AMI](https://aws.amazon.com/marketplace/pp/prodview-wwaejlwapzhng)
1414

1515
## Create a Key Pair in AWS
1616
Please note: if you are using the default values in the resource files, you will need to be in the us-east-1 (Virginia) region when you follow these steps.
@@ -31,7 +31,7 @@ Please note: if you are using the default values in the resource files, you will
3131

3232
## Build the AWS Resources
3333
1. Navigate to the [AWS CloudFormation](https://console.aws.amazon.com/cloudformation/home?region=us-east-1) page.
34-
1. Click "Create Stack" and "With new resources (standard)"
34+
1. Click "Create Stack"
3535
1. Click the "Upload a template file" radio button
3636
1. Click "Upload File" and upload "readyToGo.json"
3737
1. Click "Next"

AWS-CloudFormation/cloudFormationTemplates/justTheResources.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"DisableApiTermination": "false",
7373
"InstanceInitiatedShutdownBehavior": "stop",
7474
"EbsOptimized": "true",
75-
"ImageId": "ami-0879bd2e59cecb73e",
75+
"ImageId": "ami-00a5412a2533c3c4f",
7676
"InstanceType": "c5.large",
7777
"KeyName": "kafka",
7878
"Monitoring": "false",
@@ -116,7 +116,7 @@
116116
"Properties": {
117117
"DisableApiTermination": "false",
118118
"InstanceInitiatedShutdownBehavior": "stop",
119-
"ImageId": "ami-0879bd2e59cecb73e",
119+
"ImageId": "ami-00a5412a2533c3c4f",
120120
"InstanceType": "t2.large",
121121
"KeyName": "kafka",
122122
"Monitoring": "false",
@@ -162,7 +162,7 @@
162162
"Properties": {
163163
"DisableApiTermination": "false",
164164
"InstanceInitiatedShutdownBehavior": "stop",
165-
"ImageId": "ami-0d77ce6990428613f",
165+
"ImageId": "ami-02d4f218b9851a406",
166166
"InstanceType": "r3.xlarge",
167167
"KeyName": "kafka",
168168
"Monitoring": "false",

AWS-CloudFormation/cloudFormationTemplates/readyToGo.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"Properties": {
7272
"DisableApiTermination": "false",
7373
"InstanceInitiatedShutdownBehavior": "stop",
74-
"ImageId": "ami-0879bd2e59cecb73e",
74+
"ImageId": "ami-00a5412a2533c3c4f",
7575
"InstanceType": "t2.large",
7676
"KeyName": "kafka",
7777
"Monitoring": "false",
@@ -128,7 +128,7 @@
128128
"Properties": {
129129
"DisableApiTermination": "false",
130130
"InstanceInitiatedShutdownBehavior": "stop",
131-
"ImageId": "ami-0879bd2e59cecb73e",
131+
"ImageId": "ami-00a5412a2533c3c4f",
132132
"InstanceType": "t2.large",
133133
"KeyName": "kafka",
134134
"Monitoring": "false",
@@ -191,7 +191,7 @@
191191
"Properties": {
192192
"DisableApiTermination": "false",
193193
"InstanceInitiatedShutdownBehavior": "stop",
194-
"ImageId": "ami-0d77ce6990428613f",
194+
"ImageId": "ami-02d4f218b9851a406",
195195
"InstanceType": "r3.large",
196196
"KeyName": "kafka",
197197
"Monitoring": "false",

0 commit comments

Comments
 (0)