Skip to content

Commit f8e5632

Browse files
Merge pull request #209 from SumoLogic/sumo_247335
Added support korea deployment for cloudtrailbenchmark
2 parents 63317cb + b49ba2b commit f8e5632

File tree

4 files changed

+29
-23
lines changed

4 files changed

+29
-23
lines changed

cloudtrailbenchmark/packaged.yaml

+9-7
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Metadata:
4343
- benchmark
4444
- cloudtrail
4545
Name: sumologic-aws-cloudtrail-benchmark
46-
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.18/cac1a6df52c685e0f6ebe4ae72078c80
47-
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.18/8a901bb4fbbe82f128fc502dd3077508
48-
SemanticVersion: 1.0.18
46+
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.19/cac1a6df52c685e0f6ebe4ae72078c80
47+
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.19/8a901bb4fbbe82f128fc502dd3077508
48+
SemanticVersion: 1.0.19
4949
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
5050
Parameters:
5151
CollectorName:
@@ -61,19 +61,21 @@ Parameters:
6161
Type: String
6262
SumoAccessKey:
6363
Type: String
64+
NoEcho: true
6465
SumoDeployment:
6566
Type: String
6667
AllowedValues:
6768
- au
6869
- ca
6970
- de
7071
- eu
72+
- fed
73+
- in
7174
- jp
72-
- us2
75+
- kr
7376
- us1
74-
- in
75-
- fed
76-
Description: Enter au, ca, de, eu, jp, us2, in, fed or us1
77+
- us2
78+
Description: Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2
7779
RemoveSumoResourcesOnDeleteStack:
7880
AllowedValues:
7981
- true

cloudtrailbenchmark/template.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Metadata:
4949
Name: sumologic-aws-cloudtrail-benchmark
5050
LicenseUrl: ./LICENSE
5151
ReadmeUrl: ./README.md
52-
SemanticVersion: 1.0.18
52+
SemanticVersion: 1.0.19
5353
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
5454

5555

@@ -67,19 +67,21 @@ Parameters:
6767
Type: String
6868
SumoAccessKey:
6969
Type: String
70+
NoEcho: true
7071
SumoDeployment:
7172
Type: String
7273
AllowedValues:
7374
- au
7475
- ca
7576
- de
7677
- eu
78+
- fed
79+
- in
7780
- jp
78-
- us2
81+
- kr
7982
- us1
80-
- in
81-
- fed
82-
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1"
83+
- us2
84+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
8385
RemoveSumoResourcesOnDeleteStack:
8486
AllowedValues:
8587
- true
@@ -125,6 +127,7 @@ Resources:
125127
ApplicationId: arn:aws:serverlessrepo:us-east-1:956882708938:applications/sumologic-app-utils
126128
SemanticVersion: 2.0.19
127129

130+
128131
SumoRole:
129132
Condition: SetupSumoResources
130133
Type: AWS::IAM::Role

cloudtrailbenchmark/test/custom/app.yaml

+11-10
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@ Parameters:
3030
SumoDeployment:
3131
Type: String
3232
AllowedValues:
33-
- au
34-
- ca
35-
- de
36-
- eu
37-
- jp
38-
- us2
39-
- us1
40-
- in
41-
- fed
42-
Description: Enter au, ca, de, eu, jp, us2, in, fed or us1
33+
- au
34+
- ca
35+
- de
36+
- eu
37+
- fed
38+
- in
39+
- jp
40+
- kr
41+
- us1
42+
- us2
43+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
4344
RemoveSumoResourcesOnDeleteStack:
4445
AllowedValues:
4546
- true

cloudtrailbenchmark/testdeploy.sh

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313
uid=$(cat /dev/random | LC_CTYPE=C tr -dc "[:lower:]" | head -c 6)
1414

15-
version="1.0.18"
15+
version="1.0.19"
1616

1717
sam package --template-file template.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix "cloudtrailbenchmark/v$version" --region $AWS_REGION --profile $AWS_PROFILE
1818

0 commit comments

Comments
 (0)