I'm trying to design a system on AWS cloud with a certain level of SLA (say 99.99). One of the elements of my architecture is CloudFront and at this point, I'm struggling to understand if it's possible to increase the availability of it by introducing redundancy. Usually, it works, e.g. ECS containers or EC2 instance or RDS, but it's not possible for cloudfront (as far I a found).
What I've got so far:
here it says that SLA is from 99 to 99.9
and here it says that I can increase the availability having multiple Origins (CDNs), but to me, it seems like I would increase the availability of CDN, but not CloudFront service itself, wouldn't I?
Could somebody correct my understanding if it's wrong or/and explain the correct way of increasing SLA for CloudFront service?