AWS Certified AI Practitioner(2) - AWS Cost and Budget
Created|Updated|CERTIFICATIONAWS_AI_PRACTITIONER
|Post Views:
💰 AWS Cost and Budget Setup
1. Access for IAM Users
- To let an IAM user view Billing and Cost Management,
the administrator must enable:
“IAM user and role access to Billing information”.
2. Key Billing Tools
- Bills: Shows a detailed breakdown of usage and charges.
- Free Tier: Displays remaining Free Tier usage on a dashboard.
- Budgets: Sends email alerts if your spending exceeds the set budget.
Author: Danny Ki
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Related Articles
2025-08-20
AWS Certified AI Practitioner(12) - Pricing & Model Improvement
📘 Amazon Bedrock – Pricing & Model Improvement1️⃣ Pricing Options🔹 On-Demand (Pay-as-you-go) How it works: Pay only for what you use, like an electricity bill. Pricing basis Text Models → Input/Output token count Embedding Models → Input token count Image Models → Number of images generated Available Models: Base Models only ✅ Pros: Flexible, good for unpredictable workloads ❌ Cons: Can become expensive if used continuously over time 🔹 Batch Mode (Bulk processing, ...
2025-08-19
AWS Certified AI Practitioner(11) - Agents
📊 Amazon Bedrock & CloudWatch📌 What is CloudWatch?Amazon CloudWatch is a monitoring service for AWS resources and applications.It provides: Logs – Detailed records of events and invocations Metrics – Numerical measurements of system performance Alarms – Notifications when thresholds are crossed Dashboards – Visualizations for monitoring 🔑 Bedrock & CloudWatch Integration1. Model Invocation Logging Logs all inputs and outputs from Bedrock model invocations. Data can inclu...
2025-08-22
AWS Certified AI Practitioner(14) - Prompt Engineering
📘 Prompt EngineeringWhat is Prompt Engineering?Prompt Engineering is the process of designing, refining, andoptimizing prompts to guide a foundation model (FM) or large languagemodel (LLM) toward producing the best possible output for your needs. A naïve prompt gives little guidance and leaves interpretation up tothe model.Example: “Summarize what is AWS.”This works, but the answer may not be clear or focused. By contrast, Prompt Engineering uses a structured approach toimprove results. Com...
2025-08-22
AWS Certified AI Practitioner(15) - LLM Text Generation & Prompt Optimizatio
🤖 LLM Text Generation & Prompt Optimization1. How Text is Generated in an LLMWhen a model generates text, it predicts the next word based on probabilities. Example:“After the rain, the streets were…”Possible next words and probabilities: wet (0.40) flooded (0.25) slippery (0.15) empty (0.10) muddy (0.05) clean (0.03) blocked (0.02) The model randomly selects a word according to these probabilities. 2. Prompt Performance Optimization🔹 System Prompts Define how the mode...
2025-08-20
AWS Certified AI Practitioner(13) - End-to-End Use Case (AI Stylist Demo)
👗 Amazon Bedrock End-to-End Use Case (AI Stylist Demo)📌 Why This Demo MattersSo far, we’ve explored many features of Amazon Bedrock. But in reality, using Bedrock isn’t just about clicking around in the console.To build a real-world application, you need to make API calls to Bedrock and integrate those capabilities directly into your service. To demonstrate this, AWS provides an AI Stylist demo application.This demo shows how end users actually experience an application built on top of Be...
2025-08-22
AWS Certified AI Practitioner(16) - Prompt Engineering Techniques
🎯 Prompt Engineering TechniquesUnderstanding different prompting techniques is essential for getting the most out of Large Language Models (LLMs). These concepts are also important for AWS certification exams, especially when dealing with Amazon Bedrock and generative AI. 1. 🔹 Zero-Shot PromptingDefinition:Present a task to the model without providing any examples or prior training for that specific task. Prompt Example: 1Write a short story about a dog that helps solve a mystery. Respons...
Announcement
This is my Blog