Jeff Leung
Jeff Leung

Reputation: 71

How to apply IAM Role to EC2 instance?

I launched a EC2 instance with no IAM Roles at the beginning. Now I want to add a IAM Role to the EC2 instance. So how can I do this?

Upvotes: 1

Views: 162

Answers (2)

gview
gview

Reputation: 15361

You can do this using the aws cli. There's a howto blog post available here.

Upvotes: 0

Related Questions