How VPC Gateway Endpoints Can Save You a Ton of MoneyImagine you're sending a private letter to a friend. Normally, you'd use the post office, which in the digital world is akin to the public internet. Now, what if you could send that letter directly to your friend's house without it ever leaving your ...Mar 20, 2024·2 min read
Serving media from Amazon S3 to your frontend application in a cost-effective and secure mannerJan 14, 2024·3 min read
Serve multiple website hosted on s3 via Cloudfront and Lambda@edgeYou have two domains ( example1.com and example2.com) served by a single CloudFront distribution. Both domains' content is hosted in separate S3 buckets. You want to use a Lambda@Edge function to inspect incoming requests and route them to the correc...Nov 16, 2023·3 min read
Implementing AWS Service Connect with Amazon ECS: A Step-by-Step GuideAmazon Web Services (AWS) offers a vast array of solutions designed to simplify and optimize the deployment and management of applications. Among these, AWS Service Connect and Amazon Elastic Container Service (ECS) stand out for their ability to enh...Oct 26, 2023·3 min read
serve Multiple websites from a single CloudFrontTo serve both mobile.com and tablet.com websites from a single CloudFront distribution and route requests to the appropriate S3 bucket based on the incoming domain request , you can follow these steps: Set up your S3 buckets: Ensure you have two S3...Oct 19, 2023·2 min read
How to build Docker image and push to AWS ECR for Node.js applicationWhat is Docker? Docker is an open-source platform for building, shipping and running containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out a...Sep 7, 2023·4 min read
How do you design a high-available, scalable, secure and cost-efficient platform on AWSApplication Architecture Overview TOOLS And Technologies AWS : EKS ,Route53 ,RDS multi-region, AWS secret manager , AWS Certificates manager(ACM), Cloudwatch , S3, CloudFront(CDN), Cost Explorer, Trusted Advisor IAC: Terraform CICD: Gitlab and ArgoCD...Aug 30, 2023·9 min read
Upload your code to AWS Code-commitTo upload your code to AWS CodeCommit, you can follow these steps: Install and configure the AWS CLI (Command Line Interface) on your local machine. You can download the AWS CLI from this link - https://aws.amazon.com/cli/ Create an IAM user in the...Apr 28, 2023·1 min read