You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
I received this error launching OpenVidu Pro using the default CF template from the marketplace:
You must specify an allocation id when mapping an address to a VPC instance
(Service: AmazonEC2; Status Code: 400;
Error Code: InvalidParameterCombination;
Request ID: de9904e6-850f-477a-b675-6832ae509738)
When configured with a VPC, the following resource config fails with the above error in Cloudformation:
I received this error launching OpenVidu Pro using the default CF template from the marketplace:
When configured with a VPC, the following resource config fails with the above error in Cloudformation:
According to the CF docs,
EIP
is only used for EC2-Classic. For VPC,AllocationID
must be specified. [1][1] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip-association.html
I worked around the issue by customizing the template to use AllocationID instead of the EIP property.
The text was updated successfully, but these errors were encountered: