Skip to content

Commit

Permalink
feat: add a reference to the external CDKTF repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Jul 24, 2024
1 parent dd3257b commit f3490ab
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,15 @@ Note the server certificate secret ARN as we will need to reference it from the

## Deploy the Zilla Plus Secure Public Access Proxy

> This initiates deployment of the Zilla Plus for Amazon MSK stack via CloudFormation.
### Option 1 Terraform

> This initiates deployment of the Zilla Plus for Amazon MSK stack via Terraform.
A custom Terraform template can be generated or deployed using [CDKTF](https://developer.hashicorp.com/terraform/cdktf). You will find all of the necessary code and instructions in the [Secure Public Access with mTLS](https://github.com/aklivity/zilla-plus-aws-templates/tree/main/cdktf/amazon-msk/secure-public-access-mtls) template repo.

### Option 2 Cloud Formation

> This initiates deployment of the Zilla Plus for Amazon MSK stack via CloudFormation
Navigate to your [AWS Marketplace](https://console.aws.amazon.com/marketplace) subscriptions and select `Zilla Plus for Amazon MSK` to show the manage subscription page.

Expand All @@ -240,13 +248,13 @@ Navigate to your [AWS Marketplace](https://console.aws.amazon.com/marketplace) s

Click `Launch` to complete the `Create stack` wizard with the following details:

### Step 1. Create Stack
#### Step 1. Create Stack

- Prepare template: `Template is ready`
- Specify template: `Amazon S3 URL`
- Amazon S3 URL: `(auto-filled)`

### Step 2. Specify stack details
#### Step 2. Specify stack details

::: code-tabs

Expand Down Expand Up @@ -284,9 +292,9 @@ Parameters:
4. Replace with your own custom wildcard DNS pattern.
5. Follow the [Create Key Pair](../../aws-services/create-key-pair.md) guide to create a new key pair used when launching EC2 instances with SSH access.

### Step 3. Configure stack options: `(use defaults)`
#### Step 3. Configure stack options: `(use defaults)`

### Step 4. Review
#### Step 4. Review

Confirm the stack details are correct and `Submit` to start the CloudFormation deploy.

Expand Down

0 comments on commit f3490ab

Please sign in to comment.