question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

E3002 Invalid Property Resources/TaskDefinition/Properties/Volumes/0/efsVolumeConfiguration

See original GitHub issue

cfn-lint version: (cfn-lint --version) cfn-lint 0.34.1

Description of issue. Newly added EFS VolumeConfiguration for ECS TaskDefinitions not yet supported

Cfn support: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-volumes.html

cfn-lint -u does not rectify the issue, perhaps the definitions are not yet updated upstream?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jedis00commented, Aug 19, 2020

@kddejong I figured it out. I tried the update-specs first, and it didn’t work. Then updated cfn-lint, and still no dice. Had to restart Sublime and then it started working. Not sure if both were needed, but it doesn’t hurt. Thanks!

1reaction
kddejongcommented, Aug 19, 2020

@jedis00 this template is not returning an error for me. Did you also try the cfn-lint --update-specs?

Resources:
  taskdefinition: 
    Type: AWS::ECS::TaskDefinition
    Properties: 
      Volumes: 
        - EFSVolumeConfiguration:
            FilesystemId: "id"
Read more comments on GitHub >

github_iconTop Results From Across the Web

E3002 for "invalid" property CopyTagsToSnapshot in db Cluster
When updating to newest aws-cdk 1.115 we have an issue when validating the cloudformation. E3002 Invalid Property Resources/DBCluster/Properties ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found