Tool compatibility is directional and service-specific. A tool can use an origin adapter when its services and operations appear in the service catalog under that cloud.
Start here
AWS CLI
Prove an origin API request through the adapter with the smallest possible toolchain.
AWS SDKs
Configure a language SDK without rewriting its service calls.
Terraform/OpenTofu
Use adapted cloud APIs from infrastructure as code.
Pulumi
Deploy programs that use an origin-cloud provider API.
How to read these guides
Every guide follows the same loop:- Configure the tool’s endpoint and credentials.
- Run a read-only smoke test.
- Create one uniquely named test resource.
- Verify the origin-shaped response and target-cloud state.
- Exercise one expected failure before expanding the workload.
- Use tuning, debugging and local testing to investigate differences.
Guides
Command-line and SDK clients
- AWS CLI
- AWS Java SDK
- AWS JavaScript and TypeScript SDK
- AWS Python SDK
- AWS Go SDK
- AWS .NET SDK
- AWS Rust SDK