File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
infrastructure/environments Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 11TemplateURL : BUCKET_URL_PLACEHOLDER/parallelcluster-ui.yaml
22Parameters :
3+ - ParameterKey : AdminUserEmail
4+ UsePreviousValue : true
35 - ParameterKey : Version
46 ParameterValue : 3.8.0
57 - ParameterKey : InfrastructureBucket
68 ParameterValue : BUCKET_URL_PLACEHOLDER
9+ - ParameterKey : PublicEcrImageUri
10+ ParameterValue : public.ecr.aws/pcm/parallelcluster-ui:latest
11+ # Use the value below if you want to deploy the local image of PCUI.
12+ # ParameterValue: DEMO_ACCOUNT_ID.dkr.ecr.DEMO_REGION.amazonaws.com/parallelcluster-ui:latest
713 - ParameterKey : UserPoolId
814 UsePreviousValue : true
915 - ParameterKey : UserPoolAuthDomain
1016 UsePreviousValue : true
1117 - ParameterKey : SNSRole
1218 UsePreviousValue : true
13- - ParameterKey : PublicEcrImageUri
14- ParameterValue : public.ecr.aws/pcm/parallelcluster-ui:latest
19+ - ParameterKey : ImageBuilderVpcId
20+ UsePreviousValue : true
21+ - ParameterKey : ImageBuilderSubnetId
22+ UsePreviousValue : true
23+ - ParameterKey : VpcEndpointId
24+ UsePreviousValue : true
25+ - ParameterKey : LambdaSubnetIds
26+ UsePreviousValue : true
27+ - ParameterKey : LambdaSecurityGroupIds
28+ UsePreviousValue : true
29+ - ParameterKey : PermissionsBoundaryPolicy
30+ UsePreviousValue : true
31+ - ParameterKey : PermissionsBoundaryPolicyPCAPI
32+ UsePreviousValue : true
33+ - ParameterKey : IAMRoleAndPolicyPrefix
34+ UsePreviousValue : true
1535Capabilities :
1636 - CAPABILITY_AUTO_EXPAND
1737 - CAPABILITY_NAMED_IAM
You can’t perform that action at this time.
0 commit comments