Skip to content

Commit 5e381d8

Browse files
committed
Updated cf templates for korea deployments
1 parent e2a7455 commit 5e381d8

36 files changed

+83
-82
lines changed
Binary file not shown.
Binary file not shown.

aws-observability/apps/alb/alb_app.template.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.9.0: Template to setup the ALB app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.10.0: Template to setup the ALB app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
'AWS::CloudFormation::Interface':
@@ -93,7 +93,7 @@ Metadata:
9393
Parameters:
9494
Section1aSumoDeployment:
9595
Type: String
96-
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1."
96+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
9797
Default: ""
9898
Section1bSumoAccessID:
9999
Type: String
@@ -291,10 +291,10 @@ Resources:
291291
Type: 'AWS::Serverless::Function'
292292
Properties:
293293
Handler: main.handler
294-
Runtime: python3.11
294+
Runtime: python3.12
295295
CodeUri:
296296
Bucket: !FindInMap [ RegionMap, !Ref 'AWS::Region', bucketname ]
297-
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.18.zip"
297+
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.19.zip"
298298
MemorySize: 128
299299
Timeout: 900
300300
Role:

aws-observability/apps/apigateway/api_gateway_app.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.9.0: Template to setup the API Gateway app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.10.0: Template to setup the API Gateway app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
'AWS::CloudFormation::Interface':
@@ -74,7 +74,7 @@ Parameters:
7474
Section1aSumoDeployment:
7575
Type: String
7676
Default: ""
77-
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1."
77+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
7878
Section1bSumoAccessID:
7979
Type: String
8080
Description: "Sumo Logic Access ID. Used for Sumo Logic API calls."

aws-observability/apps/autoenable/auto_enable.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.9.0: Template to setup Auto Enable ALB Access Logging and Lambda Auto Subscribe Log Groups for AWS Observability Solution."
3+
Description: "Version - v2.10.0: Template to setup Auto Enable ALB Access Logging and Lambda Auto Subscribe Log Groups for AWS Observability Solution."
44

55
Parameters:
66
SumoLogicResourceRemoveOnDeleteStack:

aws-observability/apps/cloudwatchmetrics/cloudwatchmetrics.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.9.0: Template to Setup Sumo Logic CloudWatch Metric Source. The template setup CW Metrics Sources for Namespaces."
3+
Description: "Version - v2.10.0: Template to Setup Sumo Logic CloudWatch Metric Source. The template setup CW Metrics Sources for Namespaces."
44

55
Parameters:
66
SumoLogicDeployment:
77
Type: String
88
Default: ""
9-
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1."
9+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
1010
SumoLogicAccessID:
1111
Type: String
1212
Description: "Sumo Logic Access ID. Used for Sumo Logic API calls."

aws-observability/apps/common/resources.template.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.9.0: Template to Setup Sumo Logic Sources and supporting AWS Resources for CloudTrail, ALB, Lambda CloudWatch Logs and CloudWatch Metrics."
3+
Description: "Version - v2.10.0: Template to Setup Sumo Logic Sources and supporting AWS Resources for CloudTrail, ALB, Lambda CloudWatch Logs and CloudWatch Metrics."
44

55
Parameters:
66
SumoLogicDeployment:
77
Type: String
88
Default: ""
9-
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1."
9+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
1010
SumoLogicAccessID:
1111
Type: String
1212
Description: "Sumo Logic Access ID. Used for Sumo Logic API calls."
@@ -483,11 +483,11 @@ Resources:
483483
Type: 'AWS::Serverless::Function'
484484
Properties:
485485
Handler: main.handler
486-
Runtime: python3.11
486+
Runtime: python3.12
487487
Description: "Lambda Function for deploying SumoLogic AWS Observability Solution."
488488
CodeUri:
489489
Bucket: !FindInMap [ RegionMap, !Ref 'AWS::Region', bucketname ]
490-
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.18.zip"
490+
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.19.zip"
491491
MemorySize: 128
492492
Timeout: 900
493493
Role:
@@ -527,11 +527,11 @@ Resources:
527527
Type: 'AWS::Serverless::Function'
528528
Properties:
529529
Handler: main.handler
530-
Runtime: python3.11
530+
Runtime: python3.12
531531
Description: "Lambda Function for deploying SumoLogic AWS Observability Solution."
532532
CodeUri:
533533
Bucket: !FindInMap [ RegionMap, !Ref 'AWS::Region', bucketname ]
534-
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.18.zip"
534+
Key: "sumologic-aws-observability/apps/SumoLogicAWSObservabilityHelper/SumoLogicAWSObservabilityHelperv2.0.19.zip"
535535
MemorySize: 128
536536
Timeout: 900
537537
Role:

aws-observability/apps/controltower/controltower.template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: AWS::Serverless-2016-10-31
3-
Description: "Version - v2.9.0: The Template should be deployed in Master account. This template setup the Lambda trigger for new account created using AWS Control Tower Account Factory process. The Lambda install the AWS Observability CF template on the regions of new AWS account using stack Sets."
3+
Description: "Version - v2.10.0: The Template should be deployed in Master account. This template setup the Lambda trigger for new account created using AWS Control Tower Account Factory process. The Lambda install the AWS Observability CF template on the regions of new AWS account using stack Sets."
44

55
Globals:
66
Function:
@@ -49,7 +49,7 @@ Parameters:
4949
- us1
5050
- in
5151
- fed
52-
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1. Visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security"
52+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2 Visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security"
5353
Section1bSumoLogicAccessID:
5454
Type: String
5555
Description: "Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key"
@@ -212,7 +212,7 @@ Resources:
212212
from botocore.exceptions import ClientError
213213
214214
name = 'SUMO-LOGIC-AWS-OBSERVABILITY'
215-
templateURL = "https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.9.0/sumologic_observability.master.template.yaml"
215+
templateURL = "https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/aws-observability-versions/v2.10.0/sumologic_observability.master.template.yaml"
216216
ALL = ["CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND"]
217217
218218

aws-observability/apps/dynamodb/dynamodb_app.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.9.0: Template to setup the DynamoDB app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.10.0: Template to setup the DynamoDB app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
'AWS::CloudFormation::Interface':
@@ -74,7 +74,7 @@ Parameters:
7474
Section1aSumoDeployment:
7575
Type: String
7676
Default: ""
77-
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1."
77+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
7878
Section1bSumoAccessID:
7979
Type: String
8080
Description: "Sumo Logic Access ID. Used for Sumo Logic API calls."

aws-observability/apps/ec2metrics/ec2_metrics_app.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: '2010-09-09'
22
Transform: 'AWS::Serverless-2016-10-31'
3-
Description: "Version - v2.9.0: Template to setup the EC2 Metrics app with AWS and Sumo Logic resources for AWS Observability Solution."
3+
Description: "Version - v2.10.0: Template to setup the EC2 Metrics app with AWS and Sumo Logic resources for AWS Observability Solution."
44

55
Metadata:
66
AWS::CloudFormation::Interface:
@@ -74,7 +74,7 @@ Parameters:
7474
Section1aSumoDeployment:
7575
Type: String
7676
Default: ""
77-
Description: "Enter au, ca, de, eu, jp, us2, in, fed or us1."
77+
Description: "Enter au, ca, de, eu, fed, in, jp, kr, us1 or us2"
7878
Section1bSumoAccessID:
7979
Type: String
8080
Description: "Sumo Logic Access ID. Used for Sumo Logic API calls."

0 commit comments

Comments
 (0)