Cloudformation-coverage-roadmap: AWS::Glue::Crawler support RecrawlPolicy property

Created on 14 Jan 2021  路  3Comments  路  Source: aws-cloudformation/cloudformation-coverage-roadmap

Instructions for CloudFormation Coverage New Issues Template

Quick Sample Summary:

  1. Title -> AWS::Glue::Crawler support RecrawlPolicy property for s3 crawler
  2. Scope of request -> AWS::Glue::Crawler does not support incremental crawling
  3. Expected behavior -> On Create/Update i should be able to set the RecrawlPolicy
  4. Links to existing API doc (optional) -> https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-crawler-crawling.html#aws-glue-api-crawler-crawling-CreateCrawler
  5. Category tag (optional) -> Analytics

Most helpful comment

This is highly annoying, especially since the default setting is to do full crawl, which can lead to much higher cost than expected given all the S3 requests made by the Crawler.

All 3 comments

Terraform already implemented support for this (https://github.com/hashicorp/terraform-provider-aws/issues/16013).

Very hard (and disappointing) to use Cloudformation if it is not kept in sync with new functionality.

This is highly annoying, especially since the default setting is to do full crawl, which can lead to much higher cost than expected given all the S3 requests made by the Crawler.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hoshino3 picture hoshino3  路  4Comments

rjpereira picture rjpereira  路  4Comments

kdgregory picture kdgregory  路  3Comments

kjpgit picture kjpgit  路  4Comments

johnkoehn picture johnkoehn  路  3Comments