amazon web services - Elastic Beanstalk & Google API Key: restricting access -


how can add in google console access restrictions api keys when requests sent aws elastic beanstalk?

when use elastic beanstalk url, like:

my-app.us-west-1.elasticbeanstalk.com/*

...google geocoding service response 403.

when use elastic beanstalk domain:

*.elasticbeanstalk.com/*

it works fine. however, think it's not sufficient use elasticbeanstalk domain.


edit:

after few additional tests seems *.elasticbeanstalk.com/* doesn't work.

has try use own domain route53 , elastic beanstalk?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -