AWS::GlobalAccelerator::Accelerator
- It reduces hopsfrom client until the final destination
- 
The client now connects to an edge locationand from there it goes throughAWS internal networkto the application
- 
Unicast IP: one server holds one IP 
- 
Anycast IP: all servers hold same IP. Client is forwarded to the closest 
- 
Global Accelerator uses 2 anycast IPsfor the application

- Global Accelerator is a good fit for non-HTTP use cases, such as gaming (UDP),IoT (MQTT), orVoice over IP.
Properties
Type: AWS::GlobalAccelerator::Accelerator
Properties:
  Enabled: Boolean
  IpAddresses:
    - String
  IpAddressType: String
  Name: String
  Tags:
    - Tag