AWS Solution Architect Notes
Questions and AWS resource differences
AWS Lambda Can have a maximum runtime of only 15 minutes. A great option for hosting microservi...
AWS Overview Course
https://explore.skillbuilder.aws/learn/course/9496/play/32556/welcome-to-solutions-architect-asso...
Overview about the certificate
What this certificate covers This certificate proves that you are able to design and implement s...
Domain 1: Resilient architrectures
Multi-tier solutions Exam item will require you to understand and implement several aspects acro...
Domain 2: High-performing architectures
Elastic vs scalable Although they both mean adapting to dynamic environments they don't really m...
Domain 3: Secure Applications
Secure resource access Security should be considered at every level, stage, and architecture. T...
Domain 4: Cost-optimized architectures
Cost-effective storage solutions Yous should know which storage service should be used, an objec...
Zero to Hero Beginner Udemy Course
AWS Introduction
AWS Region and Availability zone An AWS region is a geographical location with a collection of a...
Lab: Intro to Storage Services
Cloud computing models Infrastructure as a service Offer services that are present in on-premis...
Lab: Intro to Database Services
AWS relational database services (RDS) A fully managed database services, makes it easy for you ...
Lab: intro to Compute and Networking Services
AWS compute services EC2 Allow you to launch on-demand virtual machines. EC2 autoscaling Allo...
Lab: Intro to Management Services
Management tools CloudFormation Use a text file to define and deploy your infrastructure on AWS...
Lab: Intro to Application Services
Application integration Step functions Make it easy to orchestrate bunch of microservice in a p...
Lab: Intro to Analytics and Machine Learning
Analytics service Amazon EMR Hadoop framework as service. Data can be analyzed. Athena Analyz...
Lab: Intro to Security, Identity, and Compliance
Security, identity, and compliance AWS Artifact Online portal that give access to AWS security ...
Lab: Intro to Developer, Media, Mobile, Migration, Business, IoT
Developers tools Cloud9 IDE in AWS, let you code and then develop services directly from the ID...
Elastic Beanstalk
EB Let you deploy your application without you having to worry about allocating the servers. You...
AWS CLI
AWS rest API This is used by AWS Management Console, AWS CLI, AWS SDK, and other AWS services. S...
Ultimate AWS Certified Solutions Architect Associate Course
Getting started with AWS
History Launched internally in Amazon, then they realize they can provide these services to othe...
IAM & AWS CLI
IAM: users and groups Identity and access management, it is also a global service because it is ...
EC2 Fundamentals
Setting up billing alert If you would like your IAM user to also be able to set up billing alert...
More EC2 Topics
Private vs Public vs Elastic IP Networking have two types of internet process address. IPv4, IPv...
EC2 Instance Storage
EBS Volume Elastic block store volume is a network drive that you can attach to your EC2 instanc...
High Availability and Scalability: ELB & ASG
Scalability There are two type of scalability, vertical scalability and horizontal scalability. ...
AWS RDS, Aurora, ElastiCache
AWS RDS Relational database service. It is a managed database service and provide you with datab...
Route 53
Domain name system It is a lookup server that help you translate domain names to IP addresses. I...
Classic Solutions Architecture Discussion
Solution architecture How do you use all these components to make them all work together into on...
S3 Buckets
S3 Advertised as infinitely scaling storage. Many AWS services also use S3 as part of its servic...
S3 Bucket Security
S3 encryption There are four flavors. You can also set up a bucket policy to only allow files t...
CloudFront & Global Accelerator
AWS CloudFront Content delivery network, they cache content at different locations world-wide th...
More Storage Options
SnowFamily These are secure, portable devices that allows you to college and process data at edg...
SQS, SNS, Kinesis, Active MQ
Decoupling mechanism When we deploy multiple applications they will inevitably need to communica...
ECS, Fargate, ECR, & EKS
Amazon ECS Elastic container service. It is Amazon's own container platform. Let you launch cont...
Serverless, Lambdas, DynamoDB, Cognito, API Gateway
Lambda function Why is serverless good? Well if you are using EC2 instances then you have to pro...
Serverless Architecture Discussion
MyTodoList We want to make a mobile todo with REST API with HTTPS using serverless architecture....
Picking the Right Databases
How to pick right database Depend on the question, read-heavy, write-heavy, or balanced workload...
Data and Analytics
Athena Query service that let you analyze data stored in S3. It uses SQL language to do the quer...
Machine Learning
Rekognition A machine learning service to find object, people, text, scenes in images and videos...
AWS Monitoring CloudWatch, CloudTrail, Config
CloudWatch CloudWatch Metrics CloudWatch provides metrics (variable that you want to monitor) f...
IAM Advanced
Organization Let you manage multiple AWS account at the same time. There is one main account tha...
KMS, SSM Parameter Store, Shield, WAF
Encryption 101 Encryption in flight: Achieved via SSL, your connection to the web server is encr...
VPC
Networking 101 IP Addresses Every host or device on a network must be addressable, meaning that...
Disaster Recovery and Migration
Disaster recovery Disaster recovery is about preparing for those disaster that can happen to the...
Even More Architecture Discussion
Event processing in AWS SQS + Lambda Lambda service is going to poll from SQS, however, there c...
Some Random Services
CloudFormation Declarative way for outlining your AWS infrastructure using a template. "I want ...
AWS CloudWatch Metrics
Metric A metric is just a time-ordered set of data points being sent to CloudWatch so that you c...
DynamoDB Simple
Before We Begin AWS actually offers a local DynamoDB that you can set up and you can use theĀ --e...
DynamoDB Complex
Creating Table with Composite Key To create a table with composite key, it is the same process, ...