File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Management-Utilities/ec2-user-data-iscsi-create-and-mount Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,10 @@ Parameters:
9292 Type : AWS::EC2::Image::Id
9393 Description : AMI ID for the instance
9494 AllowedValues :
95- - ami-0b09ffb6d8b58ca91 # Amazon Linux 2023 Kernel-6.1 AMI (us-east-1)
96- - ami-0e3c2921641a4a215 # Microsoft Windows Server 2025 Base (us-east-1)
95+ # Amazon Linux 2023 Kernel-6.1 AMI (us-east-1)
96+ - ami-0b09ffb6d8b58ca91
97+ # Microsoft Windows Server 2025 Base (us-east-1)
98+ - ami-0e3c2921641a4a215
9799 VpcId :
98100 Type : AWS::EC2::VPC::Id
99101 Description : VPC ID
@@ -106,7 +108,7 @@ Parameters:
106108 AWSRegion :
107109 Type : String
108110 Description : AWS Secret region(in which you have yours secret)
109- ManagementEndpointIP :
111+ ManagementEndpointIP :
110112 Type : String
111113 Description : Management endpoint IP Address of your FSxN
112114 VolumeName :
You can’t perform that action at this time.
0 commit comments