shared_profile
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
shared_profile has 9 facts recorded in Dontopedia across 2 references, with 3 live disagreements.
Mostly:rdf:type(2), has attribute(2), has name(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.
hasIAMInstanceProfileHas Iam Instance Profile(1)
- Aws Instance
ex:aws-instance
iamInstanceProfileIam Instance Profile(1)
- Aws Instance
ex:aws-instance
isUsedByIs Used by(1)
- Shared Role
ex:shared-role
Other facts (7)
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 | [1] |
| Rdf:type | Iam Instance Profile | [2] |
| Has Attribute | name | [1] |
| Has Attribute | roles | [1] |
| Has Name | retrieval-profile | [1] |
| Has Role | Shared Role | [1] |
| Possibly Related to | Retrieval Module | [1] |
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 (2)
ctx:claims/beam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2d- full textbeam-chunktext/plain1 KB
doc:beam/2f024ac5-83b8-46b6-bc98-bd21cb2c7e2dShow excerpt
resource "aws_iam_instance_profile" "shared_profile" { name = "retrieval-profile" roles = [aws_iam_role.shared_role.name] } module "shared_resources" { source = "../shared_resources" role_name = "shared-role" } locals { role_ar…
ctx:claims/beam/457a5c47-c9e0-4523-bd05-624dbed164e7- full textbeam-chunktext/plain1 KB
doc:beam/457a5c47-c9e0-4523-bd05-624dbed164e7Show excerpt
Create a separate module specifically for shared resources like IAM roles. This module can be referenced by both ingestion and retrieval modules. #### Example Structure ``` modules/ shared_resources/ main.tf variables.tf out…
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.