Aws-app-mesh-roadmap: Feature Request: Release App Mesh Envoy image v1.12.1.1

Created on 26 Nov 2019  路  2Comments  路  Source: aws/aws-app-mesh-roadmap

This issue is to track a new release of the managed App Mesh Envoy image.

v1.12.1.1 adds support for IAM Roles for Service Accounts (IRSA).

With IRSA on Amazon EKS clusters, you can associate an IAM role with a Kubernetes service account. This service account can then provide AWS permissions to the containers in any pod that uses that service account. With this feature, you no longer need to provide extended permissions to the worker node IAM role so that pods on that node can call AWS APIs.

For more information on IRSA, see: https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html

Fixes: #102

Envoy Docker Image App Mesh Envoy

Most helpful comment

The updated image is now available as:

840364872350.dkr.ecr.<region>.amazonaws.com/aws-appmesh-envoy:v1.12.1.1-prod

Where <region> is any region where App Mesh is available: https://docs.aws.amazon.com/general/latest/gr/rande.html#appmesh_region

We'll keep this issue open as we update our examples and documentation to reflect the latest image version.

All 2 comments

The updated image is now available as:

840364872350.dkr.ecr.<region>.amazonaws.com/aws-appmesh-envoy:v1.12.1.1-prod

Where <region> is any region where App Mesh is available: https://docs.aws.amazon.com/general/latest/gr/rande.html#appmesh_region

We'll keep this issue open as we update our examples and documentation to reflect the latest image version.

Docs / examples are updated. Resolving!

Was this page helpful?
0 / 5 - 0 ratings