Skip to content

Commit d9a38bf

Browse files
committed
Solana debugging for ap-east-1 region
1 parent 11a2ae4 commit d9a38bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/solana/lib/assets/user-data/node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apt install unzip
2828
cd /opt
2929

3030
echo "Downloading assets zip file"
31-
aws s3 cp $ASSETS_S3_PATH ./assets.zip
31+
aws s3 cp $ASSETS_S3_PATH ./assets.zip --region $AWS_REGION
3232
unzip -q assets.zip
3333

3434
echo "Install and configure CloudWatch agent"

lib/solana/lib/single-node-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class SolanaSingleNodeStack extends cdk.Stack {
132132
})
133133

134134
new cw.CfnDashboard(this, 'solana-cw-dashboard', {
135-
dashboardName: STACK_NAME,
135+
dashboardName: `${STACK_NAME}-${node.instanceId}`,
136136
dashboardBody: dashboardString,
137137
});
138138

0 commit comments

Comments
 (0)