Amazon CloudWatch Operations: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
{{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html AWS::Logs::LogGroup]}} | {{External|[https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html AWS::Logs::LogGroup]}} | ||
The CloudFormation declaration for a [[Amazon_CloudWatch_Concepts#Log_Group|log group]]. | |||
Resources: | Resources: |
Revision as of 00:38, 31 March 2019
External
Internal
Create a Log Group
Create a Log Group with AWS CLI
awslogs-group
Create a Log Group with Amazon Console
CloudWatch -> Logs -> Actions -> Create Log Group
Create a Log Group with CloudFormation
AWS::Logs::LogGroup
The CloudFormation declaration for a log group.
Resources: MyServiceLogGroup: Type: AWS::Logs::LogGroup Properties: LogGroupName: log-group-name RetentionInDays: number-of-days-as-integer
View Logs
CloudWatch -> Log Groups -> <log-group-name> -> <log-stream-name>