Some notes on Amazon Web Services (AWS) cloud provider.
Regions
AWS is available in many Regions throughout the world. Example regions are Europe (Frankfurt) and
US West (N. California), or eu-central-1 and us-west-1 respectively.
Amazon Resource Names (ARNs)
An Amazon Resource Name identifies an AWS resource. It is a string that starts with arn:.
References
- Amazon Resource Names (ARNs) documentation.