Amazon Route 53 is AWS’s highly available and scalable cloud Domain Name System (DNS) web service. The design gives developers and businesses an extremely reliable and cost-effective way to route end users to Internet applications. However, many companies will already have hosted their DNS with another party before starting AWS. In this post, we are… Continue reading 🌉Cross Account domain management (DNS) with Route 53
Tag: Level 200
💸 Deploy low cost ECS tasks based on SQS queue size with AWS CDK
In this post we are using AWS CDK to build a system that scales up and down based on the amount of messages in the SQS queue. It allows users to do REST-API calls to an Amazon API Gateway endpoint from their applications or computers. This will add a new item to the SQS queue.… Continue reading 💸 Deploy low cost ECS tasks based on SQS queue size with AWS CDK