Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burgossrodrigo/aws_bash_utils
Some usefull scripts to managing AWS services
https://github.com/burgossrodrigo/aws_bash_utils
aws bash-scripting cloudshell devops
Last synced: 26 days ago
JSON representation
Some usefull scripts to managing AWS services
- Host: GitHub
- URL: https://github.com/burgossrodrigo/aws_bash_utils
- Owner: burgossrodrigo
- Created: 2024-06-17T10:28:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T10:15:18.000Z (6 months ago)
- Last Synced: 2024-06-21T00:44:03.505Z (6 months ago)
- Topics: aws, bash-scripting, cloudshell, devops
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security_group_manegement.sh
Awesome Lists containing this project
README
# aws_bash_utils
## EC2 access to Containers and Elastic Containers
[ec2_container_access](ec2_container_acess.sh)
> This command attaches the `AmazonEC2ContainerRegistryFullAccess` policy to the `role-acesso-ssm` role. This policy provides full access to Amazon EC2 Container Registry. It allows the role to push, pull, and manage images in Amazon ECR.
> AmazonECS_FullAccess: This command attaches the AmazonECS_FullAccess policy to the role-acesso-ssm role. This policy provides full access to Amazon Elastic Container Service. It allows the role to create, update, and delete ECS clusters, tasks, and services.