jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
583 stars 313 forks source link

New UserWarning on group names and filters #621

Open kynnjo opened 5 years ago

kynnjo commented 5 years ago

When I run starcluster start <name of cluster> I get the following warning:

/home/yrstrly/.virtualenvs/aws/local/lib/python2.7/site-packages/boto/ec2/connection.py:1339: \
    UserWarning: The 'launch.group-id' filter now requires a security group id (sg-*) and no \
    longer supports filtering by group name. Please update your filters accordingly.

This is a reproducible warning. It has appeared with every invocation of starcluster start that I've tried today.

It is also a new warning. The same command (with a different cluster name) worked without any warnings two days ago. I have not changed configurations nor anything else in my EC2 account in the intervening time.

% starcluster --version
StarCluster - (http://star.mit.edu/cluster) (v. 0.95.6)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster@mit.edu

0.95.6

% uname -ar
Linux xxx 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux
rainkinz commented 5 years ago

Same issue here.