Hi all,
after doing some tests, I can confirm that elasticluster doesn't work on an
AWS Educate Starter Account.
The reason is that these accounts use temporary credentials (i.e. an
additional session token is required in addition to the public/private
keypair) and this is not currently supported by elasticluster, that only
uses the keypair in the connection with the EC2 service:
*ec2_boto.py: 157*
# connect to webservice
ec2_connection = boto.ec2.connect_to_region(
self._region_name,
aws_access_key_id=self._access_key,
aws_secret_access_key=self._secret_key,
is_secure=self._secure,
host=self._ec2host,
port=self._ec2port,
path=self._ec2path,
)
I guess this could be addressed in boto2 by adding support for using the
additional parameter aws_session_token.
Best regards
El martes, 21 de julio de 2020, 12:47:01 (UTC+2), Xoan Carlos Pardo
Martinez escribió:
>
> Hi,
>
> I would like to know if anybody has tried ElastiCluster on an AWS Educate
> Starter Account.
> This is an special type of AWS account that is offered to students and has
> some IAM limitations that prevent a tool like AWS ParallelCluster from
> working on this type of account.
>
> Thanks very much!
>
--
You received this message because you are subscribed to the Google Groups
"elasticluster" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticluster/1f91abf1-44a3-4462-a40c-45fa73314610o%40googlegroups.com.