创建云形式堆栈(Creating cloudformation stacks)

编程入门 行业动态 更新时间:2024-10-25 08:25:39
创建云形式堆栈(Creating cloudformation stacks)

所以我使用https://github.com/commonsearch/cosr-ops/部署工具进行commonsearch。 该工具在CloudFormation中创建群集/实例!

我有相当多的错误,我修复了myslef,但是这个我现在已经打了2天了。

有些东西无法创建,当调用make aws_elasticsearch_create下面列出错误时,有什么想法吗?

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

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

但!

进入另一个问题。

这次不是Configs,而是Scalings。

见下文:

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

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

So i am using the https://github.com/commonsearch/cosr-ops/ deployment tool for commonsearch. The tool creates clusters/instances in CloudFormation!

I had quite a few bugs with it, witch i fixed myslef, but this one i have been hitting my head for 2 days now.

Some things fail to CREATE, when calling make aws_elasticsearch_create Error listed below, any ideas?

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

I resolved this by changing MAPPINGS ami's.

BUT!

Ran into antoher problem.

This time its not the Configs, but the Scalings.

See below:

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

Any ideas are welcome. Help a fellow programmer sort this out :)

最满意答案

最后,我取得了进步!

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

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

我有alredy下一个错误,但它的验证错误。 将试图弄明白。

Finally, i got progress!

You must signal the AutoScaling resources from local konsole, fot them to proceed. Heres how you do it:

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

I have alredy next error, but its validation error. Will try to figure it out.

更多推荐

本文发布于:2023-07-21 09:33:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1208989.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:堆栈   形式   Creating   cloudformation   stacks

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!