File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -731,10 +731,11 @@ Conditions:
731
731
IsRootVolumeIsGp3 :
732
732
!Equals [ !Ref RootVolumeType, "gp3" ]
733
733
734
- IsRootVolumeIsIo1OrIo2 :
734
+ IsRootVolumeIsIo1OrIo2OrGp3 :
735
735
!Or
736
736
- !Equals [ !Ref RootVolumeType, "io1" ]
737
737
- !Equals [ !Ref RootVolumeType, "io2" ]
738
+ - !Equals [ !Ref RootVolumeType, "gp3" ]
738
739
739
740
Mappings :
740
741
ECRManagedPolicy :
@@ -1165,7 +1166,7 @@ Resources:
1165
1166
VolumeType : !Ref RootVolumeType
1166
1167
Encrypted : !Ref RootVolumeEncrypted
1167
1168
Throughput : !If [ IsRootVolumeIsGp3, !Ref RootVolumeThroughput, !Ref "AWS::NoValue" ]
1168
- Iops : !If [ IsRootVolumeIsIo1OrIo2 , !Ref RootVolumeIops, !Ref "AWS::NoValue" ]
1169
+ Iops : !If [ IsRootVolumeIsIo1OrIo2OrGp3 , !Ref RootVolumeIops, !Ref "AWS::NoValue" ]
1169
1170
TagSpecifications :
1170
1171
- ResourceType : instance
1171
1172
Tags :
You can’t perform that action at this time.
0 commit comments