Skip to content

Commit

Permalink
add regions for cloudwatch forwarding (#510)
Browse files Browse the repository at this point in the history
Update AWS client configs for cloudwatch forwarding to
include some clients for additional regions that are in
use at Netflix.
  • Loading branch information
brharrington authored Dec 5, 2023
1 parent a462780 commit 9824207
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions iep-lwc-cloudwatch/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ atlas {
netflix.iep.aws {
// Configs for clients named by region, used to allow publishing across
// regions
ap-south-1 {
region = "ap-south-1"
}
ap-southeast-2 {
region = "ap-southeast-2"
}
eu-west-1 {
region = "eu-west-1"
}
Expand All @@ -34,6 +40,9 @@ netflix.iep.aws {
us-east-1 {
region = "us-east-1"
}
us-east-2 {
region = "us-east-2"
}
}

// User specific configuration with settings for an internal deployment
Expand Down

0 comments on commit 9824207

Please sign in to comment.