> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensor9.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Guides

> Use Cloud Adapter with familiar infrastructure and cloud tooling.

Cloud Adapter implements a supported origin cloud API at the application boundary. That means many tools can work through it without a Tensor9-specific provider: configure the tool to use the adapter endpoint, then verify the operations and resource behavior your workflow needs.

<Note>
  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.
</Note>

## Start here

<CardGroup cols={2}>
  <Card title="AWS CLI" icon="terminal" href="/cloud-adapter/guides/aws-cli">Prove an origin API request through the adapter with the smallest possible toolchain.</Card>
  <Card title="AWS SDKs" icon="code" href="/cloud-adapter/guides/aws-java-sdk">Configure a language SDK without rewriting its service calls.</Card>
  <Card title="Terraform/OpenTofu" icon="cubes" href="/cloud-adapter/guides/terraform-opentofu">Use adapted cloud APIs from infrastructure as code.</Card>
  <Card title="Pulumi" icon="code-branch" href="/cloud-adapter/guides/pulumi">Deploy programs that use an origin-cloud provider API.</Card>
</CardGroup>

## How to read these guides

Every guide follows the same loop:

1. Configure the tool's endpoint and credentials.
2. Run a read-only smoke test.
3. Create one uniquely named test resource.
4. Verify the origin-shaped response and target-cloud state.
5. Exercise one expected failure before expanding the workload.
6. Use [tuning](/cloud-adapter/tuning/overview), [debugging](/cloud-adapter/debugging/overview) and [local testing](/cloud-adapter/local-testing/overview) to investigate differences.

Do not infer support from a tool's provider name. The adapter's service reference is authoritative.

## Guides

### Command-line and SDK clients

* [AWS CLI](/cloud-adapter/guides/aws-cli)
* [AWS Java SDK](/cloud-adapter/guides/aws-java-sdk)
* [AWS JavaScript and TypeScript SDK](/cloud-adapter/guides/aws-javascript-sdk)
* [AWS Python SDK](/cloud-adapter/guides/aws-python-sdk)
* [AWS Go SDK](/cloud-adapter/guides/aws-go-sdk)
* [AWS .NET SDK](/cloud-adapter/guides/aws-dotnet-sdk)
* [AWS Rust SDK](/cloud-adapter/guides/aws-rust-sdk)

### Infrastructure and orchestration

* [Terraform/OpenTofu](/cloud-adapter/guides/terraform-opentofu)
* [Pulumi](/cloud-adapter/guides/pulumi)
* [CloudFormation and CDK](/cloud-adapter/guides/cloudformation-cdk)
* [Serverless Framework and SAM](/cloud-adapter/guides/serverless-sam)
* [Crossplane](/cloud-adapter/guides/crossplane)
* [Ansible](/cloud-adapter/guides/ansible)

### Automation and governance

* [CI/CD automation](/cloud-adapter/guides/ci-cd)
* [Security and inventory tools](/cloud-adapter/guides/security-inventory)
