Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Amazon EC2 – Instance Types & Sizing (Beginner-Friendly Notes)

What Is Amazon EC2? Amazon EC2 (Elastic Compute Cloud) is one of the most popular and core services provided by AWS. EC2 provides Infrastructure as a Service (IaaS), which means: AWS manages the physical data centers and hardware You…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!




What Is Amazon EC2?



Amazon EC2 (Elastic Compute Cloud) is one of the most popular and core services provided by AWS.



EC2 provides Infrastructure as a Service (IaaS), which means:




  • AWS manages the physical data centers and hardware

  • You rent virtual machines and control the operating system, applications, and configuration









What EC2 Primarily Enables



Amazon EC2 mainly gives you the capability to:




  • Rent virtual machines → EC2 Instances

  • Store virtual disks → Elastic Block Store (EBS)

  • Distribute traffic across instances → Elastic Load Balancer (ELB)

  • Automatically scale resources → Auto Scaling Groups (ASG)









EC2 Sizing & Configuration Options



When launching an EC2 instance, you must make several configuration decisions.









1. Operating System (OS)



Common options include:




  • Linux (Amazon Linux, Ubuntu, RHEL, etc.)

  • Windows Server









2. Compute Power (CPU / vCPU)





  • vCPU stands for virtual CPU

  • A vCPU usually represents:


    • One physical CPU core or

    • One hyperthread of a physical core (depends on instance type)








Key idea:


More vCPUs allow better parallel processing and higher compute capacity.









3. Memory (RAM)




  • Measured in GiB (Gibibytes), not GB

  • Used for:


    • Running applications

    • Caching data

    • In-memory workloads








Key idea:


More RAM improves performance for memory-intensive applications.









4. Storage Options



EC2 supports two main storage models.









(a) Network-Attached Storage



Includes:




  • Elastic Block Store (EBS)

  • Elastic File System (EFS)



Characteristics:




  • Data persists even after instance stop or termination

  • Network-based storage

  • Slightly higher latency than local disks









(b) Hardware-Attached Storage (Instance Store)



Characteristics:




  • Physically attached to the host machine

  • Very high performance (often NVMe SSD)

  • Data is lost when the instance stops or terminates



Best suited for:




  • Temporary data

  • Caches

  • Buffers

  • Scratch space









5. Network Configuration



Includes:




  • Network bandwidth (NIC speed)

  • Public IPv4 address

  • Private IP address

  • VPC and subnet placement









6. Security





  • Security Groups act as virtual firewalls

  • They control:


    • Inbound traffic

    • Outbound traffic








Security Groups operate at the instance level.









7. Bootstrap Scripts (User Data)





  • EC2 User Data allows scripts to run at first launch

  • Common uses:


    • Installing packages

    • Configuring services

    • Automatically starting applications














Understanding EC2 Instance Types





EC2 instance types are compared based on:




  • vCPU count

  • Memory (GiB)

  • Storage type

  • Network performance

  • EBS bandwidth









How to Read Instance Type Names



Example: c5d.4xlarge





  • c → Compute-optimized family


  • 5 → Instance generation


  • d → Instance store (local NVMe storage included)


  • 4xlarge → Instance size









When to Use Which Instance Family





  • t-series → Burstable workloads (testing, small services)


  • c-series → CPU-intensive workloads (batch jobs, APIs)


  • m-series → Balanced, general-purpose workloads


  • r-series → Memory-intensive workloads (databases, caching)









Key Takeaways




  • EC2 is the backbone of compute services in AWS

  • Choosing the right instance depends on:


    • CPU requirements

    • Memory needs

    • Storage type

    • Network performance






  • Proper sizing helps avoid over-provisioning and unnecessary cost










References



1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - Amazon EC2 – Instance Types & Sizing (Beginner-Friendly Notes)
id: 57eae401-51e5-4f33-a052-600964601c85
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-27
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-27"
        description = "YARA Signature for "
    strings:
        $str = "Amazon EC2 – Instance Types & " ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Amazon EC2  Instance Types  Sizing Begin")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Amazon EC2  Instance Types  Sizing Begin*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Amazon EC2  Instance Types  Sizing Begin"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Analyse für identifizierte Bedrohung auf Basis von Live-CTI (ENISA EUVD): CVSS 0.0 · EPSS 0.0% · CISA KEV: nein. Handlungsableitung aus den verlinkten Hersteller-Quellen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Amazon EC2 – Instance Types & Sizing (Beginner-Friendly Notes)

Thematisch verwandte Begriffe: Amazon, Instance, Types, Sizing · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100739 | A vulnerability was detected in mathurvishal CloudClassroom-PHP-Project…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag