Skip to content

Commit

Permalink
Merge pull request #173 from xiao201208/fix/technical_solution_96
Browse files Browse the repository at this point in the history
update url for technical solution 96
  • Loading branch information
xiao201208 authored Dec 26, 2023
2 parents 45c7990 + d7fb75f commit 7008487
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 7008487

Please sign in to comment.