I need to use the arn
many times, currently it looks like this:
arn:aws:iam::000000000000:user/FirstName.LastName
Is it possible to customize it for something like this ?
arn:aws:iam::CompanyName:user/FirstName.LastName
So I could use it on others arn
as well, such as this:
arn:aws:iam::000000000000:role/my.role
You should create account alias. As your
000000000000
is an account Id. You can do it using:Here's the link