- Newest
- Most votes
- Most comments
direct traffic to the domain, not the IP,
you can use Route53 and create A record
your-domain.com -> IP address of the central server
but in the event of a failure it will automatically switch to redundant servers or locations,
use Route53 "Failover" routing policy and add another IP address as a failover for your domain
ensure the security of the solution and enable only authorized video servers to establish a connection with our server
use Security Groups to allow incoming traffic only from specific IP addresses. Associate this Security group with your Central servers
https://docs.aws.amazon.com/vpc/latest/userguide/vpc-security-groups.html
detect and block any anomalies and attack attempts on the infrastructure.
this depends on what kind of attacks and which network protocol. You can detect attacks using Amazon GuardDuty as a Threat Detection System, for web traffic you can use AWS WAF. You can also consider AWS Network Firewall or build a custom solution that can analyze VPC Flow Logs and make some preventive actions
Relevant content
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
Please accept the answer if it was useful for you