File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,9 +307,9 @@ Resources :
307307 ;;
308308 esac
309309 if [ ${SpackSetup} = true ]; then
310- Nodeconfig="/home/ec2-user/parallel-update /postinstall.sh"
310+ Nodeconfig="https://raw.githubusercontent.com/spack/spack-configs/main/AWS/parallelcluster /postinstall.sh"
311311 else
312- Nodeconfig="/home/ec2-user/parallel-update/sample .sh"
312+ Nodeconfig="https://raw.githubusercontent.com/geekdecoder/aws/master/update-centos .sh"
313313 fi
314314 set -e
315315 trap '/opt/aws/bin/cfn-signal --exit-code 1 --resource EC2Instance --region ${AWS::Region} --stack ${AWS::StackName}' ERR
Original file line number Diff line number Diff line change 424424 {
425425 "action" :" Start" ,
426426 "imageUrl" : " ../../assets/images/play@2x.png"
427+ },
428+ {
429+ "action" :" Instance Type" ,
430+ "imageUrl" : " ../../assets/images/pencil.png" ,
431+ "outputsRequired" : [" InstanceId" ]
427432 }
428433 ]
429434 },
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ Resources:
364364 S3Key : post_verification_send_message.zip
365365 Role : !GetAtt "LambdaExecutionRole.Arn"
366366 MemorySize : 128
367- Runtime : " nodejs18 .x"
367+ Runtime : " nodejs14 .x"
368368 Timeout : 3
369369 TracingConfig :
370370 Mode : " PassThrough"
@@ -383,7 +383,7 @@ Resources:
383383 S3Key : pre_verification_custom_message.zip
384384 Role : !GetAtt "LambdaExecutionRole.Arn"
385385 MemorySize : 128
386- Runtime : " nodejs18 .x"
386+ Runtime : " nodejs14 .x"
387387 Timeout : 3
388388 TracingConfig :
389389 Mode : " PassThrough"
You can’t perform that action at this time.
0 commit comments