Ferramentas para AWS

Algumas ferramentas são muitos comuns no dia-a-dia do programador e é sempre bom tê-las à mão. Já tem algum tempo que queria separar um tempo para organizar as ferramentas e acabei criando-as como um projeto aberto no GitHub.

Seria bem legal que a comunidade participasse.

AWS-Tools

  • aws-getfromS3: 
    • Receive file from S3
    • Use this, for example, to get a backup file to automatic database restore.
    • Tags: C#, AWS, S3, Console Application
  • aws-send2s3:
    • Send file to S3
    • Use this, for example, to send a backup database file to secure S3 repository.
    • Tags: C#, AWS, S3, Console Application
  • aws-security-group-access-rule: 
    • Grant access to user IP to ports on security groups.
    • Use this, for example, to allow user to access aws development network.
    • Tags: C#, AWS, EC2, Security Group, Automação, WinForms Application

Acesse o repositório em

https://github.com/avmesquita/AWS-Tools