diff --git a/AWS-CloudFormation/CloudFormation-QuickStart.md b/AWS-CloudFormation/CloudFormation-QuickStart.md index 9935942..3af21b9 100644 --- a/AWS-CloudFormation/CloudFormation-QuickStart.md +++ b/AWS-CloudFormation/CloudFormation-QuickStart.md @@ -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. @@ -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" diff --git a/AWS-CloudFormation/cloudFormationTemplates/justTheResources.json b/AWS-CloudFormation/cloudFormationTemplates/justTheResources.json index e32a327..9b359aa 100644 --- a/AWS-CloudFormation/cloudFormationTemplates/justTheResources.json +++ b/AWS-CloudFormation/cloudFormationTemplates/justTheResources.json @@ -72,7 +72,7 @@ "DisableApiTermination": "false", "InstanceInitiatedShutdownBehavior": "stop", "EbsOptimized": "true", - "ImageId": "ami-0879bd2e59cecb73e", + "ImageId": "ami-00a5412a2533c3c4f", "InstanceType": "c5.large", "KeyName": "kafka", "Monitoring": "false", @@ -116,7 +116,7 @@ "Properties": { "DisableApiTermination": "false", "InstanceInitiatedShutdownBehavior": "stop", - "ImageId": "ami-0879bd2e59cecb73e", + "ImageId": "ami-00a5412a2533c3c4f", "InstanceType": "t2.large", "KeyName": "kafka", "Monitoring": "false", @@ -162,7 +162,7 @@ "Properties": { "DisableApiTermination": "false", "InstanceInitiatedShutdownBehavior": "stop", - "ImageId": "ami-0d77ce6990428613f", + "ImageId": "ami-02d4f218b9851a406", "InstanceType": "r3.xlarge", "KeyName": "kafka", "Monitoring": "false", diff --git a/AWS-CloudFormation/cloudFormationTemplates/readyToGo.json b/AWS-CloudFormation/cloudFormationTemplates/readyToGo.json index 1ed5eb1..70de9d7 100644 --- a/AWS-CloudFormation/cloudFormationTemplates/readyToGo.json +++ b/AWS-CloudFormation/cloudFormationTemplates/readyToGo.json @@ -71,7 +71,7 @@ "Properties": { "DisableApiTermination": "false", "InstanceInitiatedShutdownBehavior": "stop", - "ImageId": "ami-0879bd2e59cecb73e", + "ImageId": "ami-00a5412a2533c3c4f", "InstanceType": "t2.large", "KeyName": "kafka", "Monitoring": "false", @@ -128,7 +128,7 @@ "Properties": { "DisableApiTermination": "false", "InstanceInitiatedShutdownBehavior": "stop", - "ImageId": "ami-0879bd2e59cecb73e", + "ImageId": "ami-00a5412a2533c3c4f", "InstanceType": "t2.large", "KeyName": "kafka", "Monitoring": "false", @@ -191,7 +191,7 @@ "Properties": { "DisableApiTermination": "false", "InstanceInitiatedShutdownBehavior": "stop", - "ImageId": "ami-0d77ce6990428613f", + "ImageId": "ami-02d4f218b9851a406", "InstanceType": "r3.large", "KeyName": "kafka", "Monitoring": "false",