API (self-hosted on AWS): FAQ
Which version am I using? (#)
To find the running version of attachmentAV API:
- Visit the AWS CloudFormation Console
- Ensure that you are in the correct region.
- Navigate to Stacks.
- Click on the attachmentAV stack (if you followed the docs, the name is
attachmentav
). - Click on the Outputs tab.
- Check the value next to the output key Version.
If you are connected to a attachmentAV EC2 instance, you can run the following command to get the version:
sudo /opt/attachmentav/attachmentav --version
Which fulfillment option am I using? (#)
To find the fulfillment option of attachmentAV API:
- Visit the AWS CloudFormation Console
- Ensure that you are in the correct region.
- Navigate to Stacks.
- Click on the attachmentAV stack (if you followed the docs, the name is
attachmentav
). - Click on the Outputs tab.
- Check the value next to the output key FulfillmentOption.
CloudFormation FulfillmentOption output | Fulfillment Option |
---|---|
dedicated-public-vpc | Dedicated public VPC |
shared-vpc | Existing VPC |