# How to tag AWS loadbalancer for Kibana

**URL:** https://discuss.elastic.co/t/how-to-tag-aws-loadbalancer-for-kibana/306446
**Category:** Kibana
**Tags:** docker
**Created:** [June 6, 2022, 12:29pm UTC](https://discuss.elastic.co/t/how-to-tag-aws-loadbalancer-for-kibana/306446 "2022-06-06T12:29:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Maksym\_Postument](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/maksym_postument/32/106661_2.png) [@Maksym\_Postument](https://discuss.elastic.co/u/Maksym_Postument)
#### Post date: [June 6, 2022, 12:29pm UTC](https://discuss.elastic.co/t/how-to-tag-aws-loadbalancer-for-kibana/306446/1 "2022-06-06T12:29:24Z")

</div>

Hello, i am trying to deploy Kibana using eck operator. And i want for loadbalancer which is created by eks to have tags. For regular service i would add tags with annotation like this

```auto
 annotations:
    service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags: tag1=value1

```

But when i do this for kind Kibana my loadbalancer do not have tags and service do not have annotation. How can i tag loadbalancer

My kibana code

```auto
apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
  name: {{ .Values.clusterName }}
  namespace: {{ .Values.elasticNamespace }}
  annotations:
    service.beta.kubernetes.io/aws-load-balancer-additional-resource-tags: tag1=value1
spec:
  version: {{ .Values.version }}
  count: {{ .Values.count }}
  elasticsearchRef:
    name: {{ .Values.name }}
    namespace: elastic
  http:
    service:
      spec:
        type: LoadBalancer

```

---

<div class="post-metadata">

### Author: ![Maksym\_Postument](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/maksym_postument/32/106661_2.png) [@Maksym\_Postument](https://discuss.elastic.co/u/Maksym_Postument)
#### Post date: [June 6, 2022, 12:57pm UTC](https://discuss.elastic.co/t/how-to-tag-aws-loadbalancer-for-kibana/306446/2 "2022-06-06T12:57:46Z")

</div>

Already figured out. Metadata section need to be added under http.service

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 4, 2022, 12:58pm UTC](https://discuss.elastic.co/t/how-to-tag-aws-loadbalancer-for-kibana/306446/3 "2022-07-04T12:58:15Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
