問題タブ [ecs-taskdefinition]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - IAM ロールを使用して、タスクの Spring Boot アプリケーションで AWS 秘密鍵をローテーションする方法
ユーザーの秘密鍵を指定するのではなく、タスクで S3、SNS などの AWS サービスを使用するために IAM ロールを使用したいと考えています。
この記事https://docs.aws.amazon.com/AmazonECS/latest/userguide/task-iam-roles.htmlを見ましたが、これをスプリング ブート環境に実装する方法がわかりません。
現在、起動時の Bean 作成に使用されるプロパティ ファイルにキーがあり、同じ Bean がすべての AWS サービス インタラクションに使用されます (これは良い方法ではないと思います)。
誰かがこれを達成する方法を提案できますか?