Giter Site home page Giter Site logo

aws-cloudformation / aws-cloudformation-resource-providers-cost-explorer Goto Github PK

View Code? Open in Web Editor NEW
4.0 8.0 9.0 1.24 MB

CloudFormation Resource Provider Package for AWS Cost Explorer

Home Page: https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/Welcome.html

License: Apache License 2.0

Java 84.70% Groovy 15.30%
cloudformation-resources aws-resources cost-explorer

aws-cloudformation-resource-providers-cost-explorer's People

Contributors

amazon-auto avatar anatolyburtsev avatar araphn avatar cfn-rpdk-ci avatar dependabot[bot] avatar hailengc avatar keatomue avatar mchestr avatar tstodiec avatar wangyuhere avatar wuchengy avatar zixiaw avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-cloudformation-resource-providers-cost-explorer's Issues

Unable to create CE resources in Ireland - Template format error: Unrecognized resource types: [AWS::CE::AnomalySubscription, AWS::CE::AnomalyMonitor]

When you try to create CE resources using CloudFormation in regions like Ireland (eu-west-1), the stack fails at the validation step with the following error message: Template format error: Unrecognized resource types: [AWS::CE::AnomalySubscription, AWS::CE::AnomalyMonitor]

It is documented that the CE service endpoint resides in us-east-1 so if we launch the stack in this region, it will succeed.

It's understood that CE is a global resource similar to IAM, but we can create IAM resources like AWS::IAM::Role outside of us-east-1.

Can we provide support to launch CE resources in regions such as Ireland?

Sample template

AWSTemplateFormatVersion: "2010-09-09"
Resources:     
  AnomalyServiceMonitor:
    Type: 'AWS::CE::AnomalyMonitor'
    Properties:
      MonitorName: 'MonitorName'
      MonitorType: 'DIMENSIONAL'
      MonitorDimension: 'SERVICE' 
  AnomalySubscription:
    Type: 'AWS::CE::AnomalySubscription'
    Properties:
      SubscriptionName: "SubscriptionName"
      Threshold: 100
      Frequency: "IMMEDIATE"
      MonitorArnList: [
          !Ref AnomalyServiceMonitor
      ]
      Subscribers: [
        {
          "Type": "SNS",
          "Address": !Sub "arn:aws:sns:${AWS::Region}:${AWS::AccountId}:my-topic-001" 
        }
      ]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.