> 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/other-aws-services.md).

# Other AWS Services

- [CloudFormation](https://notes.radifine.com/aws/other-aws-services/cloudformation.md)
- [AWS Key Management Services (KMS)](https://notes.radifine.com/aws/other-aws-services/aws-key-management-services-kms.md)
- [AWS Secrets Manager](https://notes.radifine.com/aws/other-aws-services/aws-secrets-manager.md)
- [AWS Certificate Manager (ACM)](https://notes.radifine.com/aws/other-aws-services/aws-certificate-manager-acm.md)
- [AWS Messaging Services](https://notes.radifine.com/aws/other-aws-services/aws-messaging-services.md)
- [AWS SNS (Simple Notification Service)](https://notes.radifine.com/aws/other-aws-services/aws-messaging-services/aws-sns-simple-notification-service.md)
- [AWS Simple Queue Service (SQS)](https://notes.radifine.com/aws/other-aws-services/aws-messaging-services/aws-simple-queue-service-sqs.md)
- [AWS Systems Manager](https://notes.radifine.com/aws/other-aws-services/aws-systems-manager.md): Previously called as Simple Systems Manager
- [Application Management](https://notes.radifine.com/aws/other-aws-services/aws-systems-manager/application-management.md)
- [Node Management](https://notes.radifine.com/aws/other-aws-services/aws-systems-manager/node-management.md)
- [Logging and Monitoring](https://notes.radifine.com/aws/other-aws-services/logging-and-monitoring.md)
- [AWS CloudTrail](https://notes.radifine.com/aws/other-aws-services/logging-and-monitoring/aws-cloudtrail.md)
- [AWS CloudWatch](https://notes.radifine.com/aws/other-aws-services/logging-and-monitoring/aws-cloudwatch.md)
- [AWS Macie](https://notes.radifine.com/aws/other-aws-services/aws-macie.md)
- [AWS Inspector](https://notes.radifine.com/aws/other-aws-services/aws-inspector.md)
- [AWS GuardDuty](https://notes.radifine.com/aws/other-aws-services/aws-guardduty.md)


---

# 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/other-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.
