Reputation: 27
We have multiple AWS accounts and one management account. We have one web application server in management account. From this server we can create EC2 instances on multiple AWS accounts using secret and access key. However, we would like to launch instance on other AWS accounts using IAM role. Is possible to lauch instances on other AWS accounts using IAM role (Instead of using access and secret key) ?
Upvotes: 0
Views: 777
Reputation: 270089
The typical setup would be:
Upvotes: 3