IAM Roles | Terraform Tutorial for Beginners 2022 | Easy Explanation

preview_player
Показать описание
In this video, we will see How to use IAM Roles.

#IAM #AWS #Terraform #EC2 #IAMRoles

If you have any questions or doubts you can ask in the comment section below.

Do like and share this video if you found this video helpful.

Subscribe to this channel and hit the bell icon to get a notification for upcoming videos.

▬▬▬▬▬▬ Want to learn more? ▬▬▬▬▬▬

▬▬▬▬▬▬ Free Udemy Courses ▬▬▬▬▬▬

▬▬▬▬▬▬ Connect with me ▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

Hello Vijay Sir,

Can you please tell me how we can attached SSM Role to the EC2 while creating EC2 through Terraform.
Like below Ex. we have attached EIP to the EC2.

resource "aws_eip_association" "eip_assoc" {
instance_id = aws_instance.web.id
allocation_id = aws_eip.example.id
}

Thanks & Regards,
Rahul Mahure

rahulmahure