2 Answers
- Newest
- Most votes
- Most comments
2
AMP managed scraping is not yet supported with EKS access entries. This is a WIP and coming soon.
0
Unfortunately modifying the ConfigMap will not grant the necessary access to the Amazon Managed Prometheus collector since it relies on a service-linked role.
Would you consider these options to troubleshoot ?
- Switch the cluster authentication mode to use both API and Web ID token authentication. This will enable using the aws-auth ConfigMap again. However, changing the authentication mode is not reversible.
- Check if the necessary permissions can be granted to the service-linked role directly using IAM policies.
- Stand up a separate EKS cluster just for use with the Amazon Managed Prometheus collector to leverage the standard configuration using the aws-auth ConfigMap.
Here is a doc about a similar use case. Enjoy. https://docs.aws.amazon.com/prometheus/latest/userguide/using-service-linked-roles.html
Relevant content
- Accepted Answerasked 9 months ago
- asked 7 months ago
- Accepted Answerasked 9 months ago
- How do I provide cluster access to other IAM users and roles after I create a cluster in Amazon EKS?AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 months ago