1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 2 years ago
