Steffen Grunwald
Steffen Grunwald
@Till--H, thanks for the contribution. This doesn't seem to match all volumes. Here are usage types that don't show up for me: |line_item_usage_type |line_item_line_item_description | |--- |--- | |EUC1-EBS:VolumeUsage.gp2 |$0.119...
Regarding the removal of the CognitoUserPool: you can do this in gen2 amplify by [overriding the CloudFormation resource](https://docs.amplify.aws/react/build-a-backend/add-aws-services/overriding-resources/): ```typescript const backend = defineBackend({ auth, data }); const { cfnUserPool, cfnUserPoolClient...