AWS CloudFront does not directly support multiple domain based routing similar to AWS Application Load Balancer. However there are other options available to achieve this. To achieve multi-domain based traffic distribution similar…
Tag: aws
Cheat Sheet: Essential Terraform Commands
Terraform is an open-source infrastructure as code (IaC) tool that allows you to define and manage cloud and on-premises infrastructure using human-readable configuration files. Key Features: Benefits: Common Use Cases: Essential Terraform…
How to get metadata of an AWS EC2 instance
Because your instance metadata is available from your running instance, you do not need to use the Amazon EC2 console or the AWS CLI. This can be helpful when you’re writing scripts…