elasticbeanstalk:ListAvailableSolutionStacks is a List access-level action in the elasticbeanstalk service. Grants permission to retrieve a list of the available solution stack names
ARNs that elasticbeanstalk:ListAvailableSolutionStacks can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows elasticbeanstalk:ListAvailableSolutionStacks. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticbeanstalkListAvailableSolutionStacks",
"Effect": "Allow",
"Action": "elasticbeanstalk:ListAvailableSolutionStacks",
"Resource": "*"
}
]
}