Skip to content

Commit

Permalink
Merge pull request #352 from chkp-nimrodgab/ng-dev
Browse files Browse the repository at this point in the history
AWS CFT | Added internal private ip to single gw output
  • Loading branch information
chkp-romanka authored Mar 24, 2024
2 parents d9af212 + d8df60b commit a2768f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws/templates/single-gw/gateway-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ Outputs:
CheckPointInstancePrivateExternalAddress:
Description: The private external address of the Check Point instance.
Value: !GetAtt GatewayStack.Outputs.PrivateExternalAddress
CheckPointInstancePrivateInternalAddress:
Description: The private internal address of the Check Point instance.
Value: !GetAtt GatewayStack.Outputs.PrivateInternalAddress
CheckPointInstanceSSH:
Condition: AllocateAddress
Description: SSH command to the Check Point instance.
Expand Down
3 changes: 3 additions & 0 deletions aws/templates/single-gw/gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,9 @@ Outputs:
PrivateExternalAddress:
Description: The private external address of the Check Point instance.
Value: !GetAtt ExternalNetworkInterface.PrimaryPrivateIpAddress
PrivateInternalAddress:
Description: The private internal address of the Check Point instance.
Value: !GetAtt InternalNetworkInterface.PrimaryPrivateIpAddress
SSH:
Description: SSH command to the Check Point instance.
Value: !Join ['', ['ssh -i ', !Ref KeyName, ' admin@', !Ref PublicAddress]]
Expand Down

0 comments on commit a2768f5

Please sign in to comment.