0

I want to give developers individual access to AWS Management Console, and have their own security keys for AWS command line tools. Is it possible for me to do this using the command line tools? And if so, how?

chrism2671
  • 2,579
  • 9
  • 34
  • 45

1 Answers1

2

It sounds like you want AWS Identity and Access Management system, it does pretty much exactly what you want, including a command line interface and API. However, it doesn't currently support multiple EC2 SSH keys.

Ewan Leith
  • 1,705
  • 8
  • 7