1 個回答
- 最新
- 最多得票
- 最多評論
0
Hi,
You can directly (manually) link your licenses to your Lightsail instances. (while License Manager provides some added conveniences, it is not mandatory for running licensed software on your AWS instances even in EC2)
Steps would be like ->
-
Obtain a subscription token from your Ubuntu One account (free for up to 5 machines) https://documentation.ubuntu.com/pro-client/en/v30/howtoguides/get_token_and_attach/
-
On the Lightsail instance, ensure the Pro client is installed and updated. Connect to your Lightsail instance and then run below commands.
sudo apt-get update
sudo apt-get install -y ubuntu-advantage-tools
- Attach Subscription: Run the following command with your token:
sudo pro attach <your-license-token>
- Confirm the license is active:
pro status
Thanks.
相關內容
- 已提問 10 個月前
- 已提問 3 年前
