Skip to content

Software updates offloading

  • We have an application running on AWS EC2 that distributes software updates once in a while
  • When a new [[software update]] is out, we get a lot of requests and the content is [[distributed]] in mass over the network. It's very costly
  • We don't want to change our [[application]], but want to [[optimise]] our cost and [[CPU]], how can we do it?

Current state:

Easy fix:

Why Programming/AWS/CloudFront/AWS CloudFront?