Is it possible to share single instance profile between multiple aws ec2 instances? When I launch instane I can pass instance profile arn/name to it. Can I use single instance profile for different instance launches? Or I need every time create new one with the same roles specified? I know that I can share a role between profiles, the question is about profiles.
Asked
Active
Viewed 1,037 times
1 Answers
4
The IAM instance profiles can be reused for many instances. This way, you can startup an entire fleet of EC2 instances using the same IAM profile/role.

Matt Houser
- 10,053
- 1
- 28
- 28