Introducción a los servicios de periferia de AWS
Servicios de periferia de AWS
Entregue contenidos de forma segura con baja latencia y alta velocidad de transferencia.
Proteja sus aplicaciones web contra vulnerabilidades comunes.
Maximice la disponibilidad y la capacidad de respuesta de las aplicaciones con protección contra ataques DDoS.
Configure y administre las reglas de firewalls de manera centralizada en las cuentas.
Mejore la disponibilidad, el rendimiento y la seguridad de las aplicaciones con la red global de AWS.
Amazon CloudFront, la CDN de AWS

AWS WAF para proteger las aplicaciones web en la capa 7
AWS WAF es un firewall de aplicaciones web que se puede utilizar para proteger las aplicaciones web contra las amenazas de nivel de aplicación. Entre las amenazas de nivel de aplicación se incluyen las siguientes:
- Ataques DDoS (por ejemplo, inundaciones HTTP) que tienen como objetivo consumir los recursos de la aplicación para que no estén disponibles para los usuarios legítimos.
- Ataques que intentan aprovechar las vulnerabilidades de nivel de aplicación y luego llevar a cabo actividades malintencionadas, como robar datos o usar sus recursos de manera no autorizada (como la minería de bitcoins).
- Ataques que llevan a cabo bots automatizados y que pueden perjudicar a su empresa de diferentes formas, como la apropiación de cuentas y la extracción de contenido.
Para usar AWS WAF, cree reglas en una ACL web y adjúntelas a los recursos que necesiten protección. La ACL web global se puede adjuntar a las distribuciones de CloudFront y las ACL web regionales se pueden adjuntar a los recursos de la misma región, como los ALB y las puertas de enlace de API. Cuando se adjunta una ACL web de WAF a un recurso, el servicio subyacente del recurso (por ejemplo, CloudFront o ALB) entrega una copia de la solicitud HTTP al servicio AWS WAF para evaluar las reglas configuradas en un milisegundo de un solo dígito. Según la evaluación de las reglas, el servicio AWS WAF indica al servicio subyacente cómo procesar la solicitud (por ejemplo, bloquearla, reenviarla, retarla, etc.). Tenga en cuenta que la lógica de AWS WAF se basa únicamente en los atributos de las solicitudes HTTP (en comparación con los atributos de respuesta).
Una ACL web de WAF recién creada solo contiene una regla predeterminada que permite todas las solicitudes, a la que puede agregar varias reglas de diferentes tipos. En primer lugar, puede crear reglas personalizadas basadas en los atributos (p. ej., IP, encabezados, cookies, URL, etc.) de la solicitud HTTP inspeccionada. Las reglas también se pueden agrupar en grupos de reglas para facilitar su administración. En segundo lugar, puede agregar reglas administradas de AWS o de proveedores en AWS Marketplace, que se agregan como grupos de reglas configurables a su ACL web. Por ejemplo, puede agregar grupos administrados por AWS, como el conjunto de reglas principales y la lista de IP anónimas. Las reglas administradas más avanzadas, como el Control de bots y la Prevención de la apropiación de cuentas, requieren la integración del SDK del cliente. Las reglas se pueden configurar con las siguientes acciones al establecer coincidencias: permitir y contar (con la posibilidad de enviar encabezados en sentido ascendente), bloquear (con la posibilidad de responder con una respuesta personalizada), limitar la velocidad y, por último, retar mediante CAPTCHA o desafíos silenciosos. Las reglas, como las reglas administradas de AWS, emiten etiquetas que pueden usarse en la lógica de las reglas posteriores si la evaluación de WAF las alcanza. Puede configurar sus propias reglas para emitir etiquetas, que estarán disponibles en los registros de WAF.
AWS Global Accelerator, una aceleración en el nivel de red
AWS Global Accelerator es un servicio de redes que mejora el rendimiento, la fiabilidad y la seguridad de sus aplicaciones en línea mediante la infraestructura global de AWS. Como AWS Global Accelerator opera en la capa 4 del modelo OSI, se puede usar con cualquier aplicación TCP o UDP. Algunos ejemplos de casos de uso son los siguientes: juegos multijugador basados en UDP o TCP; voz y video sobre IP; IoT; ingesta de video y cargas FTP; y otros casos de uso, como VPN, Git y las pujas de tecnología de la publicidad.
AWS Global Accelerator se puede implementar delante de sus equilibradores de carga de red, equilibradores de carga de aplicación, instancias de AWS EC2 e IP elásticas, y cualquiera de estas opciones podría servir como punto de conexión regional para su aplicación. Para usar este servicio, cree un acelerador que proporcione dos direcciones IPv4 globales estáticas de anycast que actúen como un punto de entrada fijo a su aplicación. Con Global Accelerator, puede tener varios puntos de conexión de aplicaciones presentes en una o varias regiones de AWS, pero se puede acceder a todos ellos mediante la misma dirección IP de anycast. A continuación, configure el servidor de DNS autorizado para que dirija el nombre del dominio de la aplicación web a las IP estáticas dedicadas del acelerador. Estas IP de anycast se anuncian en todos los POP de Global Accelerator para dirigir el tráfico de los usuarios al POP más cercano y, a continuación, reenviarlos al punto de conexión regional a través de la red global de AWS.
Recursos de aprendizaje para desarrolladores
Filtro
Total results: 17
- Prioridad
-
Back to Basics: Accelerate and protect your websites using Amazon CloudFront and AWS WAF
Internet users increasingly expect responsive web applications and APIs with lower latency and higher availability. Additionally, publicly accessible web applications and APIs are exposed to threats such as commonly occurring vulnerabilities described in the OWASP Top 10, SQL injection, automated requests, and HTTP floods (Denial of Service (DoS)) that can affect availability, compromise security, or consume excessive resources. Developers looking to keep their web application performant, resilient, and secure, introduce Amazon CloudFront‘s global edge network with AWS WAF to their hosting infrastructure. Both services protect web applications from being exposed to potential attacks and being vulnerable to unpredictable traffic spikes that impact performance and availability. In this post, you learn the basic concepts of configuring CloudFront and AWS WAF to add them to your web application technology stack.Blog2023-09-12 -
How to boost the performance and security of your dynamic websites with AWS edge services in a few steps
Customers use AWS edge services to improve the performance and the security of their websites. In certain cases, they appreciate being able to quickly set up a Content Delivery Network (CDN) and a Web Application Firewall (WAF) to stop a DDoS attack targeting their website, or to decrease page load times. And they prefer doing this without investing time beforehand to read the service documentation and configure everything from scratch. If this resonates with you, then you should benefit from reading this post. In this post, you deploy just a few clicks, using an AWS CloudFormation template, an Amazon CloudFront distribution as a reverse proxy to your origin servers, protected by an AWS WAF WebACL. CloudFormation is a service that takes care of provisioning and configuring resources described in a YAML configuration template. CloudFront helps you accelerate your website thanks to caching when it applies, advanced internet protocols (e.g., HTTP3, TL1.3), and the AWS Global network. CloudFront natively protects your application against infrastructure DDoS attacks, and it integrates with AWS WAF to allow you to write rules for managing threats at application layer.Blog2023-09-27 -
CloudFront Hosting Toolkit
Now with CloudFront Hosting Toolkit, you can quickly deploy well-architected front-ends on AWS while retaining full control of the underlying cloud infrastructure. CloudFront Hosting Toolkit automatically creates the required infrastructure resources in your AWS account and configures Git-based deployments to deploy applications within minutes—without the need for you to have prior AWS experience. You can take full control over the underlying AWS resources to tailor your application to your exact needs by modifying elements of the existing infrastructure rather than starting from scratch.Blog2024-06-04 -
Getting started with AWS WAF- Service Overview
AWS WAF is a web application firewall that helps protect your applications or APIs against common web exploits and bots that may affect availability, compromise security, or consume excessive resources. You can control how traffic reaches your applications based on security rules to manage bot traffic and block common attack patterns. You can deploy AWS WAF on Amazon CloudFront as part of your CDN solution, the Application Load Balancer that fronts your web servers or origin servers running on EC2, Amazon API Gateway for your REST APIs, or AWS AppSync for your GraphQL APIs. With AWS WAF, you pay only for what you use and the pricing is based on how many rules you deploy and how many web requests your application receives.Short Video2022-09-29 -
Getting started with AWS Shield Advanced
Learn how to get started with AWS Shield, a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS. Shield provides dynamic detections and automatic inline mitigations that minimize application downtime and latency. Learn more about AWS Shield - https://go.aws/3kGpNgN In this video, you’ll learn how to enable AWS Shield Advanced to get additional tailored detection and mitigation against large and sophisticated DDoS attacks, near real-time visibility into attacks, and AWS Firewall Manager and AWS WAF at no additional cost for usage on resources protected by AWS Shield Advanced as described on the Shield pricing page. Shield Advanced provides a higher level of protection against attacks targeting your applications running on Amazon EC2 with associated Elastic IP addresses, Elastic Load Balancing (ELB), Amazon CloudFront, AWS Global Accelerator, and Amazon Route 53 resources. Shield Advanced also gives you 24x7 access to the AWS Shield Response Team (SRT) and cost protection against DDoS related spikes in your Amazon Elastic Compute Cloud (EC2), Elastic Load Balancing (ELB), Amazon CloudFront, AWS Global Accelerator, and Amazon Route 53 charges.Short Video2021-11-15 -
Getting started with AWS WAF- Common Configuration Patterns
AWS WAF is a web application firewall that helps protect your applications or APIs against common web exploits and bots that may affect availability, compromise security, or consume excessive resources. You can control how traffic reaches your applications based on security rules to manage bot traffic and block common attack patterns. You can deploy AWS WAF on Amazon CloudFront as part of your CDN solution, the Application Load Balancer that fronts your web servers or origin servers running on EC2, Amazon API Gateway for your REST APIs, or AWS AppSync for your GraphQL APIs. With AWS WAF, you pay only for what you use and the pricing is based on how many rules you deploy and how many web requests your application receives.Short Video2023-02-03 -
AWS Shield Advanced
This workshop is part of an Immersion day about "AWS Shield Advanced" please refer to your AWS contacts to know more about this Immersion Day. AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS. AWS Shield provides always-on detection and automatic inline mitigations that minimize application downtime and latency. Since the DDoS protection is automatic, you can expect minimum engagement with AWS Support. There are two tiers of AWS Shield - Standard and Advanced. All AWS customers benefit from the automatic protections of AWS Shield Standard, at no additional charge. AWS Shield Standard defends against most common, frequently occurring network and transport layer DDoS attacks that target your web site or applications. When you use AWS Shield Standard with Amazon CloudFront and Amazon Route 53, you receive comprehensive availability protection against all known infrastructure (Layer 3 and 4) attacks. For higher levels of protection against attacks targeting your applications running on Amazon Elastic Compute Cloud (EC2), Elastic Load Balancing (ELB), Amazon CloudFront, AWS Global Accelerator and Amazon Route 53 resources, you can subscribe to AWS Shield Advanced. In addition to the network and transport layer protections that come with Standard, AWS Shield Advanced provides additional detection and mitigation against large and sophisticated DDoS attacks, near real-time visibility into attacks, and integration with AWS WAF, a web application firewall. AWS Shield Advanced also gives you 24x7 access to the AWS Shield Response Team (SRT) and protection against DDoS related spikes in your Amazon Elastic Compute Cloud (EC2), Elastic Load Balancing (ELB), Amazon CloudFront, AWS Global Accelerator and Amazon Route 53 charges.Workshop2023-12-01