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 ...