retrieval
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
retrieval has 33 facts recorded in Dontopedia across 4 references, with 2 live disagreements.
Mostly:rdf:type(5), has instance type(3), has ami(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (14)
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.
containsResourceContains Resource(3)
- Retrieval Module
ex:retrieval-module - Retrieval Module
ex:retrieval-module - Retrieval Module
ex:retrieval-module
containsContains(1)
- Retrieval Module
ex:retrieval-module
declaresResourceDeclares Resource(1)
- Retrieval Module
ex:retrieval-module
grantsRoleToGrants Role to(1)
- Aws Iam Instance Profile Shared Profile Retrieval
ex:aws-iam-instance-profile-shared-profile-retrieval
hasResourceHas Resource(1)
- Retrieval Module
ex:retrieval-module
instantiatesInstantiates(1)
- Retrieval Module
ex:retrieval-module
inverseOfInverse of(1)
- Aws Iam Instance Profile Shared Profile
ex:aws-iam-instance-profile-shared-profile
sharesAmiWithShares Ami With(1)
- Aws Instance Ingestion
ex:aws-instance-ingestion
sharesIamProfileWithShares Iam Profile With(1)
- Aws Instance Ingestion
ex:aws-instance-ingestion
sharesInstanceTypeWithShares Instance Type With(1)
- Aws Instance Ingestion
ex:aws-instance-ingestion
usesSameAmiAsUses Same Ami As(1)
- Aws Instance Ingestion
ex:aws-instance-ingestion
usesSameInstanceTypeAsUses Same Instance Type As(1)
- Aws Instance Ingestion
ex:aws-instance-ingestion
Other facts (31)
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 | Aws Instance | [1] |
| Rdf:type | Aws Instance Resource | [2] |
| Rdf:type | Aws Instance | [3] |
| Rdf:type | Compute Instance | [3] |
| Rdf:type | Aws Instance Resource | [4] |
| Has Instance Type | t2.micro | [1] |
| Has Instance Type | t2.micro | [3] |
| Has Instance Type | t2.micro | [4] |
| Has Ami | ami-abc123 | [1] |
| Has Ami | ami-abc123 | [4] |
| Has Iam Instance Profile | Aws Iam Instance Profile Shared Profile Retrieval | [1] |
| Has Iam Instance Profile | Aws Iam Instance Profile Shared Profile | [3] |
| Resource Type | aws_instance | [2] |
| Resource Name | retrieval | [2] |
| Ami | ami-abc123 | [2] |
| Instance Type | t2.micro | [2] |
| Iam Instance Profile | Aws Iam Instance Profile Shared Profile | [2] |
| Shares Iam Profile With | Aws Instance Ingestion | [2] |
| Shares Ami With | Aws Instance Ingestion | [2] |
| Shares Instance Type With | Aws Instance Ingestion | [2] |
| Resource Block Order | 1 | [2] |
| Iam Profile Reference | aws_iam_instance_profile.shared_profile.name | [2] |
| Has Ami | ami-abc123 | [3] |
| Uses Instance Profile | Aws Iam Instance Profile Shared Profile | [3] |
| References Profile | Aws Iam Instance Profile Shared Profile | [3] |
| Configured in | Retrieval Module | [3] |
| Uses Iam Instance Profile | Aws Iam Instance Profile Shared Profile | [4] |
| Has Iam Profile Name | retrieval-profile | [4] |
| Assumes | Aws Iam Instance Profile Shared Profile | [4] |
| Has Identifier | retrieval | [4] |
| Has Resource Type | aws_instance | [4] |
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 (4)
ctx:claims/beam/c63a9892-3cac-49a8-8296-84a166b21998- full textbeam-chunktext/plain1 KB
doc:beam/c63a9892-3cac-49a8-8296-84a166b21998Show excerpt
Effect = "Allow" Principal = { Service = "ec2.amazonaws.com" } Action = "sts:AssumeRole" } ] }) } output "role_arn" { value = aws_iam_role.shared_role.arn } ``` #### Ingestion Module…
ctx:claims/beam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3- full textbeam-chunktext/plain1 KB
doc:beam/d9bfea34-1fea-48fa-83e9-931b6c2fc2a3Show excerpt
#### Updated Consuming Modules If the new policy needs to be referenced in the ingestion or retrieval modules, update them accordingly. #### Ingestion Module (`modules/ingestion/main.tf`) ```hcl variable "role_arn" { type = string …
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…
ctx:claims/beam/fd912db7-f15a-4a61-a19d-9a196007b348- full textbeam-chunktext/plain1 KB
doc:beam/fd912db7-f15a-4a61-a19d-9a196007b348Show excerpt
locals { role_arn = module.shared_resources.role_arn } ``` #### Retrieval Module (`modules/retrieval/main.tf`) ```hcl variable "role_arn" { type = string default = "" } resource "aws_instance" "retrieval" { ami = "am…
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.