Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Upcoming AWS changes will affect condor_annex
- Date: Mon, 16 Dec 2019 16:37:07 -0600 (CST)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: [HTCondor-users] Upcoming AWS changes will affect condor_annex
Starting on January 6, AWS will no longer allow the creation of
new Lambda functions using the Node.js 8.10 runtime. This means that the
'condor_annex -setup' command will stop working at that time, unless you
upgrade to HTCondor 8.8.7 or 8.9.5, which will be released on Dec 26 and
Jan 2, respectively. If you have already run the '-setup' command for
your AWS account, you do not immediately need to upgrade your version of
HTCondor.
Starting on February 3, AWS will no longer allow Lambda functions
using the Node.js 8.10 runtime to be updated. We therefore recommend that
you update condor_annex's Lambda functions before then. Instructions for
doing so are at the following URL:
https://htcondor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToUpgradeTheAnnexRuntime
If you'd prefer, you could also follow the instructions for undoing the
setup command (
https://htcondor.readthedocs.io/en/latest/cloud-computing/using-annex-first-time.html#undoing-the-setup-command
) and the re-run 'condor_annex -setup' with an updated version of HTCondor.
- ToddM