Eclipse Environment

In this exercise, you will connect to your Windows Development host. We will be using the provided Windows Development environment to run this lab.

Contents

Install & Configure Prerequisites - Windows Eclipse Development

In this exercise, you will connect to your Windows Development host. We will be using the provided Windows Development environment to run this lab. You will need to configure your windows instances and install the AWS CLI.

  1. An AWS EC2 windows instance has been set up for you. To gain access to the Workspace, follow the instructions outlined in Section 1.2 - Remote enviroment & Configure the AWS CLI, then continue this lab:

DynamoDB Setup

We need to populate a DynamoDB table with information that will be used during the lab. This information will be used to calculate trips between different cities.

Only complete this step after your Windows eclipse environment has been set up.

  1. Download the following file to your Windows Eclipse environment: populate_tripsector.sh
  1. Execute the following in your Windows Eclipse Environment. You will need to use git bash that has been included in your installation.
bash populate_tripsector.sh <AWS_REGION>

Kinesis

  1. Open the DynamoDB service in the console and check the table TravelBuddyTripSectors table and confirm there are 50 rows in the table.

DynamoDB