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