AWS onboarding collection

Number of APIs: 6

Learn how to get started with Amazon Web Services APIs in Qodex. If you are using AWS APIs for the first time, you can follow the steps in this guide to call the APIs using requests sent through the Qodex client. You can also use these requests to experiment with an API before you develop your application or to run an API sequence programmatically in Qodex.

Get Started

Follow along with step-by-step instructions at [Get started with Amazon Web Services APIs]

What You’ll Learn

  • how to authenticate to AWS APIs
  • how to set up Cloud instances and Cloud storage
  • how to troubleshoot unexpected API behavior
  • how to set permissions on AWS users
  • how to grant access to Cloud resources
  • how to automate API workflows for AWS in Qodex
  1. Storage - Create bucket PUT https://{{bucketName}}.{{serviceName}}.amazonaws.com

  2. Storage - List buckets GET https://{{serviceName}}.amazonaws.com/

  3. Storage - Upload object to bucket PUT https://{{bucketName}}.{{serviceName}}.amazonaws.com/{{fileName}}

  4. Storage - Get object from bucket GET https://{{bucketName}}.{{serviceName}}.amazonaws.com/{{fileName}}

  5. Storage - Set bucket policy PUT https://{{serviceName}}.{{region}}.amazonaws.com?policy

  6. Compute - Describe Instances GET https://{{serviceName}}.amazonaws.com?Action=DescribeInstances&InstanceId={{instanceId}}