The Basics (Chapters 1 & 2) Flashcards
What are the advantages of cloud computing?
- Trade capital expense for variable expense
- Benefit from massive economies of scale
- Stop guessing about capacity
- Increase speed & agility
- Stop spending money running & maintaining data centers
- Go global in minutes
Name the 3 types of cloud computing services.
IAAS - Infrastructure
PAAS - Platform
SAAS - Software
What are the different cloud types.
- Public - AWS, Azure, GCP
- Hybrid - Mixture of public & private
- Private - Self-managed, in personal data center.
Considerations for choosing the right AWS region?
- Data sovereignty laws
- Latency to end users
- AWS Services
Identify the different support packages for AWS.
- Basic - free
- Developer - $29/month*
- Business - $100/month*
- Enterprise - $15,000/month* & TAM
*Scales based on usage
What does JSON stand for?
Java Script Object Notation
IAM is an abbreviation for?
Identity Access Management
How do you access the AWS platform?
- Via the console
- Programmatically (using the command line)
- Using the Software Developers Kit (SDK)
What do each of the 3 S stand for?
Simple Storage Service
True or False - S3 is object-based.
True (it allows you to upload files)
True or False - Files can be from 0 Bytes to 5 MB
False (files can be as large as 5 TB)
Is S3 storage limited or unlimited?
Unlimited
An S3 namespace must be what?
Unique globally
File folders are known as _______.
Buckets
When you receive a HTTP 200 CODE, what does that mean?
The upload was successful
Key refers to?
The name of the object
Data made up by a sequence of bytes is known as:
Value