Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.