AWS
Amazon ECS: Running Containers on 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…
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
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…
AWS
Elastic Beanstalk is the easiest way to deploy web applications on AWS. You upload your code, and it handles capacity provisioning, load balancing, and sca…
AWS
CloudFormation lets you define your entire AWS infrastructure in a text file. I moved from manually clicking through the console to writing templates, and…
AWS
The AWS Command Line Interface turns complex console clicks into simple commands. When I first installed the CLI, I felt like a power user. You can launch…