AWS CloudWatch Logs daily archive to s3 bucket
Project description
AWS Daily CloudWatch Logs Archive Stack
AWS CloudWatch Logs daily(13:00Z) archive to s3 bucket.
Resources
This construct creating resource list.
- S3 Bucket (log-archive-xxxxxxxx from @gammarers/aws-secure-log-bucket)
- Lambda function execution role
- Lambda function
- Lambda function log group
- StepFunctions state machine execution role
- StepFunctions state machine
- EventBridge Scheduler execution role
- EventBridge Scheduler
Architecture
Install
TypeScript
install by npm
npm install @gammarers/aws-daily-cloud-watch-logs-archive-stack
install by yarn
yarn add @gammarers/aws-daily-cloud-watch-logs-archive-stack
install by pnpm
pnpm add @gammarers/aws-daily-cloud-watch-logs-archive-stack
install by bun
bun add @gammarers/aws-daily-cloud-watch-logs-archive-stack
Python
pip install gammarers.aws-daily-cloud-watch-logs-archive-stack
C# / .NET
dotnet add package Gammarers.CDK.AWS.DailyCloudWatchLogsArchiveStack
Example
npm install @gammarers/aws-daily-cloud-watch-logs-archive-stack
import { DailyCloudWatchLogsArchiveStack } from '@gammarers/aws-daily-cloud-watch-logs-archive-stack';
new DailyCloudWatchLogsArchiveStack(stack, 'DailyCloudWatchLogsArchiveStack', {
targetResourceTag: {
key: 'DailyLogExport',
values: ['Yes'],
},
});
Otherwise
If you want to export old log files, please refer to the following repository. The log file will be exported in the same output format.
License
This project is licensed under the Apache-2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gammarers_aws_daily_cloud_watch_logs_archive_stack-2.8.12.tar.gz
.
File metadata
- Download URL: gammarers_aws_daily_cloud_watch_logs_archive_stack-2.8.12.tar.gz
- Upload date:
- Size: 60.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56c4280823d90a3dd7b898732b1ce59791b8bd0c42d297d8b1884363642e4fe3 |
|
MD5 | 701719036e1fecb4156e17d2b2070602 |
|
BLAKE2b-256 | 45b289fba94d67e4f15182eab62deed337c2cfebea4de7a4ae23f40f0ec424e8 |
File details
Details for the file gammarers.aws_daily_cloud_watch_logs_archive_stack-2.8.12-py3-none-any.whl
.
File metadata
- Download URL: gammarers.aws_daily_cloud_watch_logs_archive_stack-2.8.12-py3-none-any.whl
- Upload date:
- Size: 59.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abe028735079efa3123516774e065273d74956dbefa4c32ca07167f463414543 |
|
MD5 | 553cf6e4d0d3b44fe51eebddcf1d3c2b |
|
BLAKE2b-256 | e6a7e0857db23335a720ddb59ebf327b54424ba96b3aaef8cb49232d00970078 |