Technical requirements
Before you begin, you will need the following:
- Access to the AWS Management Console (https://aws.amazon.com/console/). This requires Amazon login credentials. The AWS Elastic Compute Cloud (EC2) instances that will host the Splunk deployment server, indexer, and search head are
c5.large
(Splunk-recommended) instances. They will incur a cost of about $0.085/hr at the time of writing this book. Be careful to turn off the servers once you are finished with the case study to avoid additional costs. - You will need an SSH client to access the Linux-based AWS instances (deploymentserver, searchhead, and indexer). We use the Terminal application on a Macbook in this chapter. You can use a SSH client such as PuTTY (https://www.putty.org) if you are using a Microsoft Windows device.
- You will access AWS EC2 instances using key pairs. You will generate a key pair when you launch an instance. You can use one key pair across your different EC2 instances. You...