[dreamwidth/dreamwidth] 661a9c: Commit the cloudwatch agent config
Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 661a9cd0cbca26cf2e8679e7e79365614172f459 https://github.com/dreamwidth/dreamwidth/commit/661a9cd0cbca26cf2e8679e7e79365614172f459 Author: Mark Smith mark@qq.is Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths: A .github/workflows/tasks/web-cwagent-config.json
Log Message:
Commit the cloudwatch agent config
set FILE (cat web-cwagent-config.json); aws ssm put-parameter \ --name "ecs-cwagent" \ --type "String" \ --value "$FILE" \ --region "us-east-1" \ --overwrite
