https://github.com/thomasvincent/aws-ssm-automation-scripts
[infrastructure] Automates AWS Systems Manager (SSM) operations.
https://github.com/thomasvincent/aws-ssm-automation-scripts
aws aws-iam aws-s3 ssm
Last synced: 3 months ago
JSON representation
[infrastructure] Automates AWS Systems Manager (SSM) operations.
- Host: GitHub
- URL: https://github.com/thomasvincent/aws-ssm-automation-scripts
- Owner: thomasvincent
- License: mit
- Created: 2023-01-21T09:01:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T23:44:17.000Z (6 months ago)
- Last Synced: 2025-05-16T00:26:11.217Z (6 months ago)
- Topics: aws, aws-iam, aws-s3, ssm
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: security_group_audit.yaml
Awesome Lists containing this project
README
# SSM Automation
This project contains a collection of scripts for automating various tasks using AWS Systems Manager (SSM).
## Scripts
- `attach_policies_to_role.yaml`: This script attaches IAM policies to a specific role. It takes in three parameters: `ResourceId`, `AWSManagedPolicies`, and `CustomerManagedPolicies`. `ResourceId` is the role you want to attach policies to, `AWSManagedPolicies` is a list of AWS managed policy names that you want to attach to the role and `CustomerManagedPolicies` is a list of customer managed policy arns that you want to attach to the role.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.