Skip to content

Instantly share code, notes, and snippets.

View ThakkarMaulik's full-sized avatar

ThakkarMaulik

View GitHub Profile
@abhirockzz
abhirockzz / msk-connect-demo-cfn-template.yml
Created June 21, 2022 04:24
AWS CloudFormation template for AWS MSK demo
AWSTemplateFormatVersion: '2010-09-09'
Parameters:
DatabasePassword:
AllowedPattern: '[a-zA-Z0-9]+'
ConstraintDescription: must contain only alphanumeric characters. Must have length 8-41.
Description: Database admin account password.
MaxLength: '41'
MinLength: '8'
Default: 'S3cretPwd99'
Type: String