Getting started with AWS Cloud Flashcards
What is the Cloud?
Cloud computing is the on-demand delivery of IT resources over the internet with pay-as-you-go pricing.
Name six benefits of Cloud Computing?
- Pay as you go
- Benefit from massive economies of scale
- Stop guessing capacity
- Increase speed and agility
- Stop spending money running and maintaining data centers
- Go global in minutes
What is a Region?
Regions are geographic locations worldwide where AWS hosts its data centers. Consists of 2 or more availability zones.
How to choose the correct Region?
- Latency
- Price
- Service Availability
- Data Compliance
What is an Availability Zone?
An AZ consists of one or more data centers with redundant power, networking, and connectivity.
What is the AWS Management Console?
Web based console GUI.
What is the AWS Command Line Interface?
Programmatically access AWS services.
What is AWS SDK?
API calls to AWS with familiar programming languages
Explain the relationship between Regions, Availability Zones, and Data Centers.
Data Centers are within availability zones and availability zones are within regions.
What is an Edge Location?
Used to cacher content closer to end users to reduce latency.
What is Redundancy?
the practice of duplicating critical components like servers, storage, or network connections across multiple Availability Zones within a region, ensuring that if one component fails, another can seamlessly take over, preventing data loss and maintaining system availability
What are 6 pillars of Well Architected Framework?
O - Operation Excellence
P - Performance Efficiency
S - Security
C - Cost Optimization
R - Reliability
S - Sustainability
What is Cloud Formation?
CloudFormation is an infrastructure as code (IaC) service. It helps you model and set up your AWS resources so that you can spend less time managing those resources, and more time focusing on your applications that run in AWS.
What is control tower?
AWS Control Tower is a service offered by Amazon Web Services that provides a straightforward way to set up and govern a secure, multi-account AWS environment based on AWS best practices. It’s designed to help organizations quickly establish a well-architected and secure multi-account setup while providing governance and compliance controls.
AWS Control Tower offers a straightforward way to set up and govern an AWS multi-account environment, following prescriptive best practices. AWS Control Tower orchestrates the capabilities of several other AWS services, including AWS Organizations, AWS Service Catalog, and AWS IAM Identity Center, to build a landing zone in less than an hour. Resources are set up and managed on your behalf.
AWS Control Tower orchestration extends the capabilities of AWS Organizations. To help keep your organizations and accounts from drift, which is divergence from best practices, AWS Control Tower applies controls (sometimes called guardrails). For example, you can use controls to help ensure that security logs and necessary cross-account access permissions are created, and not altered.
What is Service Catalog?
AWS Service Catalog is a service provided by Amazon Web Services that enables organizations to create, manage, and distribute portfolios of approved products to their end users, who can then access them through a personalized portal. This service is designed to help organizations manage AWS resources more effectively by enforcing governance and compliance while also increasing efficiency and reducing costs.