AWS Cloud Practitioner Certification Flashcards
The purpose of this deck to to learn the basics of the AWS Cloud platform
Basic Support Package
Free: Customer Service for account and access to AWS Community Forums
Developer
Use Case: Experimenting with AWS
Starts at $29 month: One Primary Contact may ask technical questions through support center. Response time 12-24 hrs.
Business
Use Case: Production use of AWS
Starts at $100 month: Support by phone and chat, 1 hr response to urgent support cases and help with 3rd party software. Full access to AWS Trusted Advisor, access to the AWS Support API
Enterprise
Use Case: Mission-critical use of AWS
Starts at $15,000 month
All the features of Business plans, plus a dedicated Technical Account Manager (TAM), a support concierge, access to Infrastructure Event Management to support product launches, seasonal promotions/events, migrations, 15-minute response to critical support cases with prioritized case handling
How do you get automatic notifications if your account exceeds a certain $ limit?
Go into CloudWatch and create a billing alarm. Uses SNS
What are the 3 ways to access AWS?
Programmatic (command line), Console Access, SDK
What does IAM stand for?
Identify Access Management; created Global so no need to specify a region
What is S3?
Simple Storage Solution
Object based-allows you to upload files
Files can be 0 Bytes to 5TB
Unlimited Storage
Files are stored in Buckets (folder in the cloud)
S3 is univeral namespace, meaning names must be unique globally, ex (https:/s3-eu-west-amazonaws.com/acloudguru
What are the key fundamentals of S3?
Key (Name of the object)
Value (data and is made up of a sequence of bytes)
What are the specs of S3 Standard?
99.99% Availability, 99.99999999999% durability, stored redundancy across multiple devices in multiple facilities, and is designed to sustain the loss of 2 facilities concurrently.
What are the specs of S3-IA (Infrequently Accessed?)
For data that is accessed less frequently, but requires rapid access when needed. Lower fee than S3, but you are charged a retrieval fee.
S3 One Zone - IA
For when you want a lower-cost option for infrequently accessed data, but do not require the multiple Availability Zone data resilience.
S3 - Intelligent Tiering
Designed to optimize costs by automatically moving data to the most cost-effective access tier, without performance impact or operational overhead.
S3 Glacier Deep Dive
S3’s lowest-cost storage class where a retrieval time of 12 hours is acceptable.
What is unique about a Bucket?
Bucket names share a common name space. You cannot have the same bucket name as someone else.