Preparing the device with the Snowball Edge CLI – Configuring an AWS Snowcone Device to Be an IOT Gateway-2
Step 5 – Creating a virtual network interface Before we launch our EC2 instance to host the AWS IoT Greengrass v2 agent, we should create a Virtual Network Interface (VNI) as follows. Replace your_ip and your_netmask with appropriate values for your network:snowballEdge create-virtual-network-interface \ –physical-network-interface-id your_pni_id \ –ip-address-assignment STATIC \ –static-ip-address-configuration IpAddress=your_ip,Netmask=your_netmask In the next example, we’ve chosen […]
Continue