@@ -7,19 +7,19 @@ Metadata:
77 Description :
Adi Zalmanovich ([email protected] ) 88 AWS::CloudFormation::Interface :
99 ParameterGroups :
10- - Label :
10+ - Label :
1111 default : Harvest and Grafana Instance parameters
12- Parameters :
13- - InstanceType
14- - KeyPair
15- - SecurityGroup
16- - SubnetType
17- - Subnet
18- - Label :
12+ Parameters :
13+ - InstanceType
14+ - KeyPair
15+ - SecurityGroup
16+ - SubnetType
17+ - Subnet
18+ - Label :
1919 default : Amazon FSx for Netapp ONTAP file system parameters
20- Parameters :
21- - FSxEndPoint
22- - SecretName
20+ Parameters :
21+ - FSxEndPoint
22+ - SecretName
2323 ParameterLabels :
2424 InstanceType :
2525 default : Instance Type
@@ -65,8 +65,8 @@ Parameters:
6565 Description : Choose between public or private. Public means that an Public facing IP address will be assigned to the instance.
6666 Type : String
6767 AllowedValues :
68- - public
69- - private
68+ - public
69+ - private
7070
7171 Subnet :
7272 Type : AWS::EC2::Subnet::Id
@@ -320,11 +320,11 @@ Resources:
320320 - ' *'
321321
322322Outputs :
323- PublicURL :
324- Condition : CreatePublicIP
325- Description : Use below Public IP URL to connect to the Grafana endpoint
326- Value : !Join [ "", ["http://",!GetAtt Instance.PublicIp,":3000" ]]
327- PrivateURL :
328- Condition : CreatePrivateIP
329- Description : Use below Private IP URL to connect to the Grafana endpoint
330- Value : !Join [ "", ["http://",!GetAtt Instance.PrivateIp,":3000" ]]
323+ PublicURL :
324+ Condition : CreatePublicIP
325+ Description : Use below Public IP URL to connect to the Grafana endpoint
326+ Value : !Join [ "", ["http://",!GetAtt Instance.PublicIp, ":3000" ]]
327+ PrivateURL :
328+ Condition : CreatePrivateIP
329+ Description : Use below Private IP URL to connect to the Grafana endpoint
330+ Value : !Join [ "", ["http://",!GetAtt Instance.PrivateIp, ":3000" ]]
0 commit comments