jonrau1 / SyntheticSun

SyntheticSun is a defense-in-depth security automation and monitoring framework which utilizes threat intelligence, machine learning, managed AWS security services and, serverless technologies to continuously prevent, detect and respond to threats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] botocore.exceptions.ClientError: An error occurred (InvalidParameter) when calling the CreateVpcEndpoint operation: 'vpc-endpoint-service' is not a valid taggable resource type for this operation.

routeronion opened this issue · comments

When running step 4 in stage 1, The following error is generated:

botocore.exceptions.ClientError: An error occurred (InvalidParameter) when calling the CreateVpcEndpoint operation: 'vpc-endpoint-service' is not a valid taggable resource type for this operation.

Thanks,
David

Hey David, what version of boto3 do you have installed?

Version: 1.14.8

Woops, looks like AWS docs are not up to date. Can you try this commit 48536c5

Changed the ResourceType to vpc-endpoint

I'll try that. I was doing a little digging and was about to play with that.

@jonrau1 looking good, thanks.