How do you implement service discovery in AWS

0 votes
TO
Jul 27, 2018 in Cloud Computing by brat_1
• 7,200 points
921 views

1 answer to this question.

0 votes
For an Amazon EC2 hosted service a simple way to achieve service discovery is through the Elastic Load Balancing service. Because each load balancer gets its own hostname you now have the ability to consume a service through a stable endpoint. This can be combined with DNS and private Amazon Route53 zones, so that even the particular load balancer’s endpoint can be abstracted and modified at any point in time. Another option would be to use a service registration and discovery method to allow retrieval of the endpoint IP addresses and port number of any given service. Because service discovery becomes the glue between the components, it is important that it is highly available and reliable. If load balancers are not used, service discovery should also cater for things like health checking. Example implementations include custom solutions using a combination of tags, a highly available database and custom scripts that call the AWS APIs, or open source tools like Netflix Eureka, Airbnb Synapse, or HashiCorp Consul.
answered Jul 27, 2018 by code_ninja
• 6,300 points

Related Questions In Cloud Computing

0 votes
1 answer

How do I create or build an AMI in AWS?

Building of an AMI can be initiated ...READ MORE

answered Jul 16, 2018 in Cloud Computing by brat_1
• 7,200 points
794 views
+1 vote
1 answer

How do you upload data to AWS Glacier?

Amazon Glacier provides a management console, which ...READ MORE

answered Oct 11, 2018 in Cloud Computing by DragonLord999
• 8,450 points
4,169 views
0 votes
0 answers

How do you scale applications in the cloud?

Imagine you're developing an application, and it ...READ MORE

3 days ago in Cloud Computing by Priyanka
• 4,080 points
13 views
0 votes
0 answers

How do you manage data in cloud environments?

In your experience, how do you handle ...READ MORE

3 days ago in Cloud Computing by Priyanka
• 4,080 points
13 views
0 votes
0 answers

How do you secure data at rest and in transit in cloud environments?

As part of our cloud security strategy, ...READ MORE

3 days ago in Cloud Computing by Priyanka
• 4,080 points
16 views
0 votes
0 answers

How do you perform disaster recovery in cloud environments?

What steps would you follow to implement ...READ MORE

2 days ago in Cloud Computing by Priyanka
• 4,080 points
15 views
+1 vote
2 answers

How does Elastic Beanstalk and EC2 contribute to automation in AWS?

I hope this helps AWS Elastic Beanstalk is the ...READ MORE

answered Jul 26, 2018 in Cloud Computing by code_ninja
• 6,300 points
961 views
+4 votes
3 answers

Deploy RESTful API with .net framework 4.5 in AWS Lambda

This is an old question (somewhat), but ...READ MORE

answered Jan 17, 2019 in Cloud Computing by Kirk Davis
3,213 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP