Skip to content

Commit 4461b88

Browse files
author
Yuriy Bezsonov
committed
regenerate templates
1 parent 12f7b6d commit 4461b88

5 files changed

Lines changed: 97 additions & 97 deletions

infra/cfn/base-stack.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,18 @@ Resources:
676676
Fn::GetAtt:
677677
- IdeInstanceLauncherFunction803C5A2A
678678
- Arn
679+
InstanceName: ide
680+
IamInstanceProfileArn:
681+
Fn::GetAtt:
682+
- IdeInstanceProfile61B92038
683+
- Arn
684+
VolumeSize: "50"
685+
SubnetIds:
686+
Fn::Join:
687+
- ""
688+
- - Ref: VpcPublicSubnet1Subnet8E8DEDC0
689+
- ","
690+
- Ref: VpcPublicSubnet2SubnetA811849C
679691
SecurityGroupIds:
680692
Fn::Join:
681693
- ""
@@ -686,19 +698,8 @@ Resources:
686698
- Fn::GetAtt:
687699
- IdeInternalSecurityGroupB0A5D76B
688700
- GroupId
689-
SubnetIds:
690-
Fn::Join:
691-
- ""
692-
- - Ref: VpcPublicSubnet1Subnet8E8DEDC0
693-
- ","
694-
- Ref: VpcPublicSubnet2SubnetA811849C
695-
VolumeSize: "50"
696-
IamInstanceProfileArn:
697-
Fn::GetAtt:
698-
- IdeInstanceProfile61B92038
699-
- Arn
700-
InstanceName: ide
701-
InstanceTypes: m6i.xlarge,m5.xlarge,m6a.xlarge,m7i-flex.xlarge,m7a.xlarge,t3.xlarge
701+
ImageId:
702+
Ref: SsmParameterValueawsserviceamiamazonlinuxlatestal2023amikernel61x8664C96584B6F00A464EAD1953AFF4B05118Parameter
702703
UserData:
703704
Fn::Base64:
704705
Fn::Join:
@@ -835,8 +836,7 @@ Resources:
835836
"
836837
exit 1
837838
fi
838-
ImageId:
839-
Ref: SsmParameterValueawsserviceamiamazonlinuxlatestal2023amikernel61x8664C96584B6F00A464EAD1953AFF4B05118Parameter
839+
InstanceTypes: m6i.xlarge,m5.xlarge,m6a.xlarge,m7i-flex.xlarge,m7a.xlarge,t3.xlarge
840840
UpdateReplacePolicy: Delete
841841
DeletionPolicy: Delete
842842
IdeEipAssociationDFF81215:

infra/cfn/java-ai-agents-stack.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,29 @@ Resources:
760760
Fn::GetAtt:
761761
- IdeInstanceLauncherFunction803C5A2A
762762
- Arn
763+
IamInstanceProfileArn:
764+
Fn::GetAtt:
765+
- IdeInstanceProfile61B92038
766+
- Arn
767+
VolumeSize: "50"
768+
SubnetIds:
769+
Fn::Join:
770+
- ""
771+
- - Ref: VpcPublicSubnet1Subnet8E8DEDC0
772+
- ","
773+
- Ref: VpcPublicSubnet2SubnetA811849C
774+
SecurityGroupIds:
775+
Fn::Join:
776+
- ""
777+
- - Fn::GetAtt:
778+
- IdeSecurityGroup73B02454
779+
- GroupId
780+
- ","
781+
- Fn::GetAtt:
782+
- IdeInternalSecurityGroupB0A5D76B
783+
- GroupId
784+
ImageId:
785+
Ref: SsmParameterValueawsserviceamiamazonlinuxlatestal2023amikernel61x8664C96584B6F00A464EAD1953AFF4B05118Parameter
763786
UserData:
764787
Fn::Base64:
765788
Fn::Join:
@@ -898,29 +921,6 @@ Resources:
898921
fi
899922
InstanceTypes: m6i.xlarge,m5.xlarge,m6a.xlarge,m7i-flex.xlarge,m7a.xlarge,t3.xlarge
900923
InstanceName: ide
901-
IamInstanceProfileArn:
902-
Fn::GetAtt:
903-
- IdeInstanceProfile61B92038
904-
- Arn
905-
VolumeSize: "50"
906-
SubnetIds:
907-
Fn::Join:
908-
- ""
909-
- - Ref: VpcPublicSubnet1Subnet8E8DEDC0
910-
- ","
911-
- Ref: VpcPublicSubnet2SubnetA811849C
912-
SecurityGroupIds:
913-
Fn::Join:
914-
- ""
915-
- - Fn::GetAtt:
916-
- IdeSecurityGroup73B02454
917-
- GroupId
918-
- ","
919-
- Fn::GetAtt:
920-
- IdeInternalSecurityGroupB0A5D76B
921-
- GroupId
922-
ImageId:
923-
Ref: SsmParameterValueawsserviceamiamazonlinuxlatestal2023amikernel61x8664C96584B6F00A464EAD1953AFF4B05118Parameter
924924
UpdateReplacePolicy: Delete
925925
DeletionPolicy: Delete
926926
IdeEipAssociationDFF81215:

