Amazon Elasticsearch Service | Setup and Configuration Flashcards

1
Q

Does Amazon Elasticsearch Service support the open source Elasticsearch APIs?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Amazon Elasticsearch Service supports most of the commonly used Elasticsearch APIs, so the code, applications, and popular tools that you’re already using with your current Elasticsearch environments work seamlessly. For a full list of supported Elasticsearch operations, see our documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can I create and modify my Amazon Elasticsearch domain through the Amazon Elasticsearch Service console?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Yes. You can create a new Amazon Elasticsearch domain with the Domain Creation Wizard in the console with just a few clicks. While creating a new domain you can specify the number of instances, instance types, and EBS volumes you want allocated to your domain. You can also modify or delete existing Amazon Elasticsearch domains using the console.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Does Amazon Elasticsearch Service support Amazon VPC?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Yes, Amazon Elasticsearch Service is integrated with Amazon VPC. When choosing VPC access, IP addresses from your VPC are attached to your Amazon Elasticsearch Service domain and all network traffic stays within the AWS network and is not accessible to the Internet. Moreover, you can use security groups and IAM policies to restrict access to your Amazon Elasticsearch Service domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can I use CloudFormation Templates to provision Amazon ES domains?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Yes. AWS CloudFormation supports Amazon ES. For more information, see the CloudFormation Template Reference documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Does Amazon Elasticsearch Service support configuring dedicated master nodes?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Yes. You can configure dedicated master nodes for your domains. When choosing a dedicated master configuration, you can specify the instance type and instance count.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can I create multiple Elasticsearch indices within a single Amazon Elasticsearch domain?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Yes. You can create multiple Elasticsearch indices within the same Amazon Elasticsearch domain. Elasticsearch automatically distributes the indices and any associated replicas between the instances allocated to the domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do I ingest data into my Amazon Elasticsearch Service domain?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Amazon Elasticsearch Service supports three options for data ingestion:

For large data volumes, we recommend Amazon Kinesis Firehose, a fully managed service that automatically scales to match the throughput of your data and requires no ongoing administration. It can also transform, batch and compress the data before loading it.

Amazon Elasticsearch Service supports integration with Logstash. You can configure your Amazon Elasticsearch Service domain as the data store for all logs arriving from your Logstash implementation.

You can use native Elasticsearch APIs, such as the index and bulk APIs, to load data into your domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Does Amazon Elasticsearch Service support integration with Logstash?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Yes. Amazon Elasticsearch Service supports integration with Logstash. You can set up your Amazon Elasticsearch domain as the backend store for all logs coming through your Logstash implementation. You can set up access control on your Amazon Elasticsearch domain to either use request signing to authenticate calls from your Logstash implementation, or use resource based IAM policies to include IP addresses of instances running your Logstash implementation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Does Amazon Elasticsearch Service support integration with Kibana?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Yes. Amazon Elasticsearch Service includes a built-in Kibana install that is deployed with your Amazon Elasticsearch Service domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Can I create custom reports with the Kibana installation included with Amazon Elasticsearch Service?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

Yes. Kibana supports creating and saving custom reports through the user interface. For more information on using Kibana, refer to Kibana documentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What storage options are available with Amazon Elasticsearch Service?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

You can choose between local on-instance storage or EBS volumes. During domain creation, if you select EBS storage, you can increase and decrease the size of the storage volume as necessary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What types of EBS volumes does Amazon Elasticsearch Service support?

Setup and Configuration

Amazon Elasticsearch Service | Analytics

A

You can choose between Magnetic, General Purpose, and Provisioned IOPS EBS volumes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly