Cost reduction Tips in Shield Advanced

0

How do i reduce my data transfer out cost in AWS shield Advanced? Any heads up to follow?

3 個答案
0

Hi, All of the Data Transfer Out pricing for resources protected by AWS Shield Advanced are explained here - https://aws.amazon.com/shield/pricing/

If you can provide more detail about your workload, it would be helpful in terms of offering advice.

profile pictureAWS
micah
已回答 1 年前
0

Hi,

You'll need to run an estimation on the data transfer cost to understand what are the resource consuming the most and benefits of using Shield Advanced.

Use this reference to do the same - https://aws.amazon.com/blogs/aws-cloud-financial-management/estimate-your-aws-waf-and-aws-shield-advanced-cost/

Once you know how to estimate the cost to protect your resources with AWS Shield Advanced, you will be able to balance more efficiently between the extra protection and services brought by this new technology and the cost incurred by this feature.

AWS
已回答 1 年前
0
  1. Ensure you are serving compressed responses to clients where possible.
  2. For ALB/CloudFront, ensure that your WAF WebACL is configured to block malicious traffic with a small response Content-Length - either the default WAF 403, or if you want client to see a branded page when blocked you can serve a 403 containing either a javascript redirect to the branded page or a 302 redirect to branded page.
  3. The WAF rules you should have in place to block malicious DDoS traffic include:
  1. Do not add a CloudFront origin as a Protected Resource if the CloudFront distribution is itself 'Protected' - instead ensure that only traffic from your CloudFront distribution can reach your origin by combining the AWS-managed prefix list for Cloudfront with a custom header inserted by your distribution and a ALB listener rule that checks for the presence of the header.
AWS
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南