Basics Flashcards
(109 cards)
6 Advantages of Cloud Computing
- No upfront costs, pay as you consume
- Economies of Scale
- No need to guess capacity.
- Speed. Only a few clicks to increase size
- No paying for physical data centers
- Global with ease.
Types of Cloud Computing
- Software as a Service (SaaS)
- Office 365, Gmail etc - Platform as a Service (PaaS)
- Heroku etc - Infrastructure as a Service (Iaas)
- AWS, Azure, GCP
Cloud Deployment Models
Cloud - For Startups
Hybrid - For Banks
On-Premise - For Gov and other super sensitive areas like hospitals
What is GovCloud
A region or regions that only allows customers that pass a screening process, and are operated by US citizens on US soil. For government information
The four EC2 Pricing Models
- On-Demand
- Spot
- Reserved Instances (RI) (aka savings plan)
- Dedicated
What is the EC2 pricing model with the least commitment?
On-Demand. It is low-cost and flexible. Pay per hour. Short-term.
Which EC2 pricing model is the best long-term value?
RI. Stead and predictable. Can resell unused RI in the RI Market Place. 1 or 3 year. Payment options. Class offerings (different options for flexibility)
Which EC2 pricing model offers the biggest savings?
Spot. These are discounted because AWS isn’t using them for a regular customer, but once they are needed, AWS can terminate them from you. f
Which EC2 pricing model is the most expensive?
Dedicated. You have dedicated hardware to yourself.
What are the 4 AWS Support Plans?
- Basic - Free
- Developer - $20 /month
- Business - $100 /month
- Enterprise - $15,000/month
Of the 4 AWS Support Plans, which ones have third party support?
Business and Enterprise
Of the 4 AWS Support Plans, which ones have Tech Support via chat or phone 24/7
Business and Enterprise
Of the 4 AWS Support Plans, which ones have a personal concierge and TAM (Technical Account Manager)
Enterprise
Of the 4 AWS Support Plans, which ones have only 7 trusted advisor checks?
Basic and Developer
In the AWS Support Plans, what are the response times for General Guidance?
<24 Hours (All but Basic plan)
In the AWS Support Plans, what are the response times for System Impaired?
<12 Hours (All but Basic plan)
In the AWS Support Plans, what are the response times for Production System Impaired
<4 Hours (Business and Enterprise Only)
In the AWS Support Plans, what are the response times for Production System Down?
<1 Hour (Business and Enterprise Only)
In the AWS Support Plans, what are the response times for Business-Critical System Down?
<15 Minutes (Enterprise Only)
What does the AWS Basic support plan have included?
Email support only for Billing and Account
What are the 5 categories a Trusted Advisor can help you with?
- Cost Optimization
- Security
- Performance
- Fault Tolerance
- Service Limites
What is the AWS Networking Hierarchy?
AWS Account>Region>VPC>Availability Zone>Subnets&Security Group>Services (EC2, RDS etc)
What are the database services?
DynamoDB - NoSQL key/value database
DocumentsDB - NoSQL Document database. MongoDB compatible
RDS (Relational Database Service)
- Aurora - MySQL and PSQL database, fully managed
- Aurora Serverless - only runs when you need it, like lamda
Neptune - managed graph database
Redshift - columnar database, petabyte warehouse
ElastiCache - Redis or Memcached database
What is provisioning?
The allocation or creation of resources and services to a customer