Amazon resource name format for Elastic Beanstalk
You specify a resource for an IAM policy using that resource's Amazon Resource Name (ARN). For Elastic Beanstalk, the ARN has the following format.
arn:aws:elasticbeanstalk:region
:account-id
:resource-type
/resource-path
Where:
-
is the region the resource resides in (for example,region
us-west-2
). -
is the AWS account ID, with no hyphens (for example,account-id
123456789012
) -
identifies the type of the Elastic Beanstalk resource—for example,resource-type
environment
. See the table below for a list of all Elastic Beanstalk resource types. -
is the portion that identifies the specific resource. An Elastic Beanstalk resource has a path that uniquely identifies that resource. See the table below for the format of the resource path for each resource type. For example, an environment is always associated with an application. The resource path for the environmentresource-path
myEnvironment
in the applicationmyApp
would look like this:myApp/myEnvironment
Elastic Beanstalk has several types of resources you can specify in a policy. The following table shows the ARN format for each resource type and an example.
Resource type | Format for ARN |
---|---|
|
Example:
|
|
Example:
|
|
Example:
|
|
Example:
|
|
Example:
|
|
Example: |
An environment, application version, and configuration template are always contained within a specific application. You'll notice that these resources all have an application name in their resource path so that they are uniquely identified by their resource name and the containing application. Although solution stacks are used by configuration templates and environments, solution stacks are not specific to an application or AWS account and do not have the application or AWS account in their ARNs.