S3 bandwidth limit

1

A customer is managing the cloud infrastructure for a large company. Recently they had an issue of a fairly large chunk of the bill caused by company employees downloading data from S3. The customer is asking how can he restrict:

  1. S3 bandwidth used per user
  2. Amount of data downloaded per user

AFAIK, there are no native options to achieve this. The possible solutions I thought of:

  1. Bandwidth can be restricted by using a proxy server on the customer end (capable of SSL interception)
  2. Amount of data:
    • can be potentially reported on using customer proxy reporting services
    • collect the bucket access logs and send them to ElasticSearch / Splunk. Then use their reporting capabilities to report on top S3 download users. Based on the report results, contact the user to find out the reason.

Any other options I am missing?

[EDIT] They are using AWS CLI and SDKs to get the data, so CloudFront is less suitable. DX is an option to reduce costs.

1개 답변
0
수락된 답변

You are correct, there is no way to control this natively within AWS. If they are downloading content from S3, I would look at using Direct Connect or CloudFront to reduce the data transfer costs, if possible. These may reduce costs enough that it is no longer a concern.

If it still is a concern, I would consider using the access logs to calculate the amount of data transfer by each user/role and then internally-charge the teams. This will give them the responsibility to manage their usage, without imposing a hard limit.

AWS
전문가
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