创建云形式堆栈

时间:2016-05-24 09:13:57

标签: amazon-web-services amazon-ec2 amazon-cloudformation

所以我使用differenceWith部署工具进行commonsearch。该工具在CloudFormation中创建了集群/实例!

我有很多错误,我修复了myslef,但是这个我已经打了2天了。

调用make aws_elasticsearch_create时,有些事情无法创建 下面列出的错误,任何想法?

The following resource(s) failed to create: [ElasticsearchLbLaunchConfiguration, ElasticsearchMasterLaunchConfiguration, ElasticsearchDataLaunchConfiguration]. . Rollback requested by user.

我通过改变MAPPINGS ami来解决这个问题。

BUT!

进入另一个问题。

这次不是Configs,而是Scalings。

见下文:

The following resource(s) failed to create: [ElasticsearchLbAutoScalingGroup, ElasticsearchMasterAutoScalingGroup, ElasticsearchDataAutoScalingGroup]. . Rollback requested by user.

欢迎任何想法。帮助一位程序员解决这个问题:)

1 个答案:

答案 0 :(得分:0)

最后,我取得了进步!

您必须从本地konsole发出AutoScaling资源信号,然后继续。你是怎么做的:

aws cloudformation signal-resource --stack-name search-elasticsearch --logical-resource-id ElasticsearchDataAutoScalingGroup --status SUCCESS --unique-id ElasticsearchDataAutoScalingGroup

我有下一个错误,但是它的验证错误。将尝试解决这个问题。