Boto3でAssumeRoleするやり方をまとめます。 はじめに Boto3でAssumeRoleする AssumeRole関数の実装 使用例 おわりに 参考 はじめに Boto3を利用したPythonスクリプトで、AssumeRoleしたい状況はよくあります。 その度にAssumeRoleの実装方法を調べなおしているので、今回はその方法をまとめます。 The English translation of this post is here. Boto3でAssumeRoleする AssumeRole関数の実装 さっそくAssumeRoleす...| BioErrorLog Tech Blog
AWS provides many ways to control its resources. One of the fastest and the most effective way is the AWS CLIs and SDKs. The best benefit of using CLI or SDKs it that you can automate complex workflow. In this article we will learn to download, install, configure AWS CLI and SDKs. It will also guide in using Postman Client to use HTTP APIs.| Archer Imagine