Difference between revisions of "IT-AI-Prompt"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Created page with "=Collection= <pre class="code"> Process the following list of AWS services according to these rules: 1. "Normalize all service names to their official AWS product names (use t...")
 
 
Line 12: Line 12:
 
Services List:
 
Services List:
  
 +
</pre>
 +
 +
=Study Guide=
 +
<pre class="code">
 +
* create a structured "XX" Study Guide.
 +
* Organized from foundations → architecture → enterprise features → operations.
 +
* Each key concept includes:
 +
-- Meaning – a simple definition
 +
-- Description – a deeper explanation of how it works in practice
 
</pre>
 
</pre>

Latest revision as of 10:31, 10 March 2026

Collection

Process the following list of AWS services according to these rules:
1. "Normalize all service names to their official AWS product names (use the exact AWS naming)."
2. "Remove all duplicates."
3. "Group the services under their correct AWS main category (e.g., Compute, Storage, Databases, Networking & Content Delivery, etc.)."
4. "Within each main category, logically group related services together."
5. "If a service belongs to a different AWS main category than the expected one, do not mix it — clearly place it under its correct category."
6. "If an item is not a standalone service but a feature, deployment option, or sub-service, group it under its parent service and label it as:(Feature), (Sub-service), (Deployment option)"
7. "After the structured grouping, create a separate section titled: “One-Line Service Descriptions”. Format: Service Name – Simple and meaningful one-line description."
8. "Present the final output in a clean, well-structured format using headings and bullet points."
Services List:

Study Guide

* create a structured "XX" Study Guide.
* Organized from foundations → architecture → enterprise features → operations.
* Each key concept includes:
-- Meaning – a simple definition
-- Description – a deeper explanation of how it works in practice