Join over 3000 devs, tech leads, and experts learning how to architect cloud solutions, not pass exams.
Connect
Let's test what happens when an instance or DB fails
Guille Ojeda4 months ago
What are microservices, why use them, and steps to split a monolith into microservices
Guille Ojeda8 months ago
Understanding how to design your data in DynamoDB
Guille Ojeda7 months ago
Guille Ojeda14 days ago
Guille Ojeda22 days ago
Best practices to work with AWS Lambda
Guille Ojedaa month ago
Guille Ojeda2 months ago
Need a Disaster Recovery solution for relational databases in AWS? Learn how to set up an Amazon Aurora Global Database for automatic failover.
What is Disaster Recovery, and 4 strategies for DR and Business Continuity
Guille Ojeda3 months ago
Understanding how data can be lost on AWS, and what measures we can take to prevent it
Using CloudTrail and CloudWatch Logs to detect sign in attempts to AWS IAM or IAM Identity Center that fail because of MFA, and generating an email alert
A glimpse of what Amplify can do, and an analysis on why it's a good idea to use it, and why not
Detailed explanation of Provisioned and On-Demand modes of DynamoDB, how they work, how they scale, and a pricing comparison.
Setting up AppConfig to store configurations, and CodePipeline to trigger on changes to an S3 object
Creating a VPC Endpoint to access S3 and adding a secure Bucket Policy
Using a Route 53 Private Hosted Zone to register a database endpoint as a DNS entry
Setting up AWS Web Application Firewall to protect from Cross-Site Scripting, OS command execution and SQL injections, without modifying the application code.
Guille Ojeda5 months ago
Setting up a cache-aside strategy, and the implications beyond just cost
Step-by-step instructions to setup Client VPN, and a comparison with jump hosts and Session Manager
Setting up Inspector to detect vulnerabilities, and a safer way to SSH into an EC2 instance
Using CloudFront and Lambda@Edge to show a different page to customers in different countries
Guille Ojeda6 months ago
Continuously Deploying multiple Lambda functions from a single repo
Managing the codebase, shared dependencies, monitoring and debugging, and improving performance
Executing a Lambda function every time an item changes in a DynamoDB table
Showing that Amazon DynamoDB Transactions are ACID-compliant
How to use SQS to avoid overloading a DynamoDB database with write operations