- Account must be enabled to access VPC Infrastructure.
- Have access to a public SSH key.
- Create a resource group for this scenario called
priyank
. - Running IOT Platform and application setup
- Mobile device configure and streaming the data to the platform
Browse to https://cloud.ibm.com/login and login.
Select VPC Infrastructure from the hamburger menu in the upper left corner.
- An SSH key is required when creating a VPC instance. From the Compute menu select "SSH keys"
- Click the "Add SSH key" button. In the modal dialog provide a name & public key and click the "Add SSH key" button.
- Confirm the ssh key was added.
For this scenario use group priyank
instead of default, and for location use Dallas with zone Dallas 1.
- From the
Network
menu in the navigation bar selectVPC and Subnets
& click the "New virtual private cloud" button. - Click the "New virtual private cloud" button. Next fill out the form and hit the "Create virtual private cloud" button
- Confirm the newly created VPC is available
- Check the status of the subnet. Initially it will be set to pending.
- Confirm the status of the subnet is
available
- From the
Compute
menu in the navigation bar select "Virtual Server Instances" & click theNew Instance
button. - Next fill out the form and hit the
Create virtual server instance
button - Check the status of the newly created instance. Initially it will be set to pending.
- Confirm the status of the stance is
available
- From the
Network
menu in the navigation bar select "Floating IPs" & click theReserve Floating IP
button. - Next fill out the form and hit the
Reserve IP
button - Confirm a Floating IP has been reserved and associated with the instance.
- From the
Network
menu in the navigation bar select "Security Groups" & select-click the security group associated with the vpc we created, in this scenariovpc-iot
. - Next click the
Add Rule
button - Next fill out the form for TCP port 7000 and hit the
Save
button - Confirm the rule for port 7000 has been added
The application should now be available on the FloatingIP at port 7000 - http://169.61.244.117:7000