-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Describe the bug
While trying to update an agent use case I am getting this error: {"error":{"message":" "Invalid request body"","errors":"[object instance has properties which are not allowed by the schema: [\"ExistingVpcId\"]]"}}
. I am choosing a vpc while creating the use case.
To Reproduce
Deploy the CloudFormation template:
• AdminUserEmail: [your-email]
• DeployUI: Yes
• VpcEnabled: No
Deploy an agent use:
• VpcEnabled: Yes
• Provide the agent id and alias id
Update the usecase:
• Change the alias id to something else -> fails
Expected behavior
It should successfully get updated.
Please complete the following information about the solution:
- Version: v2.1.1
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0276) - Generative AI Application Builder on AWS Solution. Version v1.0.0".
- Region: ap-south-1
- Was the solution modified from the version published on this repository? No
- If the answer to the previous question was yes, are the changes available on GitHub?
- Have you checked your [service quotas] Ye(https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the sevices this solution uses? Yes
- Were there any errors in the CloudWatch Logs? No
Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
Additional context
Add any other context about the problem here.