boto3(高2)「ごめん……///待った……??♡♡♡♡」←こいつのリトライが邪魔でモデルフォールバックできなかった話
https://qiita.com/s3kzk/items/14c22d26e6b33082ee9c?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #Python #AWS #boto3 #LLM #AmazonBedrock

boto3(高2)「ごめん……///待った……??♡♡♡♡」←こいつのリトライが邪魔でモデルフォールバックできなかった話 - Qiita

この記事は私の経験とその際の調査結果をもとにAIが大枠を作成、人間による校正およびコードの動作確認をしています。 今では私がおじいさん、孫にあげるのはもちろんヴェルタースオリジナル。 なぜなら、彼もまた特別な存在だからです。 こんにちは、はしもと(仮名)です。 Am...

Qiita

Boy, that was fun. It looks like the latest versions of #boto3 from #aws aren't compatible with #Hetzner #s3. I had to pin them to v1.42.59.

#WordToTheWise

Python + boto3でDynamoDBのデータを取得する方法(query編) - Qiita

AWS の DynamoDB に保存されたデータを Python から効率的に取得する方法をご紹介します。 前回は scan を使った全件検索を解説しましたが、今回は query を使った効率的なデータ取得に絞って解説します。 前回の記事をまだ見ていない方はこちらをご覧くだ...

Qiita
`aws login`の認証情報をboto3で使うにはひと工夫必要だよ! - Qiita

新しいaws loginが激アツですよね? 「SDKでも使えるよ!」とあったのですが、Boto3だとちょいと一工夫必要でしたので共有します。 とりあえずやってみよう 前提として、最新のAWS CLIをインストールし、aws loginでログインしておきま...

Qiita

Best Open Source Tools for Amazon EBS

What are the best open-source tools for your Amazon EBS setup? Amazon Elastic Block Store (EBS) provides scalable, high-performance block storage for use with Amazon EC2 instances. It is an essential component for businesses relying on AWS for their infrastructure, offering persistent, reliable storage that can be tailored to suit a wide variety of workloads. However, to maximize the effectiveness of your Amazon EBS usage, a range of open-source tools can streamline operations, optimize […]

https://www.simplyblock.io/blog/open-source-tools-for-amazon-ebs/

Am I stupid or is the only way to grab the latest RDS snapshot and archive it to S3 where a bucket policy can move it to Glacier is to write your own custom code either in CLI or with something like boto3?

Why is this not a thing that you can set through the database parameters? Am I missing something?

#aws #rds #aurora #boto3 #python

[小ネタ] boto3のSessionはリージョンの取得が簡単です
https://dev.classmethod.jp/articles/boto3-session-get-region-easy/

#dev_classmethod #Python #Boto3

[小ネタ] boto3のSessionはリージョンの取得が簡単です | DevelopersIO

[小ネタ] boto3のSessionはリージョンの取得が簡単です | DevelopersIO

AWS Healthイベントを説明や影響を受けるリソースも含めて一覧で取得してみた(Boto3)
https://dev.classmethod.jp/articles/retrieving-aws-health-events-and-affected-resources-with-boto3/

#dev_classmethod #AWS_Health_API #Boto3 #AWS

AWS Healthイベントを説明や影響を受けるリソースも含めて一覧で取得してみた(Boto3) | DevelopersIO

AWS Healthイベントの一覧をcsvで取得してみました。「説明」や「影響を受けるリソース」の情報も欲しいので、あわせて取得しています。

AWS Healthイベントを説明や影響を受けるリソースも含めて一覧で取得してみた(Boto3) | DevelopersIO

A new entry in my small collection of AWS tools: freetier

Python+boto3 to query the freetier API and see what your actual and estimated usage is, of the different free tier categories. Also works with older boto3 versions that don't know that API endpoint.

https://github.com/jochie/awsutils/blob/main/freetier

This helps me keep the few that I have below the limit, avoid nasty surprises to my CC. I can then spend that money elsewhere, like the European cloud services.

https://european-alternatives.eu/category/cloud-computing-platforms

#AWS #Python #Boto3 #Freetier

awsutils/freetier at main · jochie/awsutils

AWS Utilities. Contribute to jochie/awsutils development by creating an account on GitHub.

GitHub
プログラムで特定のリージョンで利用できるサービス一覧を取得する | DevelopersIO

AWS タイリージョンで利用可能なサービスリストをプログラムで取得する方法を紹介します。 api.regional-table.region-services.aws.a2z.com、Parameter Store、boto3 の get_available_services() を使用した3つのアプローチを解説しています。

プログラムで特定のリージョンで利用できるサービス一覧を取得する | DevelopersIO