improved tips for ec2

dev_future
Jingyi 2024-06-20 21:43:58 +08:00
parent 58cadbb7cd
commit 1a750b1471
1 changed files with 2 additions and 2 deletions

View File

@ -400,12 +400,12 @@ export class Middleware extends Stack {
new CfnOutput(this, 'TemplateForSDOnEC2', {
value: `https://aws-gcr-solutions.s3.amazonaws.com/extension-for-stable-diffusion-on-aws/sd_${ESD_VERSION}.yaml`,
description: 'Create New or Update EC2 Stack for SD',
description: 'Create New or Update EC2 Stack for SD (Global Only)',
});
new CfnOutput(this, 'TemplateForComfyOnEC2', {
value: `https://aws-gcr-solutions.s3.amazonaws.com/extension-for-stable-diffusion-on-aws/comfy_${ESD_VERSION}.yaml`,
description: 'Create New or Update EC2 Stack for Comfy',
description: 'Create New or Update EC2 Stack for Comfy (Global Only)',
});
}