Anton L.
01/14/2025, 11:20 PMvpc_id
or configure a default VPC.Marvin
01/14/2025, 11:21 PMvpc_id
when configuring your infrastructure. This can be done in your Prefect deployment configuration.
3. AWS CLI Configuration: Make sure the AWS CLI is installed and configured properly on your machine. This includes setting a default region and ensuring you have the necessary permissions. You can follow the instructions here for setting up AWS CLI and permissions.
4. Check Permissions: Ensure that your AWS IAM user has the necessary permissions to create and manage network resources. This includes permissions like iam:CreatePolicy
, iam:AttachUserPolicy
, and others as mentioned in the Prefect documentation.
For more information, you can refer to the Prefect documentation on serverless infrastructure.
If these steps do not resolve your issue, consider checking for any open issues or discussions on the Prefect GitHub repository that might relate to your specific situation.