This script creates an AMI with Caris, Openssh , awscli.
- An AWS account with permissions to create EC2 instances and AMIs
- Packer
- Ensure your aws credentials have been configured. These scripts expect to use Automatic Lookup. To use a profile other than default, set the env variable
AWS_PROFILE
to the profile name. - Clone or download this repo
- In the repo folder run
packer build caris-server.json
- Go make a cup of hot milk tea
- Once finished, check the output for successful test results.
- Your AMI is now ready to launch
- Amend your instance's Security Group rules to allow TCP inbound over port 3389 and 22.