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

Introduction to AWS services & It's carrier opportunities

on 8-january 2025, I started my new year with my first tech event in college of " Introduction to AWS & It's carrier opportunities " . My purpose of starting this initiative and conducting this event in my college is to start the…

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

on 8-january 2025, I started my new year with my first tech event in college of " Introduction to AWS & It's carrier opportunities " .



My purpose of starting this initiative and conducting this event in my college is to start the awareness of Cloud computing with AWS



Here's the link of my PPT :[https://www.canva.com/design/DAGbiMxvmNU/1Gq7FhQ5j0crzbE3omzicA/edit?utm_content=DAGbiMxvmNU&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton]



But why AWS ?




  • Here're the reasons

  • First Cloud provider

  • Highest market share in cloud [ dominating the cloud field ] more than 35% cloud share hold by alone AWS in the cloud market

  • Biggest Cloud community & it's support
    ** -AWS Community **
    I . AWs user group
    II. Aws Heroes
    III. AWS Community builder
    IV. AWS Cloud clubs



this are the things that I've covered in my Session



)



Image description




  1. What is cloud computing

  2. Cloud Computing is the on-demand delivery of IT-resources like virtual servers , storage , security .

  3. For using cloud services you have to pay as you go [ in usage of cloud resources ]

  4. example : For anyone who don't know anything in computer consider this as same as you order some food online same as here you order computers from AWS to run your application

  5. there's not cloud it's just a computer from Amazon that you can access it



Here's the image from my slide

Image description



*2. Public Cloud vs Private Cloud *

#Public Cloud :

-it means that you are accessing cloud service from cloud providers like AWS , AZURE ,GCP etc..




  • when your application and it resources are on publicly available servers

  • Public cloud is less secure though it have some good security services

  • It's easily scalable according to traffic

  • It tells that so many people are using this cloud services you , your friends others..

  • IT similar as public college : that's open for all students and






Private Cloud :




  • It means that you are creating your own cloud platform for your personal use and it's only accessible inside of your organization

  • when you run your own application on your own cloud platforms

  • This private cloud is more secure because only your organization can access it

  • If someone outside of your organization want to access your they can't easily do it ! but if you give access they can use it

  • This cloud is not easily scalable and costlier

  • Similar as Private college means only few students can access it .



Image description



Why we need to use cloud




  • Some basic user or developer need services that can easily provide by cloud providers

  • Compute :

  • it means using your resources and hitting the requests to servers

  • Compute means use it particular resources




  1. Security :

  2. For any IT resources it require lot of security

  3. Putting all the data , files and backup under security is the most important task from save your application from malicious attack


  4. Networking :


  5. The internet is made of so many networks , for making internet active we need to make sure that network is proper configure and your deploy app is under the right network to access from the internet


  6. Storage :


  7. As the time goes the data of your resources increase rapidly


  8. for storing all of that in safe place for easily access it maintain it we need some big data center




Image description



*3. Cloud deployment model *

I. IAAS : Infrastructure as a service




  • in this model we only take all the networking or backend part on rent from AWS for web applications
    ex : EC2



II. PAAS : Platform as a service




  • it useful for software developers

  • here apart from application and it's data remaining all the thing will be cover and manage by AWS
    ex : AWS elastic beanstalk



III. SAAS : Software as a Service




  • this model mainly applicable for the end users

  • Where everything from scratch to complete process will be cover and manage by AWS



Image description



Image description



There's no big difference between cloud service across any platform just little changes like service names



Image description



AWS Services :




  1. EC2 :

  2. Full form : Elastic compute cloud

  3. EC2 services use when you want virtual servers for deploying your application at any specific regions

  4. It's easily scalable


  5. S3 :


  6. Full form : Simple storage service


  7. It's mainly use for storing all the data


  8. it will store data [ pdf , images] as an object form


  9. all the object will be store inside of the bucket


1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
1 Warnungen
title: Detect Exploitation - Introduction to AWS services & It's carrier opportunities
id: f51278c3-917f-4ddf-8819-d3bfa8590db0
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 = "Introduction to AWS services &" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Introduction to AWS services  Its carrie")
| 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: "*Introduction to AWS services  Its carrie*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Introduction to AWS services  Its carrie"
| 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

🎯
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 Introduction to AWS services & It's carrier opportunities

Thematisch verwandte Begriffe: Introduction, services, carrier, opportunities · 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