The pain of managing multiple named profiles with AWS-SDK

Omkar Birade
FAUN — Developer Community 🐾
4 min readFeb 6, 2021

--

Let me tell you the story of how I learned this the hard way.

First of let’s understand what are AWS profiles:

AWS profiles are a combination of user credentials with their configurations. These are used to manage multiple users on the same machine. When you give them a name they are called as named profiles.

--

--