cfn-hup
Tools required to be installed on Heat provisioned cloud
Install
- All systems
-
curl cmd.cat/cfn-hup.sh
- Debian
-
apt-get install heat-cfntools
- Ubuntu
-
apt-get install heat-cfntools
- Kali Linux
-
apt-get install heat-cfntools
- Fedora
-
dnf install heat-cfntools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install heat-cfntools
- Raspbian
-
apt-get install heat-cfntools
- Dockerfile
- dockerfile.run/cfn-hup
heat-cfntools
Tools required to be installed on Heat provisioned cloud
This package contains tools for use with CloudFormation cfn-init - Reads the AWS::CloudFormation::Init for the instance resource, installs packages, and starts services cfn-signal - Waits for an application to be ready before continuing, ie: supporting the WaitCondition feature cfn-hup - Handle updates from the UpdateStack CloudFormation API call