Calculating Cloud service costs can be complex and time-consuming, when all you want to know is the price from one provider. We believe there's an easier and faster way. We'll show you a simple method for getting an overview of your Netstream Cloudcosts.
Cloud computing costs are generally quoted per hour or even perag . Almost as frequently, costs are determined by the size or duration of an instance. There are certainly other variations as well.
The complexity of such Cloudpricing models is extremely high and sometimes quite difficult to understand. In addition, there are often hidden costs that are not immediately apparent. These include, for example, costs for inbound and outbound traffic or for other resources such asag, which are counted and thus lead to unexpected additional costs.
We strive to simplify this calculation as much as possible so that our customers get a clear overview of the monthly costs and can calculate them themselves at any time
We'll show you how to calculate the monthly Cloudcosts of your existing on-premises vSphere environment in just a few minutes. Simply follow the three-step instructions below.
3 steps to your Cloudcosts
1. Install the VMware PowerCLI tool if it is not already installed.
Install-Module -Name VMware.PowerCLI
2. Run the following PowerShell commands to create an export from your vSphere inventory. NOTE: This process anonymizes all data and only exports the resource values for CPU, memory, and disk space!
$vcenter = Read-Host 'Enter Your vmware vCenter Host:'
Connect-VIServer $vcenter
Get-VM
| Select-Object @{Name='Name';Expression={Get-Random}},PowerState,NumCPU,CoresPerSocket,MemoryMB,MemoryGB,UsedSpaceGB, ProvisionedSpaceGB, GuestId | Export CSV netstream-cloud.csv -NoTypeInformation
3. Send the generated file “netstream-cloud.csv” to hello@netstream.ch
You've already completed the most difficult part. You can now relax and will receive an overview of your Cloudcosts with Netstreamwithin the next 24 hours.
Do you have a different environment than vSphere? No problem, contact us via WhatsApp or chat or at +41 58 058 40 00 and we will gladly create a customized offer for you or answer yourag.






