# AWS

CloudTruth provides an easy and convenient way to import and export data from AWS Secrets Manager and the AWS Parameter Store. We also provide the ability to read in (import) structured data from S3 buckets.

The CloudTruth to AWS Integration connection provides a way to:

* Centralize the management of secrets and parameters
* Stage and push changes from the centralized CloudTruth parameter store to AWS parameter and secret stores

An AWS account. If you don't have one, you can sign up for a free trial [here](https://aws.amazon.com/free/?all-free-tier.sort-by=item.additionalFields.SortRank\&all-free-tier.sort-order=asc\&awsf.Free%20Tier%20Types=*all\&awsf.Free%20Tier%20Categories=*all).

#### AWS Integrations

CloudTruth AWS integrations allow you to pull secrets from AWS to use them in the CloudTruth Parameter store as a single source of truth.

* [AWS Parameter Store](/configuration-management/integrations/aws/parameter-store-ssm.md)
* [AWS S3](/configuration-management/integrations/aws/s3.md)
* [AWS Secrets Manager](/configuration-management/integrations/aws/secrets-manager.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudtruth.com/configuration-management/integrations/aws.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
