- Linux distribution other than Amazon Linux AMI image
- root or sudo permission
Following commands are to install AWS CloudFormation Helper scripts on Red Hat/ CentOS distro.
sudo yum update -y
sudo yum install -y epel-release
sudo yum install -y https://s3.amazonaws.com/cloudformation-examples/sudo aws-cfn-bootstrap-latest.amzn1.noarch.rpm
sudo ln -s /usr/local/lib/python2.7/site-packages/cfnbootstrap /usr/lib/python2.7/site-packages/cfnbootstrap
ls /opt/aws/bin/
Rangsiman Ketkaew - [email protected]