Search code examples
amazon-web-serviceslaunch-template

How to see the arn of a launch tempate in the management console in aws?


How to see the arn of a launch tempate in the management console in aws?

I can not find it.


Solution

  • 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.