AWS Marketplace Deployment
# support
a
I want to deploy vapi via AWS marketplace for GPDR-compliance. Do you have any instructions on how to do it? I am currently stuck where you have to specify stack details.
v
To deploy Vapi via AWS Marketplace for GDPR compliance, follow these step-by-step instructions. It sounds like you're at the point of specifying stack details, so I'll include that information as well! ### Step-by-Step Instructions for Deployment 1. **Access AWS Marketplace**: - Visit the Vapi offering on AWS Marketplace using this [link](https://aws.amazon.com/marketplace/pp/prodview-tskr3mpoou7is?sr=0-1&ref_=beagle&applicationId=AWSMPContessa). 2. **Considerations for GDPR Compliance**: - **Server Location**: Ensure that your deployment is hosted within EU data centers to comply with GDPR. - **No Interaction with Vapi Servers**: When hosted on your infrastructure, data will not interact with Vapi's servers, maintaining compliance. 3. **Deployment Process**: - **Select a Cloud Provider with EU Data Centers**: Choose a provider like AWS that has multiple EU locations. - **API Endpoint Configuration**: Change the API endpoint in your requests to the EU-specific endpoint (e.g.,
eu.api.vapi.com
). - **Service Configuration**: Adjust service configuration files to point to the EU region. 4. **Specify Stack Details**: - When specifying stack details, ensure you include: - **Instance Type**: Choose an instance type that meets your performance needs (e.g.,
t2.medium
for testing or
m5.large
for production). - **VPC and Subnet**: Select a Virtual Private Cloud (VPC) and subnet that are located in the EU. - **Security Groups**: Configure security groups to allow necessary traffic (e.g., HTTP, HTTPS, SIP). - **IAM Roles**: Assign appropriate IAM roles for permissions related to Vapi operations. 5. **Data Storage and Compliance**: - Establish databases or data storage services within the EU to maintain data locality. 6. **Testing and Validation**: - After deployment, perform thorough testing to ensure operations and data are routed through EU servers. ### Common Issues to Watch For
- Ensure that your webhook configurations and network settings are correct. - Verify that your API keys and permissions are set up properly. If you have any specific questions about the stack details or run into issues, feel free to ask! 😊 Source: - [AWS Marketplace Vapi Product Page](https://aws.amazon.com/marketplace/pp/prodview-tskr3mpoou7is?sr=0-1&ref_=beagle&applicationId=AWSMPContessa)
s
@Alex Ortner could you kindly record and share a Loom video describing your current blockage? This would allow me to review the situation and provide appropriate assistance.