File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CDK project for generating CloudFormation templates for AWS workshops. Uses a un
66
77``` bash
88# Generate all CloudFormation templates
9- npm run generate
9+ npm run gen
1010
1111# Sync templates to workshop directories
1212npm run sync
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CDK project for generating CloudFormation templates for AWS workshops.
66
77``` bash
88# Generate all CloudFormation templates
9- npm run generate
9+ npm run gen
1010
1111# Sync templates to workshop directories
1212npm run sync
Original file line number Diff line number Diff line change 111111 ],
112112 "Resource" : [
113113 " arn:aws:iam::{{.AccountId}}:role/aiagent*" ,
114- " arn:aws:iam::{{.AccountId}}:role/mcp*"
114+ " arn:aws:iam::{{.AccountId}}:role/mcp*" ,
115+ " arn:aws:iam::{{.AccountId}}:role/backoffice*"
115116 ],
116117 "Condition" : {
117118 "StringEquals" : {
Original file line number Diff line number Diff line change 1414 " cloudfront:*" ,
1515 " cloudwatch:*" ,
1616 " dynamodb:*" ,
17+ " ec2:CreateNetworkInterface" ,
18+ " ec2:DeleteNetworkInterface" ,
19+ " ec2:DescribeNetworkInterfaces" ,
20+ " ec2:DescribeSecurityGroups" ,
21+ " ec2:DescribeSubnets" ,
22+ " ec2:DescribeVpcs" ,
1723 " ecr:*" ,
1824 " lambda:InvokeFunction" ,
1925 " logs:*" ,
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ Resources:
378378 Fn::GetAtt :
379379 - CodeBuildRoleE9A44575
380380 - Arn
381- ContentHash : " 1769679323540 "
381+ ContentHash : " 1769949962117 "
382382 ProjectName :
383383 Ref : CodeBuildProjectA0FF5539
384384 ServiceToken :
@@ -1707,6 +1707,7 @@ Resources:
17071707 Effect : Allow
17081708 Resource :
17091709 - !Sub arn:aws:iam::${AWS::AccountId}:role/aiagent*
1710+ - !Sub arn:aws:iam::${AWS::AccountId}:role/backoffice*
17101711 - !Sub arn:aws:iam::${AWS::AccountId}:role/mcp*
17111712 Sid : AiAgentCreateRoles
17121713 - Action : iam:PassRole
@@ -1781,6 +1782,12 @@ Resources:
17811782 - cloudwatch:*
17821783 - cognito-idp:*
17831784 - dynamodb:*
1785+ - ec2:CreateNetworkInterface
1786+ - ec2:DeleteNetworkInterface
1787+ - ec2:DescribeNetworkInterfaces
1788+ - ec2:DescribeSecurityGroups
1789+ - ec2:DescribeSubnets
1790+ - ec2:DescribeVpcs
17841791 - ecr:*
17851792 - lambda:InvokeFunction
17861793 - logs:*
@@ -2039,7 +2046,7 @@ Resources:
20392046 - Ref : AWS::AccountId
20402047 - " -"
20412048 - Ref : AWS::Region
2042- - " -20260129103523 "
2049+ - " -20260201134602 "
20432050 PublicAccessBlockConfiguration :
20442051 BlockPublicAcls : true
20452052 BlockPublicPolicy : true
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " Unified AWS workshop infrastructure" ,
55 "scripts" : {
6- "generate " : " ./scripts/cfn/generate.sh" ,
6+ "gen " : " ./scripts/cfn/generate.sh" ,
77 "sync" : " ./scripts/cfn/sync.sh"
88 },
99 "author" : " " ,
You can’t perform that action at this time.
0 commit comments