Skip to content

EntityInfrastructure

Field Value
Purpose Defines infrastructure requirements — servers, networks, storage, cloud resources
Repo AmadlaOrg/EntityInfrastructure
Entity URI github.com/AmadlaOrg/EntityInfrastructure@v1.0.0

Schema

EntityInfrastructure describes what infrastructure an application needs:

  • Cloud provider and region
  • Server/VM specifications (size, type)
  • Networking requirements
  • Storage requirements

Example

_entity: github.com/AmadlaOrg/EntityInfrastructure@v1.0.0
_body:
  provider: digitalocean
  type: droplet
  size: s-1vcpu-1gb
  region: nyc1

Consumers

Tool How It Uses EntityInfrastructure
raise Provisions the declared infrastructure resources
auditor-infrastructure Checks whether infrastructure matches requirements