Skip to content

Commit

Permalink
Merge in the AMI updates (#53)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
BillFarber authored Dec 20, 2021
1 parent 4e254b0 commit 155652b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions AWS-CloudFormation/CloudFormation-QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ In particular, IP addresses are in the config files._

## Requirements
* You need to have an AWS account
* You need to have subscribed to the [MarkLogic AMI](https://aws.amazon.com/marketplace/pp/B072Z536VB?ref_=aws-mp-console-subscription-detail)
* 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)
* You need to have subscribed to the [MarkLogic AMI](https://aws.amazon.com/marketplace/pp/prodview-ukwfvbhifree4)
* You need to have subscribed to the [Apache Kafka packaged by Bitnami AMI](https://aws.amazon.com/marketplace/pp/prodview-wwaejlwapzhng)

## Create a Key Pair in AWS
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.
Expand All @@ -31,7 +31,7 @@ Please note: if you are using the default values in the resource files, you will

## Build the AWS Resources
1. Navigate to the [AWS CloudFormation](https://console.aws.amazon.com/cloudformation/home?region=us-east-1) page.
1. Click "Create Stack" and "With new resources (standard)"
1. Click "Create Stack"
1. Click the "Upload a template file" radio button
1. Click "Upload File" and upload "readyToGo.json"
1. Click "Next"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"DisableApiTermination": "false",
"InstanceInitiatedShutdownBehavior": "stop",
"EbsOptimized": "true",
"ImageId": "ami-0879bd2e59cecb73e",
"ImageId": "ami-00a5412a2533c3c4f",
"InstanceType": "c5.large",
"KeyName": "kafka",
"Monitoring": "false",
Expand Down Expand Up @@ -116,7 +116,7 @@
"Properties": {
"DisableApiTermination": "false",
"InstanceInitiatedShutdownBehavior": "stop",
"ImageId": "ami-0879bd2e59cecb73e",
"ImageId": "ami-00a5412a2533c3c4f",
"InstanceType": "t2.large",
"KeyName": "kafka",
"Monitoring": "false",
Expand Down Expand Up @@ -162,7 +162,7 @@
"Properties": {
"DisableApiTermination": "false",
"InstanceInitiatedShutdownBehavior": "stop",
"ImageId": "ami-0d77ce6990428613f",
"ImageId": "ami-02d4f218b9851a406",
"InstanceType": "r3.xlarge",
"KeyName": "kafka",
"Monitoring": "false",
Expand Down
6 changes: 3 additions & 3 deletions AWS-CloudFormation/cloudFormationTemplates/readyToGo.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"Properties": {
"DisableApiTermination": "false",
"InstanceInitiatedShutdownBehavior": "stop",
"ImageId": "ami-0879bd2e59cecb73e",
"ImageId": "ami-00a5412a2533c3c4f",
"InstanceType": "t2.large",
"KeyName": "kafka",
"Monitoring": "false",
Expand Down Expand Up @@ -128,7 +128,7 @@
"Properties": {
"DisableApiTermination": "false",
"InstanceInitiatedShutdownBehavior": "stop",
"ImageId": "ami-0879bd2e59cecb73e",
"ImageId": "ami-00a5412a2533c3c4f",
"InstanceType": "t2.large",
"KeyName": "kafka",
"Monitoring": "false",
Expand Down Expand Up @@ -191,7 +191,7 @@
"Properties": {
"DisableApiTermination": "false",
"InstanceInitiatedShutdownBehavior": "stop",
"ImageId": "ami-0d77ce6990428613f",
"ImageId": "ami-02d4f218b9851a406",
"InstanceType": "r3.large",
"KeyName": "kafka",
"Monitoring": "false",
Expand Down

0 comments on commit 155652b

Please sign in to comment.