aws / aws-sdk

Landing page for the AWS SDKs on GitHub
https://aws.amazon.com/tools/
Other
68 stars 12 forks source link

Add support for CloudWatch Logs Infrequent Access to RDS #732

Closed vchernov-avenga closed 2 months ago

vchernov-avenga commented 5 months ago

Describe the feature

Use Case

To reduce costs we would like to change the log class from Standard to Infrequent Access.

As of now, there is no way to set the CloudWatch Log class or custom log group when you enable CloudWatch log export for RDS:

aws rds modify-db-instance \
    --db-instance-identifier mydbinstance \
    --cloudwatch-logs-export-configuration '{"EnableLogTypes":["audit","error","general","slowquery"]}'

The Cloudwatch log group for RDS is created with the Standard log class by default.

Proposed Solution

Other Information

No response

Acknowledgements

CLI version used

aws-cli/2.15.6

Environment details (OS name and version, etc.)

Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000

tim-finnigan commented 2 months ago

Hi @vchernov-avenga thanks for the feature request and for your patience here. It sounds like this request should go to the RDS team, as they own and maintain the underlying ModifyDbInstance API. I'll go ahead and forward this to the RDS team, and will transfer this issue to our cross-SDK repository for tracking, since service APIs are used across AWS SDKs.

tim-finnigan commented 2 months ago

Upon searching internally, I found that there is an existing backlog item for the RDS team tracking this feature request. We cannot guarantee if or when a feature request like this will be implemented, but I'll record the feedback you provided here, and you can track the CHANGELOGs and blogs for updates going forward. Thanks again.

github-actions[bot] commented 2 months ago

This issue is now closed.

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.