Luka Klarić
Luka Klarić

Reputation: 333

Setup a default initialization of AWS Powershell for all local users

I having a jump server and an RDP Manager running on it, for quick accessing the hosts in the private subnet. I need to enable every local user on that machine to start/stop the instances via a powershell script. I created an programatic user, and now I want to share these credentials amongs all local users.

In other words, I want to initialize it once with my admin user, and that everyone else load these credentials by default. Is the way via programtaic user OK, or should I do it via Role ARN?

Upvotes: 1

Views: 85

Answers (1)

Luka Klarić
Luka Klarić

Reputation: 333

I accomplished it with a role assigned to the host. In this way I manage the EC2 instances without the need of the credentials.

Upvotes: 1

Related Questions