File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ resource "aws_launch_configuration" "launch_configuration" {
172172 sudo yum install nodejs aws-cli unzip tmux -y
173173
174174 # Bring in the traffic generator files to EC2 Instance
175- aws s3 cp s3://aws-appsignals-sample-app-prod -${ var . aws_region } /traffic-generator.zip ./traffic-generator.zip
175+ aws s3 cp s3://aws-appsignals-sample-app-zmengyi -${ var . aws_region } /traffic-generator.zip ./traffic-generator.zip
176176 unzip ./traffic-generator.zip -d ./
177177
178178 # Install the traffic generator dependencies
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ resource "null_resource" "traffic_generator_setup" {
341341 sudo yum install nodejs aws-cli unzip tmux -y
342342
343343 # Bring in the traffic generator files to EC2 Instance
344- aws s3 cp s3://aws-appsignals-sample-app-prod -${ var . aws_region } /traffic-generator.zip ./traffic-generator.zip
344+ aws s3 cp s3://aws-appsignals-sample-app-zmengyi -${ var . aws_region } /traffic-generator.zip ./traffic-generator.zip
345345 unzip ./traffic-generator.zip -d ./
346346
347347 # Install the traffic generator dependencies
You can’t perform that action at this time.
0 commit comments