In order to provision as a Parsec Team computer, you must populate the instance user data with a colon separated string containing the team id and secret key. The machine will automatically be provisioned as a team machine at instance startup.
AMI Options / Parsec AWS Marketplace Listing: https://aws.amazon.com/marketplace/seller-profile?id=2da5e545-e16e-4240-895a-4bbc4a056fbf
Properties:
[type: string] key= (mandatory - your Team Computer Key, available at https://teams.parsec.app/computers)
[type: string] team_id= (mandatory - your Team ID, available at https://teams.parsec.app/computers)
[type: string] name= (name of the host as you want it to appear in Parsec)
[type: int] team_group_id= (group id of the group you want to assign this computer to)
[type: int] user_id= (user id of the user you want to assign this computer to)
[type: string] user_email= (email address of the user you want to assign this computer to)
[type: boolean] is_guest_access= {true or false} (if you want this machine to have guest access enabled)
Example:
team_id=1234:key=5678:name=mycoolhost:user_email=person@company.com:is_guest_access=true