Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(specs) - Update CloudFormation specs to 177.0.0 #3282

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 7, 2024

  • Update CloudFormation specs to 177.0.0
  • Update Specs from pricing data as of 2024-06-11

Automated changes by create-pull-request GitHub action

@github-actions github-actions bot force-pushed the create-pull-request/maintenance-v0 branch 4 times, most recently from bef6913 to 853c979 Compare June 10, 2024 20:50
@github-actions github-actions bot force-pushed the create-pull-request/maintenance-v0 branch from 853c979 to 61361fe Compare June 11, 2024 04:51
@github-actions github-actions bot changed the title chore(specs) - Update CloudFormation specs to 176.0.0 chore(specs) - Update CloudFormation specs to 177.0.0 Jun 11, 2024
@r-heimann
Copy link

This would be important to merge and release because of ecs:fargate-ephemeral-storage-kms-key. Right now cfn-lint gives you

[cfn-lint] E3002: Invalid Property Resources/EcsCluster/Properties/Configuration/ManagedStorageConfiguration

when you try to do

  EcsCluster:
    Type: AWS::ECS::Cluster
    Properties:
      CapacityProviders:
        - FARGATE
      Configuration:
        ManagedStorageConfiguration: # <--
          FargateEphemeralStorageKmsKeyId: <KMSKey>

See https://aws.amazon.com/about-aws/whats-new/2024/06/amazon-ecs-aws-fargate-encrypt-ephemeral-storage-customer-managed-kms-keys/

@kddejong kddejong closed this Jun 11, 2024
@kddejong kddejong reopened this Jun 11, 2024
@kddejong kddejong merged commit 5c83f34 into v0 Jun 11, 2024
21 checks passed
@kddejong kddejong deleted the create-pull-request/maintenance-v0 branch June 11, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants