How to get the ARN of EC2 instance
ARN of EC2 instance will be in the following format.
arn:aws:ec2:REGION:ACCOUNT_ID:instance/INSTANCE_ID
Where REGION, ACCOUNT_ID and INSTANCE_ID need to be replaced with the corresponding values.
That's all…