Relative Content

Tag Archive for pythonamazon-web-servicesaws-ssmaws-sts

Extract parameters from AWS Parameter store using STS assume role

In my python script, I would like to extract certain values from AWS parameter store using STS. I have a role called ‘IAMRole’ that I can use to access this account. I have created an STS client and a session and I am able to generate the access key ID, Secret Access Key and the Session Token.