> For the complete documentation index, see [llms.txt](https://notes.radifine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.radifine.com/aws/interacting-with-aws.md).

# Interacting with AWS

## Accessing AWS Services

* AWS Management Web Console&#x20;
* AWS Mobile Application
* AWS CLI \[Available for Windows/Linux or use **CloudShell**]

> Note: AWS CLI comes preinstalled on AMI Linux. Also,Bundled installations like the one as shown below are difficult to modify default behavior like changing User Agent, so its recommended to passit via Proxy (Shown later)
>
> One can install AWS CLI in Debian based Linux using the following commands:
>
> ```bash
> curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
> unzip awscliv2.zip
> sudo ./aws/install
> aws --version
> aws configure
> aws sts get-caller-identity
> ```

<figure><img src="/files/mKTPX64Gc3myN6WTWvA7" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ks16CqhJB2yDujCpEYPw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tesygx9U1JwxTuOZKEfF" alt=""><figcaption></figcaption></figure>

* AWS SDK \[Some of the supported languages are Python, C++, Java, .NET, Ruby, Node.js, Javascript (Browser), Kotlin, Swift etc.]


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://notes.radifine.com/aws/interacting-with-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.
