{% load static %} {% load bundles %} {% if form %}

Resource Bundle

Select the most suitable Resource Bundle for your project needs...
{% for bundle in bundles %}
{% if forloop.first %}
Popular
{% endif %}

{{ bundle.name }}

{{ bundle.su_per_year }} SU / yr

{{ bundle.description }}

  • Runs {% bundle_quota bundle "compute.cores" 0.25 %} VCPUs continuously (max {% bundle_quota bundle "compute.cores" %} VCPUs at one time)
  • Up to {% bundle_quota bundle "compute.instances" %} instances
  • {% bundle_quota bundle "object.object" %} GB Object Storage

More details

Select {{ bundle.name }} Selected
{% endfor %}

Custom

For advanced cloud users with a specific set of resource requirements. Users must be able to estimate their requested SU budget using the methods suggested in this guide.

Select Custom Customise

For more details on the limits included in each Resource Bundle, please read our Resource Bundle Table support article. Nectar resources are bundled with a Service Unit budget and limits for each resource. A Service Unit (SU) is a measure of the cost of using Nectar compute resources, e.g. 1000 SU = 1 m3.medium 4 core instance for 1 year. Consuming resources to the maximum limit for the full allocation period does not equate to the bundle SU budget. For more details, checkout Nectar Flavors support article.

Step 1 out of 4

Next

Location Specific Cloud Resources

The following additional resources can be requested for specific locations.

Not sure if you need additional resources? For more information read the Location Specific Resources support article.

{% for st, zones in form.multi_zone_quota_fields %}

{{ st }}

{{ st.description|safe }}

{% if st.notes %}

NOTE {{ st.notes|safe }}

{% endif %} {% if st.catalog_name == 'volume' %} {% else %} {% for zone, fields in zones.items %}
{{ zone }} {% for field in fields %}
{{ field }} {{ field.field.resource.unit }}
{% for error in field.errors %} {{ error }} {% endfor %}
{% endfor %}
{% endfor %} {% endif %}
{% endfor %}

Step 2 out of 4

Previous Next

Resource Justification

Provide some information about the project to justify your selected resources.
{% include "rcallocation/field.html" with field=form.usage_patterns %}
{% include "rcallocation/field.html" with field=form.geographic_requirements %}
{% include "rcallocation/field.html" with field=form.usage_types %}

Step 3 out of 4

Previous Next

Before submitting this allocation request, please review the following checklist:

  • I have provided all required project information.
  • I have provided the Chief Investigator details and contact information.
  • I have provided Research Grant information.
  • I have provided the FoR code to describe the research for this project.
  • {% if object and object.can_have_publications %}
  • I have provided details of research project outputs/publications.
  • {% endif %}

Step 4 out of 4

{% endif %}