Infrastructure 2021-06-23

Remembering AWS ARNs

Understand AWS ARN format structure with partition, service, region, account-id, and resource-id components for resource naming.

Read in: ja
Remembering AWS ARNs

Make a note to remember the format of AWS Resource Names (ARN).

arn:partition:service:region:account-id:resource-id
arn:partition:service:region:account-id:resource-type/resource-id
arn:partition:service:region:account-id:resource-type:resource-id

Apsrairr

The last 'r' is either / or :.

cf. Amazon Resource Names (ARN)

Tags: Amazon Web Service
Share: 𝕏 Post Facebook Hatena
✏️ View source / Discuss on GitHub
☕ Support

If you enjoy this blog, consider supporting it. Every bit helps keep it running!


Related Articles