prakharjain
prakharjain

Reputation: 274

SLA of Network Availability in AWS servers and Lambda

What is the network availability of AWS region. By this, I meant by what percentage of request will fail inside AWS. These requests are within private VPC inside AWS.

Please note I am saying failure due to network issue not due to server fault.

Is there any SLA that AWS provide for network availability?

Thanks,

Your reply will be highly appreciated

Upvotes: 0

Views: 1383

Answers (2)

user4925383
user4925383

Reputation:

Regarding Lambda, since October 2018 AWS has introduced SLA for this service. In simplified terms, Lambda's SLA is 99.95%. For details, see this link:

https://aws.amazon.com/lambda/sla

Upvotes: 1

Denis Weerasiri
Denis Weerasiri

Reputation: 1160

As of now, AWS VPC and Lambda do not provide external SLA on their availabilities. However, there are 3rd party tools (eg- https://cloudharmony.com/status-group-provider) that measure the uptime for specific Cloud services (e.g., AWS EC2, AWS S3). Or you may refer to https://status.aws.amazon.com/ to get an idea about the current and previous health status of all AWS services.

Upvotes: 1

Related Questions