Skip to content

Commit

Permalink
update url for technical solution 96
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao201208 committed Dec 26, 2023
1 parent 5c4b81f commit d7fb75f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documents/solution/storage/snapshot-optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Resources:
ZoneId:
Ref: zoneId
InstanceName:
Fn::Sub: ECS_Instance-${ALIYUN::StackId}
'Fn::Sub': 'ECS_Instance-${ALIYUN::StackId}'
RunCommand:
Type: 'ALIYUN::ECS::RunCommand'
Properties:
Expand Down Expand Up @@ -247,15 +247,15 @@ Resources:
- SysTemDisk
- DiskIds
AutoSnapshotPolicyName:
Fn::Sub: AutoSnapshotPolicy-${ALIYUN::StackId}
'Fn::Sub': 'AutoSnapshotPolicy-${ALIYUN::StackId}'
MysqlImage:
Type: 'ALIYUN::ECS::CustomImage'
Properties:
Description: MySQL实例镜像
InstanceId:
Ref: EcsInstance
ImageName:
Fn::Sub: MySQLImage-${ALIYUN::StackId}
'Fn::Sub': 'MySQLImage-${ALIYUN::StackId}'
Platform: CentOS
Architecture: x86_64
DependsOn:
Expand Down Expand Up @@ -287,7 +287,7 @@ Resources:
ZoneId:
Ref: zoneId
InstanceName:
Fn::Sub: ECS_Instance_Clone-${ALIYUN::StackId}
'Fn::Sub': 'ECS_Instance_Clone-${ALIYUN::StackId}'
DependsOn:
- MysqlImage
Metadata:
Expand Down

0 comments on commit d7fb75f

Please sign in to comment.