Skip to content

Instantly share code, notes, and snippets.

View dpilone's full-sized avatar

Dan Pilone dpilone

View GitHub Profile
# Unlock Snowball Edge
snowballEdge unlock-device --manifest-file [Manifest .bin File] --unlock-code [Unlock Code] --endpoint https://[SBE IP]
# Describe the SBE device
snowballEdge describe-device --manifest-file [Manifest .bin File] --unlock-code [Unlock Code] --endpoint https://[SBE IP]
# Create a network interface
snowballEdge create-virtual-network-interface --physical-network-interface-id [SBE Network Interface ID] --ip-address-assignment DHCP --manifest-file [Manifest .bin File] --unlock-code [Unlock Code] --endpoint https://[SBE IP]
# Describe Virtual Network Interfaces