infra/cfn/java-on-amazon-eks-stack.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,18 @@ Resources:
780780
Fn::GetAtt:
781781
- IdeInstanceLauncherFunction803C5A2A
782782
- Arn
783+
SubnetIds:
784+
Fn::Join:
785+
- ""
786+
- - Ref: VpcPublicSubnet1Subnet8E8DEDC0
787+
- ","
788+
- Ref: VpcPublicSubnet2SubnetA811849C
789+
VolumeSize: "50"
790+
IamInstanceProfileArn:
791+
Fn::GetAtt:
792+
- IdeInstanceProfile61B92038
793+
- Arn
794+
InstanceName: ide
783795
InstanceTypes: m6i.xlarge,m5.xlarge,m6a.xlarge,m7i-flex.xlarge,m7a.xlarge,t3.xlarge
784796
UserData:
785797
Fn::Base64:
@@ -929,18 +941,6 @@ Resources:
929941
- Fn::GetAtt:
930942
- IdeInternalSecurityGroupB0A5D76B
931943
- GroupId
932-
SubnetIds:
933-
Fn::Join:
934-
- ""
935-
- - Ref: VpcPublicSubnet1Subnet8E8DEDC0
936-
- ","
937-
- Ref: VpcPublicSubnet2SubnetA811849C
938-
VolumeSize: "50"
939-
IamInstanceProfileArn:
940-
Fn::GetAtt:
941-
- IdeInstanceProfile61B92038
942-
- Arn
943-
InstanceName: ide
944944
UpdateReplacePolicy: Delete
945945
DeletionPolicy: Delete
946946
IdeEipAssociationDFF81215:
@@ -1529,12 +1529,12 @@ Resources:
15291529
Description: workshop-setup build complete
15301530
EventPattern:
15311531
detail:
1532+
project-name:
1533+
- Ref: CodeBuildProjectA0FF5539
15321534
build-status:
15331535
- SUCCEEDED
15341536
- FAILED
15351537
- STOPPED
1536-
project-name:
1537-
- Ref: CodeBuildProjectA0FF5539
15381538
detail-type:
15391539
- CodeBuild Build State Change
15401540
source:
@@ -1566,13 +1566,13 @@ Resources:
15661566
Fn::GetAtt:
15671567
- CodeBuildStartLambdaFunction8349284F
15681568
- Arn
1569-
ContentHash: "1766685254419"
1569+
ProjectName:
1570+
Ref: CodeBuildProjectA0FF5539
1571+
ContentHash: "1766758207993"
15701572
CodeBuildIamRoleArn:
15711573
Fn::GetAtt:
15721574
- CodeBuildRoleE9A44575
15731575
- Arn
1574-
ProjectName:
1575-
Ref: CodeBuildProjectA0FF5539
15761576
DependsOn:
15771577
- CodeBuildCompleteRuleAllowEventRuleWorkshopStackCodeBuildReportLambdaFunctionD77C60919E0B0C89
15781578
- CodeBuildCompleteRuleEE9277E8
@@ -1884,7 +1884,7 @@ Resources:
18841884
- Ref: AWS::AccountId
18851885
- "-"
18861886
- Ref: AWS::Region
1887-
- "-20251225185414"
1887+
- "-20251226151008"
18881888
PublicAccessBlockConfiguration:
18891889
BlockPublicAcls: true
18901890
BlockPublicPolicy: true
@@ -2150,15 +2150,15 @@ Resources:
21502150
}
21512151
Environment:
21522152
Variables:
2153+
EKS_CLUSTER_NAME:
2154+
Ref: EksClusterB2BDED5B
2155+
S3_THREAD_DUMPS_PREFIX: thread-dumps/
21532156
K8S_NAMESPACE: unicorn-store-spring
21542157
APP_LABEL: unicorn-store-spring
21552158
KUBERNETES_AUTH_TYPE: aws
21562159
SECRET_NAME: workshop-ide-password
21572160
S3_BUCKET_NAME:
21582161
Ref: WorkshopBucketFD5BC43F
2159-
EKS_CLUSTER_NAME:
2160-
Ref: EksClusterB2BDED5B
2161-
S3_THREAD_DUMPS_PREFIX: thread-dumps/
21622162
FunctionName: workshop-thread-dump-lambda
21632163
Handler: index.lambda_handler
21642164
MemorySize: 512
@@ -2717,9 +2717,6 @@ Resources:
27172717
Fn::GetAtt:
27182718
- UnicornUnicornStoreDatabaseSetupFunction04E12F8B
27192719
- Arn
2720-
SqlStatements: |
2721-
CREATE TABLE IF NOT EXISTS unicorns(id TEXT DEFAULT gen_random_uuid() PRIMARY KEY, name TEXT, age TEXT, size TEXT, type TEXT);
2722-
CREATE EXTENSION IF NOT EXISTS vector;
27232720
SecretName:
27242721
Fn::Join:
27252722
- "-"
@@ -2750,6 +2747,9 @@ Resources:
27502747
- Fn::Split:
27512748
- ":"
27522749
- Ref: DatabaseSecret3B817195
2750+
SqlStatements: |
2751+
CREATE TABLE IF NOT EXISTS unicorns(id TEXT DEFAULT gen_random_uuid() PRIMARY KEY, name TEXT, age TEXT, size TEXT, type TEXT);
2752+
CREATE EXTENSION IF NOT EXISTS vector;
27532753
DependsOn:
27542754
- DatabaseClusterDatabaseWriterF4C0B9A6
27552755
- DatabaseCluster5B53A178

