How AWS Sorts to Multiple Services

Asked 1 years ago, Updated 1 years ago, 66 views

AWS is considering implementing web services.
I would like to distribute to different services in the same domain.
If you are thinking about deploying web apps to EC2, what configuration can you use to sort them out?

  • Add subdomains in ROUTE 53 to sort out different web apps for each subdomain
  • Place applications on the Routing Server (EC2) with routing logic (change routing destination by url)
  • Can it be implemented according to the above policy
  • If there is anything else you can do with AWS services, please let me know

aws amazon-ec2 amazon-route53

2022-09-30 16:19

1 Answers

  • Place applications on the Routing Server (EC2) with routing logic (change routing destination by url)

can be sorted by url using Application Load Balancer.

In addition, SSL is almost essential for today's service, but AWS Certificate Manager allows you to issue a certificate for Application Load Balancer for free.(Cannot be issued for EC2)

  • Add subdomains in ROUTE 53 to sort out different web apps for each subdomain

I can't judge.You may need more knowledge of DNS than AWS.


2022-09-30 16:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.