Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Oct 27, 2024Corporate Project: Seamless Log Rotation Infra streamlining Server Scripts with AWS Lambda and SSMIntroduction In today’s fast-paced digital landscape, effective log management is crucial for maintaining system performance and security. This project explores the implementation of seamless log rotation using AWS Systems Manager (SSM) and Lambda, e...DiscussTerraform
Diego Cornejoblog.diegocornejo.com·Apr 28, 2023Export AWS SSM Parameter Store as Environment Variables with Bash1. Add parameters to AWS System Manager aws ssm put-parameter --name "/my-app/my-param-name" --value "my-param-value" --type "String" Replace "/my-app/my-param-name" with the desired path and name for the parameter. Note that the path must begin wit...Discuss·1.3K readsAWS