All Content tagged with AWS Global Accelerator
AWS Global Accelerator is a networking service that improves the performance of your users’ traffic by up to 60% using Amazon Web Services’ global network infrastructure.
Content language: English
Select up to 5 tags to filter
Sort by most recent
IP anycast is per packet level. It’s not per connection. Does AWS Global Accelerator ensure that all packets for a given connection are consistently routed to the same backend server to maintain...
I have to distribute a linux app all over the world, and in particular I have to have an extremely low latency in Frankfurt, Amsterdam and Newark (NY). As suggested by other users, I can locate an EC2...
We have the following setup:
- Global Accelerator
- Endpoint group with EC2 instances
- Health checks on the instances (interval 10s, threshold 1)
We can boot and add EC2 instances to the endpoint...
This situation occurred on August 13 at 23:30 UTC
I use AWS Global Accelerator in the oregon us-west-2 region for users to access the application, the application is on an apache2 server running on...
We're trying to configure NLB Endpoint Group for Global Accelerator with Client IP preservation and getting error "StatusCode400", while according to Global Accelerator documentation Client IP...
Hi I have ALB ingress that works perfectly. But when I put AWS Global Accelerator in front of it, the page returns 404. This is the ingress conf:
```
---
apiVersion: networking.k8s.io/v1
kind:...
How can we best architect the proxy server with existing Global Accelerator, ALB, WAF, etc?
Hi,
I set up my ELB and Global Accelerator for my EC2 to manage my Node.js app. I have at least three instances in my ELB with listeners.
To test if the ELB is working well, I stopped 2 out of 3...
Hi,
I'm using an ELB network type for my instances ec2, and I decided to add AWS Global Accelerator to see the improvement.
I can reach the static IP from Global Accelerator, and I can even reach my...
i have one web application 'example.com' which is hosted in ec2 (aws). one server is hosted in london region another is hosted mumbai region. i am using global accelerator for geolocation...
I'm setting up an infrastructure that uses AWS Global Accelerator to provide static IPs for my Application Load Balancer (ALB), which handles URL redirections. I aim to follow the principle of least...
I used this as guidance: https://aws.amazon.com/blogs/networking-and-content-delivery/accessing-an-aws-api-gateway-via-static-ip-addresses-provided-by-aws-global-accelerator/
I'm struggling with how...