Google News
logo
AWS - Interview Questions
How to update AMI tools at the Boot-Time on Linux?
To update AMI tools at the Boot-Time on Linux, you will have to do the following :
 
* # Update to Amazon EC2 AMI tools
* echo ” + Updating EC2 AMI tools”
* yum update -y aws-amitools-ec2
* echo ” + Updated EC2 AMI tools”
Advertisement