ingestion-profile
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
ingestion-profile has 12 facts recorded in Dontopedia across 3 references, with 1 live disagreement.
Mostly:rdf:type(3), used by(1), belongs to(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
assumedByAssumed by(1)
- Aws Iam Role Shared Role
ex:aws-iam-role-shared-role
assumesAssumes(1)
- Shared Role
ex:shared-role
hasSameNameHas Same Name(1)
- Aws Iam Instance Profile Shared Profile
ex:aws-iam-instance-profile-shared-profile
Other facts (9)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Iam Instance Profile Name | [1] |
| Rdf:type | Iam Instance Profile | [2] |
| Rdf:type | Iam Instance Profile | [3] |
| Used by | Aws Instance Ingestion | [1] |
| Belongs to | Aws Iam Role Shared Role | [3] |
| Has Name | ingestion-profile | [3] |
| Grants Access to | Aws Iam Role Shared Role | [3] |
| Configured in | Ingestion Module | [3] |
| Different From | Retrieval Profile | [3] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (3)
ctx:claims/beam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3- full textbeam-chunktext/plain1 KB
doc:beam/21026c15-2bbe-40ca-8b88-ba2b26cf96e3Show excerpt
outputs.tf main.tf ``` #### Shared Resources Module (`modules/shared_resources/main.tf`) ```hcl variable "role_name" { type = string default = "shared-role" } resource "aws_iam_role" "shared_role" { name = var.role_name a…
ctx:claims/beam/1a6a6272-e939-42d4-bdfb-022b93350837- full textbeam-chunktext/plain1 KB
doc:beam/1a6a6272-e939-42d4-bdfb-022b93350837Show excerpt
Ensure that the shared resources module exports the necessary information (like ARNs) and that the ingestion and retrieval modules consume these outputs as inputs. #### Shared Resources Module (`modules/shared_resources/main.tf`) ```hcl v…
ctx:claims/beam/cbf6e634-317e-4022-8848-5aa12bb2caf8- full textbeam-chunktext/plain1 KB
doc:beam/cbf6e634-317e-4022-8848-5aa12bb2caf8Show excerpt
resource "aws_iam_instance_profile" "shared_profile" { name = "ingestion-profile" roles = [aws_iam_role.shared_role.name] } module "shared_resources" { source = "../shared_resources" role_name = "shared-role" } locals { role_ar…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.