Avoid Unexpected AWS Extended Support Charges for PostgreSQL 12

Introduction If you’re running PostgreSQL 12 on AWS, you might have noticed an unexpected charge for Extended Support. AWS provides this service to ensure database availability after standard support ends. However, it’s a paid service that can add significant costs if not managed properly. This blog post will explain what AWS Extended Support is, why […]

Avoid Unexpected AWS Extended Support Charges for PostgreSQL 12 Read More »

How to Access an ECS Fargate Container Using aws ecs execute-command

The aws ecs execute-command command allows you to interactively run shell commands inside a container running in an Amazon ECS cluster. This is useful for debugging, troubleshooting, or performing administrative tasks without redeploying the container. Use cloud console / terminal to execute the following code – aws ecs execute-command \ –cluster rl-staging-cluster \ # ECS

How to Access an ECS Fargate Container Using aws ecs execute-command Read More »

Scroll to Top