I will also talk about how to create arn URLs for a specific AWS resource. I have also added all the important links to AWS resources to build the ARNs you need quickly.

Like this you can try describing the resource and see if it outputs the arn.

Just browse to the specific resource and you will find the related arn at the top as shown below. If you are using Cloudformation, you can get the resource arn in the output with the function Fn::GetAtt

Related Articles