AWS
Amazon Aurora: High-Performance MySQL and PostgreSQL
Aurora is a MySQL and PostgreSQL-compatible database built for the cloud. It offers better performance than standard RDS—up to 5x for MySQL and 3x for Po…
Stories Worth Reading
PixelProse is your go-to blog for insightful articles on Technology, Travel, Food, Health, Lifestyle, Business, Fashion and Sports. Fresh perspectives. Real stories. Zero fluff.
AWS
Aurora is a MySQL and PostgreSQL-compatible database built for the cloud. It offers better performance than standard RDS—up to 5x for MySQL and 3x for Po…
AWS
AWS Shield is a managed DDoS protection service that comes automatically with AWS. Shield Standard protects all AWS customers at no extra cost against comm…
AWS
CodePipeline is a fully managed continuous delivery service. I set up a pipeline that automatically deploys code changes from GitHub to Elastic Beanstalk…
AWS
Elastic Container Service is AWS's container orchestration service. I started with Docker locally and then moved to ECS to run containers in production. Yo…
AWS
AWS Organizations helps you manage multiple AWS accounts centrally. As I started using AWS more, I realized the best practice is separate accounts for diff…
AWS
AWS Backup simplifies protecting your data across AWS services. Instead of configuring backups separately for each service, you create backup plans central…
AWS
AWS WAF is a web application firewall that helps protect against common exploits. I added it to my CloudFront distribution to block SQL injection and cross…
AWS
SNS and SQS are messaging services that help decouple application components. Simple Notification Service is for pub/sub messaging—you send a message to…
AWS
DynamoDB is a fully managed NoSQL database with seamless scalability. I was used to relational databases, but DynamoDB's key-value and document model took…