Skip to content

Commit

Permalink
Merge branch 'main' into feat/opensearch-extended-support
Browse files Browse the repository at this point in the history
  • Loading branch information
juchavw committed Dec 4, 2024
2 parents cd3a527 + cd7fdbd commit f2ceded
Show file tree
Hide file tree
Showing 6 changed files with 613 additions and 391 deletions.
9 changes: 9 additions & 0 deletions cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1450,6 +1450,11 @@ Resources:
- NeedDatabase
- !Sub arn:${AWS::Partition}:glue:${AWS::Region}:${AWS::AccountId}:table/${CidDatabase}/*
- !Sub arn:${AWS::Partition}:glue:${AWS::Region}:${AWS::AccountId}:table/${DatabaseName}/*
- Fn::If:
- NeedDatabase
- !Sub arn:${AWS::Partition}:glue:${AWS::Region}:${AWS::AccountId}:database/${CidDatabase}
- !Sub arn:${AWS::Partition}:glue:${AWS::Region}:${AWS::AccountId}:database/${DatabaseName}
- !Sub arn:${AWS::Partition}:glue:${AWS::Region}:${AWS::AccountId}:catalog
- Effect: Allow
Action:
- s3:CreateBucket
Expand Down Expand Up @@ -1929,3 +1934,7 @@ Outputs:
Description: Technical Value - CidExecArn
Value: !GetAtt CidExec.Arn
Export: { Name: !Sub 'cid${Suffix}-CidExecArn'}
CidDatabase:
Description: Technical Value - CidDatabase
Value: !Ref CidDatabase
Export: { Name: !Sub 'cid${Suffix}-CidDatabase'}
9 changes: 9 additions & 0 deletions changes/CHANGELOG-cora.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# What's new in the CORA

## CORA - v0.0.6
* Minor fixes
* Added Resource Id filter


## CORA - v0.0.5
* Initial release
15 changes: 15 additions & 0 deletions changes/CHANGELOG-cudos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

# CUDOS v5

# CUDOS - 5.5

* **DynamoDB**: Refactored visuals to improve user experience and simplify navigation. *'DynamoDB Accounts by Category'* visuals replaced with 'DynamoDB Cost per Account' and 'DynamoDB Cost per Usage Type Group'
* **DynamoDB**: New section *'DynamoDB Provisioned Capacity - Reservations Savings Estimation'* which allows to calculate estimated savings for Amazon DynamoDB reserved capacity based on custom commitment amount.
* **DynamoDB**: New section 'DynamoDB Provisioned Capacity - Reservation Coverage & Usage Monitoring' which allows monitor reserved capacity coverage per region | capacity type dimensions
* **DynamoDB**: New visual *'Infrequent Access Tables Cost and Cost Efficiency Gain/Loss vs Standard Storage'* which shows efficiency gains from Infrequent Access tables and also tables which could be migrated to Standard table class
* **Monitoring and Observability**: New section 'AWS Config Periodic Recording Savings Opportunities' which shows potential savings from migration to periodic configuration item recording
* **Monitoring and Observability**: New section *'Account and Regions without AWS Config'* which allows to identify account and regions with AWS service usage and where AWS Config is not enabled
* **Analytics**: Improved *'QuickSight Usage Type Group'* calculated field to accommodate the latest QuickSight pricing constructs
* **AI/ML**: Added Guardrails to the *'Bedrock UsageType Group'* calculated field
* **Databases**: Updated action filter on *'RI Coverage per region | engine | instance type or family'* to be applied to *'Top 20 instances'* allowing to focus on resources which belong to particular RI dimension
* **Compute**: Bug fix for *'EKS Extended Support Cost per Account'* visual. Added missing filter for Last 30 days.



# CUDOS - 5.4
* **[new tab] Security**: Introducing Security tab with cost and usage details for Security services. New tab includes visuals 'Security Spend per Service', 'Security Spend per Account' and respective detailed view sections for Amazon Cognito and Amazon GuardDuty
* **Security**: New Amazon Cognito section with visuals 'Amazon Cognito Spend and Projected Cost for M2M App Clients and Tokens', 'Amazon Cognito Spend and Projected Cost for M2M App Clients and Tokens per Account' and 'Amazon Cognito Detailed View'
Expand Down
4 changes: 4 additions & 0 deletions changes/CHANGELOG-hed.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# What's new in Health Events Dashboard (HED)
## v2.0.4
* Fix resetting description free text filter issue
* Minor cosmetic and usability changes

## v2.0.3
* Fix case where reported resource name is not a full unique ARN to derive unique instance counts
* Easier filtering by date ranges
Expand Down
Loading

0 comments on commit f2ceded

Please sign in to comment.