I want to know that how much GuardDuty is going to cost me per month. As per the AWS documentation, I should check how many cloud trail logs I produce in a month along with the VPC logs in a month.
Now, using boto3 S3 I can estimate how much I'll be spending having GraudDuty read my logs. But I can't figure out from where I can find how much amount of data(in GB) mu VPC logs are producing.
So I want to do it programmatically to check my VPC log flow that I produce in a month to estimate how much I can spend on GraudDuty.