diff --git a/_includes/partner-script.js b/_includes/partner-script.js index 9041a5617f..a874c80f62 100644 --- a/_includes/partner-script.js +++ b/_includes/partner-script.js @@ -29,7 +29,7 @@ blurb: 'CockroachDB is a distributed SQL database whose built-in replication and survivability model pair with Kubernetes to truly make data easy.' }, { - type: 0, + type: 2, name: 'Weaveworks', logo: 'weave_works', link: ' https://weave.works/kubernetes', @@ -1456,6 +1456,13 @@ link: 'http://www.mobilise.cloud/services/serverless-application-delivery', blurb: 'Mobilise helps organisations adopt Kubernetes and integrate with their CI/CD tooling.' }, + { + type: 3, + name: 'AWS', + logo: 'aws', + link: 'https://aws.amazon.com/eks/', + blurb: 'Amazon Elastic Container Service for Kubernetes (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to install and operate your own Kubernetes clusters.' + }, { type: 0, name: 'Logdna', diff --git a/images/square-logos/aws.png b/images/square-logos/aws.png new file mode 100644 index 0000000000..acff063541 Binary files /dev/null and b/images/square-logos/aws.png differ