@@ -794,18 +794,19 @@ Resources:
794794 Fn::GetAtt :
795795 - IdeInstanceLauncherFunction803C5A2A
796796 - Arn
797- SecurityGroupIds :
797+ SubnetIds :
798798 Fn::Join :
799799 - " "
800- - - Fn::GetAtt :
801- - IdeSecurityGroup73B02454
802- - GroupId
800+ - - Ref : VpcPublicSubnet1Subnet8E8DEDC0
803801 - " ,"
804- - Fn::GetAtt :
805- - IdeInternalSecurityGroupB0A5D76B
806- - GroupId
807- ImageId :
808- Ref : SsmParameterValueawsserviceamiamazonlinuxlatestal2023amikernel61x8664C96584B6F00A464EAD1953AFF4B05118Parameter
802+ - Ref : VpcPublicSubnet2SubnetA811849C
803+ VolumeSize : " 50"
804+ IamInstanceProfileArn :
805+ Fn::GetAtt :
806+ - IdeInstanceProfile61B92038
807+ - Arn
808+ InstanceName : ide
809+ InstanceTypes : m6a.xlarge,m7a.xlarge
809810 UserData :
810811 Fn::Base64 :
811812 Fn::Join :
@@ -942,19 +943,18 @@ Resources:
942943 "
943944 exit 1
944945 fi
945- InstanceTypes : m6a.xlarge,m7a.xlarge
946- InstanceName : ide
947- IamInstanceProfileArn :
948- Fn::GetAtt :
949- - IdeInstanceProfile61B92038
950- - Arn
951- VolumeSize : " 50"
952- SubnetIds :
946+ ImageId :
947+ Ref : SsmParameterValueawsserviceamiamazonlinuxlatestal2023amikernel61x8664C96584B6F00A464EAD1953AFF4B05118Parameter
948+ SecurityGroupIds :
953949 Fn::Join :
954950 - " "
955- - - Ref : VpcPublicSubnet1Subnet8E8DEDC0
951+ - - Fn::GetAtt :
952+ - IdeSecurityGroup73B02454
953+ - GroupId
956954 - " ,"
957- - Ref : VpcPublicSubnet2SubnetA811849C
955+ - Fn::GetAtt :
956+ - IdeInternalSecurityGroupB0A5D76B
957+ - GroupId
958958 UpdateReplacePolicy : Delete
959959 DeletionPolicy : Delete
960960 IdeEipAssociationDFF81215 :
@@ -1333,12 +1333,12 @@ Resources:
13331333 Environment :
13341334 ComputeType : BUILD_GENERAL1_MEDIUM
13351335 EnvironmentVariables :
1336- - Name : GIT_BRANCH
1337- Type : PLAINTEXT
1338- Value : new-ws-infra
13391336 - Name : TEMPLATE_TYPE
13401337 Type : PLAINTEXT
13411338 Value : java-on-amazon-eks
1339+ - Name : GIT_BRANCH
1340+ Type : PLAINTEXT
1341+ Value : new-ws-infra
13421342 Image : aws/codebuild/amazonlinux2-x86_64-standard:5.0
13431343 ImagePullCredentialsType : CODEBUILD
13441344 PrivilegedMode : false
@@ -1460,7 +1460,7 @@ Resources:
14601460 responseData = {'Error': tb_err}
14611461
14621462 cfnresponse.send(event, context, status, responseData, physical_id)
1463- FunctionName : workshop-codebuild -start
1463+ FunctionName : workshop-setup -start
14641464 Handler : index.lambda_handler
14651465 Role :
14661466 Fn::GetAtt :
@@ -1526,7 +1526,7 @@ Resources:
15261526 'error': str(e)
15271527 })
15281528 }
1529- FunctionName : workshop-codebuild -report
1529+ FunctionName : workshop-setup -report
15301530 Handler : index.lambda_handler
15311531 Role :
15321532 Fn::GetAtt :
@@ -1543,12 +1543,12 @@ Resources:
15431543 Description : workshop-setup build complete
15441544 EventPattern :
15451545 detail :
1546+ project-name :
1547+ - Ref : CodeBuildProjectA0FF5539
15461548 build-status :
15471549 - SUCCEEDED
15481550 - FAILED
15491551 - STOPPED
1550- project-name :
1551- - Ref : CodeBuildProjectA0FF5539
15521552 detail-type :
15531553 - CodeBuild Build State Change
15541554 source :
@@ -1580,13 +1580,13 @@ Resources:
15801580 Fn::GetAtt :
15811581 - CodeBuildStartLambdaFunction8349284F
15821582 - Arn
1583+ ProjectName :
1584+ Ref : CodeBuildProjectA0FF5539
1585+ ContentHash : " 1767604218045"
15831586 CodeBuildIamRoleArn :
15841587 Fn::GetAtt :
15851588 - CodeBuildRoleE9A44575
15861589 - Arn
1587- ContentHash : " 1767557212506"
1588- ProjectName :
1589- Ref : CodeBuildProjectA0FF5539
15901590 DependsOn :
15911591 - CodeBuildCompleteRuleAllowEventRuleWorkshopStackCodeBuildReportLambdaFunctionD77C60919E0B0C89
15921592 - CodeBuildCompleteRuleEE9277E8
@@ -1944,7 +1944,7 @@ Resources:
19441944 - Ref : AWS::AccountId
19451945 - " -"
19461946 - Ref : AWS::Region
1947- - " -20260104210652 "
1947+ - " -20260105101018 "
19481948 PublicAccessBlockConfiguration :
19491949 BlockPublicAcls : true
19501950 BlockPublicPolicy : true
@@ -2703,12 +2703,12 @@ Resources:
27032703 }
27042704 Environment :
27052705 Variables :
2706- SECRET_NAME : workshop-ide-password
2707- EKS_CLUSTER_NAME :
2708- Ref : EksClusterB2BDED5B
2706+ S3_THREAD_DUMPS_PREFIX : thread-dumps/
27092707 S3_BUCKET_NAME :
27102708 Ref : WorkshopBucketFD5BC43F
2711- S3_THREAD_DUMPS_PREFIX : thread-dumps/
2709+ EKS_CLUSTER_NAME :
2710+ Ref : EksClusterB2BDED5B
2711+ SECRET_NAME : workshop-ide-password
27122712 FunctionName : workshop-thread-dump-lambda
27132713 Handler : index.lambda_handler
27142714 MemorySize : 512
0 commit comments