From its beginning, Skeddly has been logging all action activity in your Skeddly account. You can view any of these logs at any time within Skeddly, and you can download them individually, or in a monthly package. For many organizations, these logs are invaluable in their auditing strategies, much like CloudTrail is.
Starting today, we’re making it even easier for you to retain your own copy of your action logs. You can now archive your action logs to an Amazon S3 bucket in your AWS account.
Archiving your logs can be useful for a number of reasons:
You can enable action log archiving by doing the following:
$(YEAR)
, $(MONTH)
, $(DAY)
, $(DATE)
, $(TIME)
- UTC time macros for the action’s end date.$(ACTIONNAME)
- Name of the action executed.$(ACTIONID)
- ID of the action.$(ACTIONEXECUTIONID)
- ID of the action execution.$(CREDENTIALNAME)
- Name of the AWS credentials used by the action.$(REGION)
- Name of the AWS region used by the action.Once saved, your logs will be archived to your bucket as action executions complete.
You should also run Skeddly’s IAM Policy Generator to generate an updated policy for AWS credentials. This will give them the permissions necessary to write the logs to your bucket. This is a sample policy that would allow your AWS credentials to write to your bucket:
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"s3:GetBucketLocation",
"s3:PutObject"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Archiving is available starting today to everyone at no additional charge.
Skeddly is the leading scheduling service for your AWS account. Using Skeddly, you can:
Sign-up for our 30 day free trial or sign-in to your Skeddly account to get started.