Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.