Skip to content

Commit 4166490

Browse files
authored
Merge pull request #807 from marcomarasca/PLFM-9293
PLFM-9293: Remove cloudsearch from the stack
2 parents 34312e3 + 89ea9a0 commit 4166490

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

src/main/resources/templates/repo/kinesis-log-streams.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"streamDescriptors": [
3-
{
4-
"name": "cloudsearchDocumentGeneration",
5-
"partitionScheme": "!{timestamp:yyyy-MM-dd}",
6-
"format": "JSON",
7-
"bufferFlushSize": 64,
8-
"bufferFlushInterval": 900
9-
},
103
{
114
"name": "fileDownloads",
125
"partitionScheme": "year=!{timestamp:yyyy}/month=!{timestamp:MM}/day=!{timestamp:dd}",

src/main/resources/templates/repo/main-repo-shared-resources-template.json.vpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,6 @@
422422
"Effect": "Allow",
423423
"Resource": "*"
424424
},
425-
{
426-
"Action": "cloudsearch:*",
427-
"Effect": "Allow",
428-
"Resource": "*"
429-
},
430425
{
431426
"Action": "ses:*",
432427
"Effect": "Allow",

src/main/resources/templates/repo/sns-and-sqs-config.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,6 @@
154154
],
155155
"messageVisibilityTimeoutSec": 60
156156
},
157-
{
158-
"queueName": "SEARCH_UPDATE",
159-
"subscribedTopicNames": [
160-
"ENTITY",
161-
"WIKI"
162-
],
163-
"messageVisibilityTimeoutSec": 600,
164-
"deadLetterQueueMaxFailureCount": 250,
165-
"messageRetentionPeriodSec": 1209600
166-
},
167157
{
168158
"queueName": "SEARCH_INDEX",
169159
"subscribedTopicNames": [

0 commit comments

Comments
 (0)