DEV Community

Explore and Create of Maps and Places Application Using Amazon Location Service

“ I have checked the documents of AWS to explore and create of maps and places application using amazon location service. Amazon Location Service makes it easy for users to check the maps, places and much more. In terms of cost, the solution is cheaper and highly available.”

Amazon Location Service is a mapping service that allows you to add geospatial data and location functionality to applications, including dynamic and static maps, places search and geocodes, route planning and device tracking and geofencing capabilities. With Amazon Location Service, you can safeguard customer data, reduce cost and easily integrate with other AWS services.

In this post, you will experience explore and create of maps and places application using amazon location service. Here I have created a api key in location service for authentication purpose. Also I have created a map and place as per application perspective to get the output in the browser via ec2 instance.

Architecture Overview


The architecture diagram shows the overall deployment architecture with data flow, amazon location service, location service map, location service place, ec2 instance and browser.

Solution overview

The blog post consists of the following phases:

  1. Creation of API Key in Amazon Location Service
  2. Output of Maps, Location and Places

Phase 1: Creation of API Key in Amazon Location Service

  1. Open the amazon location service console, click on the create api key option. Give the name and description of the api key and on the resources and actions tab, select the maps action as per required. Other options we can add input as per required parameter. Once all is set, we can create the api key. The key is basically used for authentication purpose.

Phase 2: Output of Maps, Location and Places

Clean-up

Amazon Location Service: Api Key and Ec2 Instance

Pricing

I review the pricing and estimated cost of this example.

Cost of Amazon Elastic Compute Cloud = $0.0104 per on demand linux t3.micro instance hour = $0.01

Cost of Amazon Location Service = ($0.0 per thousand autocomplete request x 5 API Request) + ($0.0 per thousand routes calculated x 19 route) + ($0.0 per thousand GetPlace request x 1 address) + ($0.0 per thousand map tile request x 648 map tile) + ($0.0 per thousand search text request x 19 address) + ($0.0 per thousand suggest request x 5 API request) + ($0.0 per API request for resource create read update delete x 1 API request) + ($0.0 per API request for resource list x 22 API request) + ($0.0 per API request for usage resource create read update delete x 18 API request) = $0.00

Total Cost = $0.01

Summary

In this post, I showed “explore and create of maps and places application using amazon location service”.

For more details on Amazon Location Service, Checkout Get started Amazon Location Service, open the Amazon Location Service console. To learn more, read the Amazon Location Service documentation.

Thanks for reading!

Connect with me: Linkedin

Top comments (0)