Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Can I use SSM Automation runbook with awscli or something different?
0
I need to make SSM Automation runbook and this runbook needs to run aws command (aws s3 cp s3:// s3:// --recursive --include --exclude), but I don't need to install Install-Module AWS.Tools.S3 -Force, because this module don't have --exclude and --include parameters. How can I resolve this issue?