Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasvincent/aws-ssm-automation-scripts
Automates AWS Systems Manager (SSM) operations.
https://github.com/thomasvincent/aws-ssm-automation-scripts
aws aws-iam aws-s3 ssm
Last synced: 11 days ago
JSON representation
Automates AWS Systems Manager (SSM) operations.
- Host: GitHub
- URL: https://github.com/thomasvincent/aws-ssm-automation-scripts
- Owner: thomasvincent
- Created: 2023-01-21T09:01:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T10:46:26.000Z (6 months ago)
- Last Synced: 2024-05-06T10:25:36.341Z (6 months ago)
- Topics: aws, aws-iam, aws-s3, ssm
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.