Question
What is Amazon Bedrock?
Click to reveal answer
Answer
A fully managed service that provides access to foundation models from multiple providers via a single API, with no infrastructure to manage.
Click to flip back
All Amazon Bedrock Flashcards
Q: What is Amazon Bedrock?
A: A fully managed service that provides access to foundation models from multiple providers via a single API, with no infrastructure to manage.
Q: Name three foundation model providers available in Amazon Bedrock.
A: Anthropic (Claude), Amazon (Titan), Meta (Llama), AI21 Labs, Cohere, and Stability AI.
Q: What are Amazon Bedrock Knowledge Bases?
A: A feature that connects foundation models to your data sources to enable Retrieval-Augmented Generation (RAG), providing grounded and relevant responses.
Q: What are Amazon Bedrock Guardrails?
A: Configurable safeguards including content filters, denied topics, word filters, sensitive information filters, and contextual grounding checks.
Q: What are Amazon Bedrock Agents?
A: Autonomous agents that can plan multi-step tasks, call APIs, and orchestrate actions using foundation models.
Q: Is your data used to train Bedrock base models?
A: No. Your data is not shared with model providers and is not used to improve base models.
Q: What is the Bedrock Model Playground?
A: An interactive environment to test and compare different foundation models with various prompts and parameters.
Q: How is Bedrock priced?
A: Pay-per-use based on input/output tokens processed (on-demand) or Provisioned Throughput for consistent workloads.
Q: What types of fine-tuning does Bedrock support?
A: Continued pre-training (unlabeled domain data) and instruction-based fine-tuning (labeled prompt-response pairs).
Q: How does Bedrock handle security?
A: Data encrypted in transit and at rest, IAM-based access control, VPC endpoints for private connectivity, and CloudTrail logging.