# Kibana access AWS remotely

**URL:** https://discuss.elastic.co/t/kibana-access-aws-remotely/79933
**Category:** Kibana
**Created:** [March 24, 2017, 6:19pm UTC](https://discuss.elastic.co/t/kibana-access-aws-remotely/79933 "2017-03-24T18:19:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ethomas](https://avatars.discourse-cdn.com/v4/letter/e/8dc957/32.png) [@ethomas](https://discuss.elastic.co/u/ethomas)
#### Post date: [March 24, 2017, 6:19pm UTC](https://discuss.elastic.co/t/kibana-access-aws-remotely/79933/1 "2017-03-24T18:19:08Z")

</div>

Hello,

Is there way to use a local instance of Kibana to access a remote ES? I am using postman now to send commands but would like to use the latest version of Kibana.

---

<div class="post-metadata">

### Author: ![Stacey\_Gammon](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stacey_gammon/32/14025_2.png) [@Stacey\_Gammon](https://discuss.elastic.co/u/Stacey_Gammon)
#### Post date: [March 24, 2017, 7:44pm UTC](https://discuss.elastic.co/t/kibana-access-aws-remotely/79933/2 "2017-03-24T19:44:20Z")

</div>

Yup, just set the elasticsearch url and username/password in your kibana.yml file:

```auto
elasticsearch.url: "https://blablah.us-east-1.aws.found.io:9243"
elasticsearch.username: "elastic"
elasticsearch.password: "changeme"

```

---

<div class="post-metadata">

### Author: ![ethomas](https://avatars.discourse-cdn.com/v4/letter/e/8dc957/32.png) [@ethomas](https://discuss.elastic.co/u/ethomas)
#### Post date: [March 24, 2017, 7:55pm UTC](https://discuss.elastic.co/t/kibana-access-aws-remotely/79933/3 "2017-03-24T19:55:53Z")

</div>

Thank you. I tried changing the URL but no luck. It might be my password that's causing the issue. Thanks!

---

<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: [April 21, 2017, 7:55pm UTC](https://discuss.elastic.co/t/kibana-access-aws-remotely/79933/4 "2017-04-21T19:55:55Z")

</div>

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