t2.micro
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
t2.micro has 64 facts recorded in Dontopedia across 23 references, with 6 live disagreements.
Mostly:rdf:type(22), has price(2), belongs to list(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Instance Type[1]all time · 06c38111 5f97 4834 A53e E4a59715bbd3
- Instance Type[2]all time · 0a4fb74d 5ca9 4312 B412 6d68c7fe32fc
- Aws Instance Type[3]all time · Ce41ff20 0438 47ad Acee 835fd9427f3d
- Aws Instance Type[4]all time · A4b2ca24 5ce7 40af A9cc 4b8d5bf78a14
- Ec2 Instance Type[5]all time · Bf5eaa67 09e5 4c94 Aafa 71d080eb80e5
- Instance Type[6]all time · Fc77e1e9 8569 4508 Afba 325ede59533a
- Ec2 Instance Type[7]all time · 4e2e0c84 748e 486e Aa7b 8ca3d8be204a
- Ec2 Instance Type[8]all time · 3fabcedc Bdcb 4a08 A527 Db5a4e56dc5a
- Instance Type[9]all time · F2754305 6955 44bf 83aa E6a05c8d10a7
- Instance Type[10]all time · 94c820dc 5dbd 4f1b 9003 9ac91805fa20
Inbound mentions (16)
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.
usesInstanceTypeUses Instance Type(3)
- Aws Instance Example
ex:aws-instance-example - Retrieval Instance
ex:retrieval-instance - Spot Instance Resource
ex:spot-instance-resource
affectsInstanceTypeAffects Instance Type(1)
- Ec2 Instance Creation Error
ex:EC2InstanceCreationError
choosesChooses(1)
- Instance Type Selection
ex:instance-type-selection
containsContains(1)
- Sample Instance Types Section
ex:sample-instance-types-section
containsElementContains Element(1)
- Instance Types Array
ex:instance-types-array
containsInstanceTypeContains Instance Type(1)
- Aws Instance Config
ex:aws-instance-config
exampleExample(1)
- Cost Effective Instance Types
ex:cost-effective-instance-types
hasMemberHas Member(1)
- Instance Types Array
ex:instance-types-array
hasValueHas Value(1)
- Instance Type Attr
ex:instance-type-attr
includesIncludes(1)
- Instance Types
ex:instance-types
isCheckedForAvailabilityOfIs Checked for Availability of(1)
- US West 2
ex:us-west-2
isPriceOfIs Price of(1)
- 0.013
ex:0.013
queriesInstanceTypeQueries Instance Type(1)
- Spot Prices Data Source
ex:spot-prices-data-source
runsOnRuns on(1)
- Retrieval Instance
ex:retrieval-instance
Other facts (27)
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 |
|---|---|---|
| Has Price | 0.013 | [7] |
| Has Price | 0.12 | [9] |
| Belongs to List | T2 Instance Family | [8] |
| Belongs to List | Instance Types | [10] |
| Instance Class | t2.micro | [13] |
| Instance Class | t2 | [18] |
| Is Instance Type for | Aws Instance Example | [16] |
| Is Instance Type for | Ec2 Instance Creation | [18] |
| Corresponds at Index | Price 0.013 | [7] |
| Has Hourly Price | 0.013 | [8] |
| Has Price Unit | USD per hour | [8] |
| Is Part of | Instance Types Array | [8] |
| Has Corresponding Price | 0.013 | [8] |
| Is Cheaper Than | T2.small | [8] |
| Is Priced by | Aws | [10] |
| Is Instance Type Identifier | true | [11] |
| Specifies | Instance Type | [13] |
| Has Id | t2.micro | [15] |
| Cost Characteristic | low-cost | [16] |
| Provider | Aws | [16] |
| Category | Example Instance Type | [17] |
| Example Value of | Instance Type | [17] |
| Instance Size | micro | [18] |
| Instance Identifier | t2.micro | [18] |
| Is Ec2 Type | true | [19] |
| Specified by | Aws Instance Resource | [21] |
| Assigned to | Ec2 Instance Resource | [22] |
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 (23)
ctx:claims/beam/06c38111-5f97-4834-a53e-e4a59715bbd3ctx:claims/beam/0a4fb74d-5ca9-4312-b412-6d68c7fe32fc- full textbeam-chunktext/plain1 KB
doc:beam/0a4fb74d-5ca9-4312-b412-6d68c7fe32fcShow excerpt
To find a valid AMI ID, you can use the AWS Marketplace or the AWS CLI to list available AMIs: ```sh aws ec2 describe-images --owners amazon --filters "Name=name,Values=amzn2-ami-hvm*" --region us-west-2 ``` ### 3. Specify the AMI ID Dyna…
ctx:claims/beam/ce41ff20-0438-47ad-acee-835fd9427f3d- full textbeam-chunktext/plain1 KB
doc:beam/ce41ff20-0438-47ad-acee-835fd9427f3dShow excerpt
region = "us-west-2" } resource "aws_instance" "example" { ami = "ami-0c94855ba95c71c99" # Replace with the shared AMI ID instance_type = "t2.micro" } ``` ### 4. Ensure IAM Permissions Make sure that the IAM role or user …
ctx:claims/beam/a4b2ca24-5ce7-40af-a9cc-4b8d5bf78a14- full textbeam-chunktext/plain1 KB
doc:beam/a4b2ca24-5ce7-40af-a9cc-4b8d5bf78a14Show excerpt
region = "us-west-2" } data "external" "spot_prices" { program = ["bash", "-c", "aws ec2 describe-spot-price-history --instance-types t2.micro --product-descriptions 'Linux/UNIX' --availability-zone us-west-2a --start-time $(date -u +%…
ctx:claims/beam/bf5eaa67-09e5-4c94-aafa-71d080eb80e5- full textbeam-chunktext/plain1 KB
doc:beam/bf5eaa67-09e5-4c94-aafa-71d080eb80e5Show excerpt
- If your infrastructure needs are dynamic and you frequently need to scale up or down, updating the spot price more frequently can help you manage costs better. - If your infrastructure is relatively static, you can update less frequ…
ctx:claims/beam/fc77e1e9-8569-4508-afba-325ede59533actx:claims/beam/4e2e0c84-748e-486e-aa7b-8ca3d8be204a- full textbeam-chunktext/plain1 KB
doc:beam/4e2e0c84-748e-486e-aa7b-8ca3d8be204aShow excerpt
[Turn 2650] User: I'm researching cloud services and considering AWS EC2 at $0.13/hour for 200 instances with auto-scaling. Can you help me optimize my EC2 instance selection for better performance and cost-effectiveness? Here's a sample co…
ctx:claims/beam/3fabcedc-bdcb-4a08-a527-db5a4e56dc5a- full textbeam-chunktext/plain1 KB
doc:beam/3fabcedc-bdcb-4a08-a527-db5a4e56dc5aShow excerpt
- Compute the total cost for different combinations of instance types. - Ensure the selected instances can handle the required workload. 3. **Auto-Scaling Considerations:** - Use auto-scaling to dynamically adjust the number of in…
ctx:claims/beam/f2754305-6955-44bf-83aa-e6a05c8d10a7- full textbeam-chunktext/plain1 KB
doc:beam/f2754305-6955-44bf-83aa-e6a05c8d10a7Show excerpt
import pandas as pd # assuming I have a dataframe with instance types and prices df = pd.DataFrame({ 'instance_type': ['t2.micro', 'c5.xlarge'], 'price': [0.12, 0.25] }) # assuming I have a usage pattern with number of tasks and d…
ctx:claims/beam/94c820dc-5dbd-4f1b-9003-9ac91805fa20ctx:claims/beam/b3a41fe6-f87f-4a3d-8bc8-3a6618bb8a39ctx: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/fced758a-6de4-4ca4-a33d-ebfdf8c8ef05- full textbeam-chunktext/plain1 KB
doc:beam/fced758a-6de4-4ca4-a33d-ebfdf8c8ef05Show excerpt
- Regularly test the updated modules to ensure they function as expected. - Use unit tests and integration tests to validate the behavior of the modules. 4. **Communication**: - Communicate changes to the team to ensure everyone i…
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…
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/17d39429-5932-4032-9618-7351ecab5bdc- full textbeam-chunktext/plain1 KB
doc:beam/17d39429-5932-4032-9618-7351ecab5bdcShow excerpt
region = "us-west-2" } resource "aws_instance" "example" { ami = "ami-abc123" instance_type = "t2.micro" } ``` How can I modify this config to use a more cost-effective instance type or optimize my resource usage in other w…
ctx:claims/beam/42981679-3f6d-41f7-8da6-e5ef5298e86c- full textbeam-chunktext/plain1 KB
doc:beam/42981679-3f6d-41f7-8da6-e5ef5298e86cShow excerpt
Auto Scaling Groups can help you manage costs by automatically adjusting the number of running instances based on demand. ### 5. **Use Cost Estimation Tools** Tools like `infracost` can help you estimate the cost of your Terraform configur…
ctx:claims/beam/5a3bfeb5-5168-4b79-b606-9fd456ebe612ctx:claims/beam/552f3d08-4d62-45ea-84f2-09f60b0e6b69- full textbeam-chunktext/plain1 KB
doc:beam/552f3d08-4d62-45ea-84f2-09f60b0e6b69Show excerpt
2. **Update the AWS Provider Version**: - Upgrade to a newer version of the AWS provider, such as `5.15.0`, which may have bug fixes that address this issue. 3. **Review Terraform Configuration**: - Ensure there are no other configur…
ctx:claims/beam/dae352c5-6e79-412a-9df8-c3ea4ae9bf9dctx:claims/beam/2c3fd1d8-f375-4469-85dc-acd538b3db0actx:claims/beam/502cffb1-261d-45df-8a46-0602e54c90b1- full textbeam-chunktext/plain1 KB
doc:beam/502cffb1-261d-45df-8a46-0602e54c90b1Show excerpt
[Turn 6051] Assistant: Certainly! Upgrading the Terraform AWS Provider version can often lead to performance improvements and reduced errors due to bug fixes and optimizations in newer versions. Let's walk through the steps to update your T…
ctx:claims/beam/775daa0f-81ac-4b06-9e37-4c8bafca2372- full textbeam-chunktext/plain1 KB
doc:beam/775daa0f-81ac-4b06-9e37-4c8bafca2372Show excerpt
resource "aws_route_table_association" "example" { subnet_id = aws_subnet.example.id route_table_id = aws_route_table.example.id } # Create a Security Group resource "aws_security_group" "example" { vpc_id = aws_vpc.example.id ing…
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.