LoginSignup
1
0

More than 5 years have passed since last update.

Upgrade Amazon Linux on Opsworks

Posted at

As failed to upgrade amazonlinux os from 2014.3 to 2016.3 with opsworks deopyment, I upgraded the os manually and then run opswork's job, update_dependencies to change /etc/motd or so.

$ ssh $HOST
$ vi /etc/yum.conf
releasever=2016.03 # change from 2014.03
$ sudo yum clean all
$ sudo yum update

Then, go to Opsworks console, change agent version to the latest, then run update_dependencies.

Finally deploy your app :)

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0