AWS Fundamentals Logo
AWS Fundamentals
AWS::GlobalAccelerator::EndpointGroup

GlobalAccelerator EndpointGroup

Resource Type definition for AWS::GlobalAccelerator::EndpointGroup

Properties

10 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
EndpointGroupRegion
string
RequiredCreate-only
ListenerArn
string
RequiredCreate-only
EndpointConfigurations
Array<EndpointConfiguration>
HealthCheckIntervalSeconds
integer
HealthCheckPath
string
HealthCheckPort
integer
HealthCheckProtocol
string
PortOverrides
Array<PortOverride>
ThresholdCount
integer
TrafficDialPercentage
number

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
EndpointGroupArnstringThe Amazon Resource Name (ARN) of the endpoint group

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GlobalAccelerator::EndpointGroup

Resources:
  MyResource:
    Type: AWS::GlobalAccelerator::EndpointGroup
    Properties:
      ListenerArn: "arn:aws:service:region:account:resource"
      EndpointGroupRegion: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

globalaccelerator:CreateEndpointGroupglobalaccelerator:DescribeEndpointGroupglobalaccelerator:DescribeAcceleratorglobalaccelerator:DescribeListenerglobalaccelerator:ListAcceleratorsglobalaccelerator:ListListeners

read

globalaccelerator:DescribeEndpointGroup

update

globalaccelerator:UpdateEndpointGroupglobalaccelerator:DescribeEndpointGroupglobalaccelerator:DescribeListenerglobalaccelerator:DescribeAccelerator

delete

globalaccelerator:DeleteEndpointGroupglobalaccelerator:DescribeEndpointGroupglobalaccelerator:DescribeAccelerator

list

globalaccelerator:ListEndpointGroups

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceGlobalAccelerator
Properties11
Required2
TaggingNot supported
Primary IDEndpointGroupArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EndpointGroupRegionListenerArn

External Links