简体   繁体   English

AWS创建多个ec2实例

[英]AWS create multiple ec2 instances

In this oportunity I came to you because I have a doubt, I've been reading the AWS APIs documentation about create instance dynamically in node js, I understand every steps of they example code, and I even tried it and runned it. 遇到这种机会是因为有疑问,我一直在阅读有关在节点js中动态创建实例的AWS API文档,我了解它们示例代码的每个步骤,甚至尝试并运行了它。 My question is, is there an API or WAY provied by AWS to create multiples instances in differents regions? 我的问题是,AWS是否提供了API或WAY在不同区域创建多个实例?

I'm thinking to do it by my own, but I wanna know if there is an efficent way already developed to do this. 我正在考虑自己做,但是我想知道是否已经开发出一种有效的方法来做到这一点。

Thank you so much before hand. 非常感谢您。

All AWS API calls are made to a single region . 所有AWS API调用均在单个区域进行

Therefore, if you wish to launch resources in multiple regions, you will need to send commands to each region individually . 因此,如果您希望在多个区域中启动资源,则需要分别向每个区域发送命令

An exception to this are global services (IAM, CloudFront, Route 53, WAF). 全局服务 (IAM,CloudFront,Route 53,WAF)是一个例外。

Also, AWS CloudFormation StackSets can launch resources in multiple regions : 此外, AWS CloudFormation StackSet可以在多个区域中启动资源

AWS CloudFormation堆栈集

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM