This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<center><img src="http://berytech.org/wp-content/uploads/2015/11/amazon-aws-logo.jpg"></center> | |
<br> | |
A curated list of AWS resources to prepare for the AWS Certifications | |
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources. | |
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.-Split sides of conversation (only for Call Recorder recordings) | |
1a.-Use Call Recorder droplets, get two AIFF files, rename to LOCAL and REMOTE | |
1b.-Use split script https://gist.github.com/eduo/e5bb6f48757cde29ec1b | |
2.-If audio needs cleanup: | |
a.-Import into Audacity | |
a.1.-Split stereo tracks to mono (optional) | |
b.-Clean bad mic audio (optional) | |
b.1.-Improve Equalization (if bad sound -> Effects -> Equalize -> EMI 78) | |
http://wiki.audacityteam.org/wiki/EQCurvesDownload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: docker:latest | |
variables: | |
REPOSITORY_URL: <AWS ACCOUNT ID>.dkr.ecr.eu-central-1.amazonaws.com/<ECS REPOSITORY NAME> | |
REGION: eu-central-1 | |
TASK_DEFINTION_NAME: <TASK DEFINITION NAME> | |
CLUSTER_NAME: <CLUSTER NAME> | |
SERVICE_NAME: <SERVICE NAME> | |
services: |