HOW TO: Hosting a Model on Amazon Web Services (AWS)
Loading my Datasets in AWS
Creating a Bucket
This assumes that the User already has an existing AWS Admin Account
- Select S3 from this menu,
then Select ‘Create Bucket’
- Next, upload the Converted
.uds file to the bucket
- The Dataset should load directly into your scene
- Once the file is
successfully hosted, ensure permissions for the file are set to ‘Public’
This is not normal
practice for hosting models in the cloud and may seem unusual as datasets can
contain sensitive information, however the .uds file will still retain a level
of security as it can only be opened and viewed in Euclideon software. If the
file is not set to ‘Public’, it will not be possible for another user to stream
the dataset from another location without giving this other user access to your
Cloud Hosting service account.
CORS Settings Configuration
- Go to Permissions, and
ensure Block Public Access is set to OFF
Under Permissions, click on CORS Configuration
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"HEAD",
"GET"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": []
}
]
|
Next, select the uploaded
file, and click ‘Overview’ to locate the Object URL link of the file. You can now load your model via the Object URL.
Related Articles
HOW TO: Hosting a Model on Microsoft Azure
Loading my Datasets in Microsoft Azure Creating a Storage Account This assumes that the User already has an existing Microsoft Azure Admin Account Login into your Microsoft Azure account. This will take you to the landing page Under Azure Services, ...
HOW TO: Google Cloud CORS Configuration for udStream
Google Cloud CORS Settings Configuration This assumes that the User already has an existing Google Cloud Admin Account Rest XML APIs Get an Authorization access token configured to use the appropriate OAuth credentials. Copy the following and save as ...
udStream Browser: Guide to Getting Started
Getting Started with udStream - Browser udStream can run in a Browser with the ability to view hosted Projects and already-converted .uds models anywhere in the world, on any machine. We currently support Google Chrome, Microsoft Edge and Mozilla ...
HOW TO: Convert my models to UDS (Unlimited Detail Format)
Converting my models to UDS For a list of supported file types, see the Knowledge Base article 'Supported File Types'. Introduction The real power of udStream lies in converting all Supported point cloud and 3D data types into our proprietary format ...
HOW TO: Update CORS in cPanel
Updating CORS in cPanel Creating a Bucket This assumes that the User already has an existing cPanel Admin Account Updating CORS settings on cPanel allows you to stream models hosted from your cPanel web server On cPanel, enable Show Hidden Files ...