AWS Certified Cloud Practitioner Flashcards
Browse all 29 cards
What are the six pillars of the AWS Well-Architected Framework?
Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability.
What is the AWS Shared Responsibility Model?
AWS is responsible for security 'of' the cloud (physical infrastructure, hardware, global network, and managed service internals), while the customer is responsible for security 'in' the cloud (data, identity and access management, guest OS patching, and network configuration), with the exact split depending on which services are used.
What is the AWS Support plan that includes a Technical Account Manager (TAM)?
The Enterprise Support plan includes a designated Technical Account Manager who provides proactive guidance and operational support.
What is the difference between an AWS Availability Zone (AZ) and an AWS Region?
A Region is a physical geographic location containing multiple isolated, redundant data centers called Availability Zones; each AZ has independent power, cooling, and networking, and AZs within a Region are connected by high-speed, low-latency links so applications can be made highly available across them.
What is an Edge Location in AWS?
A globally distributed site used by Amazon CloudFront (and other services) to cache content close to end users, reducing latency for content delivery.
Define elasticity in cloud computing.
The ability of a system to automatically scale compute resources up or down to match demand, so you provision only what you need at any given moment.
What is the difference between CapEx and OpEx in the context of cloud economics?
CapEx (capital expenditure) is upfront spending on physical infrastructure that depreciates over time, while OpEx (operating expenditure) is pay-as-you-go spending on resources as they are consumed; the cloud shifts IT spending from CapEx to OpEx.
What is rightsizing in cloud cost optimization?
The practice of matching instance types and sizes to actual workload performance and capacity needs, avoiding over-provisioning (wasted cost) and under-provisioning (poor performance).
What is the AWS Cloud Adoption Framework (AWS CAF)?
A framework that provides guidance for organizations to develop an efficient cloud adoption plan, organized around perspectives (such as business, people, governance, platform, security, and operations) that help align business and technology strategies.
What is Amazon EC2?
Elastic Compute Cloud, an AWS service that provides resizable virtual server instances (compute capacity) in the cloud, billed based on the pricing model chosen (On-Demand, Reserved, Spot, or Savings Plans).
What is Amazon S3?
Simple Storage Service, an object storage service that stores data as objects within buckets, offering high durability, scalability, and multiple storage classes for different access patterns and cost needs.
What is the difference between Amazon EBS and Amazon S3?
EBS (Elastic Block Store) provides block-level storage volumes attached to a single EC2 instance for low-latency, persistent disk-like storage, while S3 provides object storage accessible over the network from anywhere, designed for durability and scale rather than being tied to one instance.
What is Amazon RDS?
Relational Database Service, a managed service that automates provisioning, patching, backup, and scaling of relational databases (such as MySQL, PostgreSQL, and others) so customers don't manage the underlying database server infrastructure.
What is Amazon DynamoDB?
A fully managed, serverless NoSQL key-value and document database designed for single-digit-millisecond performance at any scale.
What is AWS Lambda?
A serverless compute service that runs code in response to events without requiring the customer to provision or manage servers; billing is based on the number of requests and compute time consumed.
What is Amazon VPC?
Virtual Private Cloud, a logically isolated section of the AWS Cloud where customers can launch resources in a virtual network they define, including subnets, route tables, and gateways.
What is the difference between a public subnet and a private subnet in a VPC?
A public subnet has a route to an internet gateway, allowing resources within it to communicate directly with the internet, while a private subnet lacks that route, so its resources cannot be reached directly from the internet.
What is AWS IAM?
Identity and Access Management, a service for securely controlling access to AWS resources by managing users, groups, roles, and policies that define permissions.
What is the principle of least privilege in AWS IAM?
A security best practice of granting only the minimum permissions necessary for a user, group, or role to perform its required tasks, reducing the risk of unintended access.
What is Multi-Factor Authentication (MFA) in AWS?
An additional layer of security requiring users to provide a second form of verification (such as a one-time code from a device or app) in addition to their password when signing in.
What is the AWS root user, and what is a best practice regarding its use?
The root user is the account owner identity created when an AWS account is opened, with unrestricted access to all resources and billing; best practice is to avoid using it for everyday tasks, enable MFA on it, and instead create IAM users or roles with appropriate permissions for daily work.
What is AWS Organizations?
A service for centrally managing and governing multiple AWS accounts, allowing consolidated billing and the application of policies (such as Service Control Policies) across accounts grouped into organizational units.
What is a Service Control Policy (SCP)?
A policy used in AWS Organizations to set the maximum available permissions for accounts within an organization, restricting what actions member accounts (even their administrators) can perform.
What is AWS CloudTrail used for?
A service that records and logs account activity, including API calls made across AWS services, providing an audit trail for governance, compliance, and operational and security troubleshooting.
What is Amazon CloudWatch used for?
A monitoring and observability service that collects metrics, logs, and events from AWS resources and applications, and can trigger alarms or automated actions based on defined thresholds.
What is AWS Trusted Advisor?
A service that inspects an AWS account and provides real-time recommendations across categories such as cost optimization, performance, security, fault tolerance, and service limits, following best practices.
What is the difference between the AWS Free Tier and AWS Marketplace?
The Free Tier offers limited free usage of certain AWS services for new accounts to try the platform, while AWS Marketplace is a digital catalog where customers can find, buy, and deploy third-party software that runs on AWS.
What is a key benefit of AWS Savings Plans compared to On-Demand pricing?
Savings Plans offer lower prices in exchange for a commitment to a consistent amount of compute usage (measured in dollars per hour) over a one- or three-year term, in contrast to On-Demand pricing, which has no long-term commitment but costs more per unit of usage.
What is the AWS Pricing Calculator used for?
A tool that allows customers to estimate the monthly and upfront costs of AWS services before deploying them, helping with budgeting and cost planning.