datastax enterprise AMI - EC2 is experiencing some issues and has not allocated all of the resources in under 10 minutes -


we have followed steps deploy dse in aws outlined here. when configuring ec2 instance details' under advanced details user data , adding (replacing values username , password correct credentials)

--clustername mydsecluster --totalnodes 6 --version enterprise --username my_name --password my_password --analyticsnodes 2 --searchnodes 2 

ec2 instance starts up, however, once connect see following in log:

[info] 10/09/15-23:59:42 reflector: received 1 of 2 responses from: [u'172.31.7.164'] [error] ec2 experiencing issues , has not allocated of resources in under 10 minutes.  aborting clustering of reservation. please try again. [error] exception seen in ds1_launcher.py: traceback (most recent call last):  file "/home/ubuntu/datastax_ami/ds1_launcher.py", line 22, in initial_configurations    ds2_configure.run()  file "/home/ubuntu/datastax_ami/ds2_configure.py", line 1170, in run  file "/home/ubuntu/datastax_ami/ds2_configure.py", line 500, in get_seed_list  file "/home/ubuntu/datastax_ami/ds2_configure.py", line 57, in exit_path attributeerror: ec2 experiencing issues , has not allocated of resources in under 10 minutes.  aborting clustering of reservation. please try again. 

we tried using different availability zones, different region, same results.

then tried following user data , worked:

--clustername mydsecluster --totalnodes 1 --version enterprise --username my_name --password my_password 

searching type of issue resulted in says aws being sluggish provide resources ami asking for.

but there other way sorted without having retrying , hoping aws can respond requested resources in timely manner?


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -