Back to Developer Roadmap

Instance Profiles

src/data/roadmaps/aws/content/[email protected]

4.0773 B
Original Source

Instance Profiles

Instance profiles are AWS IAM entities that you can use to grant permissions to applications running on your EC2 instances. They effectively allow your instances to make secure API requests. An instance profile is essentially a container for an AWS Identity and Access Management (IAM) role that you can use to pass roles to EC2 instances at launch time. Once an IAM role is associated with an instance at launch time, we can't change the role. However, you can modify the permissions policies attached to the role, and the updated permissions do take effect immediately.

Visit the following resources to learn more: