AWSElasticBeanstalkEnhancedHealth - AWS Managed Policy

AWSElasticBeanstalkEnhancedHealth

Description: AWS Elastic Beanstalk Service policy for Health Monitoring system

AWSElasticBeanstalkEnhancedHealth is an AWS managed policy.

Using this policy

You can attach AWSElasticBeanstalkEnhancedHealth to your users, groups, and roles.

Policy details

  • Type: Service role policy

  • Creation time: February 08, 2016, 23:17 UTC

  • Edited time: April 09, 2018, 22:12 UTC

  • ARN: arn:aws:iam::aws:policy/service-role/AWSElasticBeanstalkEnhancedHealth

Policy version

Policy version: v4 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "elasticloadbalancing:DescribeInstanceHealth", "elasticloadbalancing:DescribeLoadBalancers", "elasticloadbalancing:DescribeTargetHealth", "ec2:DescribeInstances", "ec2:DescribeInstanceStatus", "ec2:GetConsoleOutput", "ec2:AssociateAddress", "ec2:DescribeAddresses", "ec2:DescribeSecurityGroups", "sqs:GetQueueAttributes", "sqs:GetQueueUrl", "autoscaling:DescribeAutoScalingGroups", "autoscaling:DescribeAutoScalingInstances", "autoscaling:DescribeScalingActivities", "autoscaling:DescribeNotificationConfigurations", "sns:Publish" ], "Resource" : [ "*" ] }, { "Effect" : "Allow", "Action" : [ "logs:DescribeLogStreams", "logs:CreateLogStream", "logs:PutLogEvents" ], "Resource" : "arn:aws:logs:*:*:log-group:/aws/elasticbeanstalk/*:log-stream:*" } ] }

Learn more