Skip to content

v2.0.73 - AWS IAM Instance Profile

Compare
Choose a tag to compare
@sekka1 sekka1 released this 20 Apr 18:41
· 23 commits to main since this release
0d8850b

IAM Instances Profile

An IAM Instance Profile is an AWS Identity and Access Management (IAM) entity that you can use to pass role information to an Amazon EC2 instance
when the instance starts. It is a container for an IAM role that you can use to pass permissions to the EC2 instance, allowing it to access other
AWS resources according to the policies attached to the role.

#425