infra/cfn/java-on-aws-immersion-day-stack.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,12 @@ Resources:
780780
Fn::GetAtt:
781781
- IdeInstanceLauncherFunction803C5A2A
782782
- Arn
783+
InstanceName: ide
784+
IamInstanceProfileArn:
785+
Fn::GetAtt:
786+
- IdeInstanceProfile61B92038
787+
- Arn
788+
VolumeSize: "50"
783789
SubnetIds:
784790
Fn::Join:
785791
- ""
@@ -935,12 +941,6 @@ Resources:
935941
exit 1
936942
fi
937943
InstanceTypes: m6i.xlarge,m5.xlarge,m6a.xlarge,m7i-flex.xlarge,m7a.xlarge,t3.xlarge
938-
InstanceName: ide
939-
IamInstanceProfileArn:
940-
Fn::GetAtt:
941-
- IdeInstanceProfile61B92038
942-
- Arn
943-
VolumeSize: "50"
944944
UpdateReplacePolicy: Delete
945945
DeletionPolicy: Delete
946946
IdeEipAssociationDFF81215:
@@ -1319,12 +1319,12 @@ Resources:
13191319
Environment:
13201320
ComputeType: BUILD_GENERAL1_MEDIUM
13211321
EnvironmentVariables:
1322-
- Name: GIT_BRANCH
1323-
Type: PLAINTEXT
1324-
Value: new-ws-infra
13251322
- Name: TEMPLATE_TYPE
13261323
Type: PLAINTEXT
13271324
Value: java-on-aws-immersion-day
1325+
- Name: GIT_BRANCH
1326+
Type: PLAINTEXT
1327+
Value: new-ws-infra
13281328
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
13291329
ImagePullCredentialsType: CODEBUILD
13301330
PrivilegedMode: false
@@ -1529,12 +1529,12 @@ Resources:
15291529
Description: workshop-setup build complete
15301530
EventPattern:
15311531
detail:
1532+
project-name:
1533+
- Ref: CodeBuildProjectA0FF5539
15321534
build-status:
15331535
- SUCCEEDED
15341536
- FAILED
15351537
- STOPPED
1536-
project-name:
1537-
- Ref: CodeBuildProjectA0FF5539
15381538
detail-type:
15391539
- CodeBuild Build State Change
15401540
source:
@@ -1566,13 +1566,13 @@ Resources:
15661566
Fn::GetAtt:
15671567
- CodeBuildStartLambdaFunction8349284F
15681568
- Arn
1569+
ProjectName:
1570+
Ref: CodeBuildProjectA0FF5539
15691571
CodeBuildIamRoleArn:
15701572
Fn::GetAtt:
15711573
- CodeBuildRoleE9A44575
15721574
- Arn
1573-
ContentHash: "1766685244257"
1574-
ProjectName:
1575-
Ref: CodeBuildProjectA0FF5539
1575+
ContentHash: "1766758200134"
15761576
DependsOn:
15771577
- CodeBuildCompleteRuleAllowEventRuleWorkshopStackCodeBuildReportLambdaFunctionD77C60919E0B0C89
15781578
- CodeBuildCompleteRuleEE9277E8
@@ -1884,7 +1884,7 @@ Resources:
18841884
- Ref: AWS::AccountId
18851885
- "-"
18861886
- Ref: AWS::Region
1887-
- "-20251225185404"
1887+
- "-20251226151000"
18881888
PublicAccessBlockConfiguration:
18891889
BlockPublicAcls: true
18901890
BlockPublicPolicy: true
@@ -2150,15 +2150,15 @@ Resources:
21502150
}
21512151
Environment:
21522152
Variables:
2153+
EKS_CLUSTER_NAME:
2154+
Ref: EksClusterB2BDED5B
21532155
S3_BUCKET_NAME:
21542156
Ref: WorkshopBucketFD5BC43F
21552157
SECRET_NAME: workshop-ide-password
21562158
KUBERNETES_AUTH_TYPE: aws
21572159
APP_LABEL: unicorn-store-spring
21582160
K8S_NAMESPACE: unicorn-store-spring
21592161
S3_THREAD_DUMPS_PREFIX: thread-dumps/
2160-
EKS_CLUSTER_NAME:
2161-
Ref: EksClusterB2BDED5B
21622162
FunctionName: workshop-thread-dump-lambda
21632163
Handler: index.lambda_handler
21642164
MemorySize: 512
@@ -2717,9 +2717,6 @@ Resources:
27172717
Fn::GetAtt:
27182718
- UnicornUnicornStoreDatabaseSetupFunction04E12F8B
27192719
- Arn
2720-
SqlStatements: |
2721-
CREATE TABLE IF NOT EXISTS unicorns(id TEXT DEFAULT gen_random_uuid() PRIMARY KEY, name TEXT, age TEXT, size TEXT, type TEXT);
2722-
CREATE EXTENSION IF NOT EXISTS vector;
27232720
SecretName:
27242721
Fn::Join:
27252722
- "-"
@@ -2750,6 +2747,9 @@ Resources:
27502747
- Fn::Split:
27512748
- ":"
27522749
- Ref: DatabaseSecret3B817195
2750+
SqlStatements: |
2751+
CREATE TABLE IF NOT EXISTS unicorns(id TEXT DEFAULT gen_random_uuid() PRIMARY KEY, name TEXT, age TEXT, size TEXT, type TEXT);
2752+
CREATE EXTENSION IF NOT EXISTS vector;
27532753
DependsOn:
27542754
- DatabaseClusterDatabaseWriterF4C0B9A6
27552755
- DatabaseCluster5B53A178

0 commit comments

Comments
 (0)