New Question
0

How can we specifiy Ec2 metadata_urls?

asked 2015-10-24 00:22:25 +0300

dlaube gravatar image

This is supported in linux cloud-init via something like the following inside /etc/cloud/cloud.cfg;

datasource:
  Ec2:
    metadata_urls: [ 'https://my-metadata-service.com' ]
    dsmode: net

How can one accomplish the same with cloudbase cloud-init for Windows?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2015-10-24 16:28:23 +0300

avladu gravatar image

Hello,

In the configuration file, you can specify

ec2_metadata_base_url='https://my-metadata-service.com'

More information about the options you can find here: http://cloudbase-init.readthedocs.org... and here https://github.com/openstack/cloudbas...

Thanks.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2015-10-24 00:22:25 +0300

Seen: 637 times

Last updated: Oct 24 '15