Skip to content

Commit cd553fb

Browse files
committed
update s3 location
1 parent 754ce87 commit cd553fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/traffic-generator-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
working-directory: sample-apps/traffic-generator
9898
run: |
9999
zip traffic-generator.zip ./index.js ./package.json
100-
aws s3 cp traffic-generator.zip s3://aws-appsignals-sample-app-prod-${{ matrix.aws-region }}/traffic-generator.zip
100+
aws s3 cp traffic-generator.zip s3://aws-appsignals-sample-app-zmengyi-${{ matrix.aws-region }}/traffic-generator.zip

terraform/java/ec2/asg/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ resource "aws_launch_configuration" "launch_configuration" {
137137
sudo yum install nodejs aws-cli unzip tmux -y
138138
139139
# Bring in the traffic generator files to EC2 Instance
140-
aws s3 cp s3://aws-appsignals-sample-app-prod-${var.aws_region}/traffic-generator.zip ./traffic-generator.zip
140+
aws s3 cp s3://aws-appsignals-sample-app-zmengyi-${var.aws_region}/traffic-generator.zip ./traffic-generator.zip
141141
unzip ./traffic-generator.zip -d ./
142142
143143
# Install the traffic generator dependencies

terraform/java/ec2/default/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ resource "null_resource" "traffic_generator_setup" {
270270
sudo yum install nodejs aws-cli unzip tmux -y
271271
272272
# Bring in the traffic generator files to EC2 Instance
273-
aws s3 cp s3://aws-appsignals-sample-app-prod-${var.aws_region}/traffic-generator.zip ./traffic-generator.zip
273+
aws s3 cp s3://aws-appsignals-sample-app-zmengyi-${var.aws_region}/traffic-generator.zip ./traffic-generator.zip
274274
unzip ./traffic-generator.zip -d ./
275275
276276
# Install the traffic generator dependencies
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[{
2-
"Telemetry.SDK": "opentelemetry,.*,python,Auto",
2+
"Telemetry.SDK": "opentelemetry,.*,java,Auto",
33
"Telemetry.Source": "^RuntimeMetric$"
44
}]

0 commit comments

Comments
 (0)