Comment 10 for bug 2052410

Revision history for this message
Diko Parvanov (dparv) wrote :

Based on that I need both:
1. personal/account AWS credentials
2. IAM role that has access

It really doesn't make sense to be using the IAM Role in this scenario. Juju can just build whatever resources it wants with the personal/account AWS credentials provided, so why do we need the IAM role in the first place?

The whole idea of an IAM role is to be able to automate things (e.g. deployments) without the need for any user input for credentials.