# AWS

- [AWS Misc](https://hayashier.gitbook.io/article/aws/aws-misc.md)
- [AWS CLI, AWS SDKのリトライ処理の実装について](https://hayashier.gitbook.io/article/aws/aws-retry-logic.md)
- [AWS CLI バージョンアップでエラー発生を解消](https://hayashier.gitbook.io/article/aws/awscli-versionup-error.md)
- [Elastic Beanstalkで稼働しているアプリケーション（Ruby, Sinatra）をAmazon Linux AMIからAmazon Linux2へ移行](https://hayashier.gitbook.io/article/aws/beanstalk-migrate-alami-to-alami2.md)
- [Elastic Beanstalkでインスタンス入れ替え後にnginxのデフォルトの画面が表示されてしまう問題の対応](https://hayashier.gitbook.io/article/aws/beanstalk-sinatra-unexpected-launch.md)
- [Amazon Lightsail に SSL 証明書設置 with Let's Encrypt (自動更新)](https://hayashier.gitbook.io/article/aws/lightsail-letsencrypt-get-started.md)
- [Amazon Lightsailで10分で作るお手軽Markdownで書く独自ドメインのブログサイト構築](https://hayashier.gitbook.io/article/aws/lightsail-quick-blog-launch.md)
- [Lambdaをローカルでテスト(with Docker)](https://hayashier.gitbook.io/article/aws/test-lambda-locally-with-docker.md)
- [ECS + ALB でダウンタイムなしでデプロイ](https://hayashier.gitbook.io/article/aws/ecs-alb-deploy.md)
- [\`Repository packages-microsoft-com-prod is listed more than once in the configuration\`のメッセージの解消方法](https://hayashier.gitbook.io/article/aws/alami-listed-more-than-once-error.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://hayashier.gitbook.io/article/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.
