You can use this format arn:aws:ec2:${Region}:${Account}:launch-template/${LaunchTemplateId} or arn:aws:ec2:region:account-id:launch-template/{LaunchTemplateId}.
Not sure you can find the ARN on AWS Console, but if you need to retrieve using CLI or so, the above format going to work for you.
2
Answers
You can use this format
arn:aws:ec2:${Region}:${Account}:launch-template/${LaunchTemplateId}
orarn:aws:ec2:region:account-id:launch-template/{LaunchTemplateId}
.Not sure you can find the ARN on AWS Console, but if you need to retrieve using CLI or so, the above format going to work for you.
I couldn’t find it in the Management Console, and listing Launch Templates with the AWS CLI didn’t show it either.
However, Control access to launch templates with IAM permissions – Amazon Elastic Compute Cloud says:
That
lt-
ID at the end can be found in the Management Console as the Launch template ID.