# Using the AWS CLI with AWS Services

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/aws-cli-user-guide.git)
{% endhint %}

## S3 Glacier

* **Note**\
  For command reference and additional examples, see `[aws glacier](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/glacier/index.html)` in the *AWS CLI Command Reference*.
* **Note**\
  All S3 Glacier commands require an account ID parameter. Use the hyphen character (`--account-id -`) to use the current account.
* **Note**\
  [HJ-Split](http://www.hjsplit.org/) is a free file splitter for Windows and many other platforms.
* **Note**\
  The previous example uses the dollar sign (`$`) to reference the contents of the `UPLOADID` shell variable on Linux. On the Windows command line, use a percent sign (%) on either side of the variable name (for example, `%UPLOADID%`).
* **Note**\
  Windows users can use the `type` command in place of `cat`. OpenSSL is available for Windows at [OpenSSL.org](https://www.openssl.org/related/binaries.html).
* **Note**\
  Vault status is updated about once per day. See [Working with Vaults](https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-vaults.html) for more information.


---

# 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://awsnotes.dendron.so/management-and-governance/aws-command-line-interface-aws-cli/topics/using-the-aws-cli-with-aws-services.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.
