简体   繁体   English

有没有办法用邮递员创建 AWS EC2 实例?

[英]Is there a way of creating AWS EC2 instance with postman?

I want to create an EC2 instance with Postman but, I couldn't find anything on the internet?我想用Postman创建一个EC2 实例,但在互联网上找不到任何东西? Is there a way of doing this?有没有办法做到这一点? or should I use aws-cli instead?还是应该改用aws-cli

Everything in AWS is an API that can be hit directly or via CLI or SDK. AWS 中的一切都是一个 API,可以直接或通过 CLI 或 SDK 访问。 All those do is make the same calls you'd have to make.所有这些所做的就是拨打您必须拨打的相同电话。 The advantage to using the CLI or SDK is that they manage the auth for you, which is no trivial matter.使用 CLI 或 SDK 的优势在于它们可以为您管理身份验证,这不是一件小事。 The following document gives you a place to start looking at all the options for using AWS APIs.以下文档为您提供了一个开始查看使用 AWS API 的所有选项的地方。

Making API Requests 发出 API 请求

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

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