Skip to content

Commit a365c96

Browse files
author
Boyne
committed
new pattern
1 parent efed612 commit a365c96

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

sns-firehose-opensearch-cdk-typescript/lib/sns-firehose-opensearch-cdk-typescript-stack.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ export class SnsFirehoseOpensearchCdkTypescriptStack extends cdk.Stack {
1919
// user who can access the OpenSearch Dashboard
2020
const adminUserArn = `arn:aws:iam::${this.account}:user/admin`;
2121

22-
/* Resources need to create:
23-
1. OpenSearch collection and dependencies
24-
a. Encryption policy
25-
b. Security Policy
26-
c. User Access Policy
27-
d. Firehose Access Policy
28-
2. Firehose delivery stream and dependencies
29-
a. S3 bucket used to backup
30-
b. IAM role and policies
31-
3. SNS topic
32-
4. Firehose subscription and subscription role
33-
*/
34-
3522
// OpenSearch collection
3623
const collection = new openSearch.CfnCollection(this, 'OpenSearchCollection', {
3724
name: `${collectionName}`,

0 commit comments

Comments
 (0)