AWS Basics Flashcards
Q: What is AWS?
A: AWS is a cloud computing platform that offers over 200 fully featured services from data centers globally.
Q: What are the key benefits of AWS?
A: Scalability, cost-efficiency, flexibility, security, global reach, and a broad range of services.
Q: What are the main categories of AWS services?
A: Compute, Storage, Databases, Networking, Security, AI/ML, Analytics, IoT, Developer Tools, and more.
Q: What makes up AWS’s global infrastructure?
A: Regions, Availability Zones (AZs), Edge Locations, and Local Zones.
Q: What is the difference between a Region and an Availability Zone?
A: A Region is a geographical area with multiple, isolated Availability Zones (data centers). AZs provide fault tolerance and low latency.
Q: What is AWS’s pricing model?
A: Pay-as-you-go, where you only pay for the services you use without upfront costs.
Q: What is the AWS Shared Responsibility Model?
A: AWS secures the cloud infrastructure, and customers secure their applications and data within the cloud.
Q: What is the AWS Management Console?
A: A web-based interface to access and manage AWS services.
Q: What is the AWS CLI?
A: The AWS Command Line Interface (CLI) allows users to manage AWS services using commands.
Q: What is the AWS Free Tier?
A: A program that provides free usage of certain AWS services for 12 months after signup and some services always free.
Q: What is the difference between elasticity and scalability in AWS?
A: Elasticity is the ability to automatically adjust resources to match demand, while scalability is the ability to increase or decrease capacity manually.
Q: What certifications does AWS hold for compliance?
A: Examples include ISO 27001, SOC 1/2/3, PCI DSS, GDPR, and HIPAA compliance.
Q: What are the AWS support plans?
A: Basic, Developer, Business, and Enterprise.
Q: What is AWS IAM?
A: Identity and Access Management (IAM) is a service for controlling access to AWS resources securely.
Q: What are EC2 and S3?
A: EC2 is a compute service for running virtual servers, and S3 is an object storage service.
Q: What are Edge Locations?
A: Locations used to cache content closer to users for faster delivery via services like Amazon CloudFront.