This is a good tutorial to learn the concepts of AWS Fargate.
https://www.learnaws.org/2018/02/06/Introduction-AWS-Fargate/
Another interesting concept that I am researching is called AWS Step Functions. I like this concept as it makes it easier to create serverless applications in a controlled way. I am exploring this for creating simple workflows that otherwise would require a custom application and EC2 servers.
https://aws.amazon.com/getting-started/tutorials/create-a-serverless-workflow-step-functions-lambda/
Friday, December 27, 2019
Sunday, September 8, 2019
Gruntwork.io
Saving this to read later...
https://blog.gruntwork.io/how-to-build-an-end-to-end-production-grade-architecture-on-aws-part-1-eae8eeb41fec#ea28
I am interested to see what open source CI/CD tools they have for AWS. I also would be interested in seeing their Reference Architectures.
https://blog.gruntwork.io/how-to-build-an-end-to-end-production-grade-architecture-on-aws-part-1-eae8eeb41fec#ea28
I am interested to see what open source CI/CD tools they have for AWS. I also would be interested in seeing their Reference Architectures.
Tuesday, April 23, 2019
Installing your own audit framework for Pen Test.
w3af - Web application attach and audit framework
http://docs.w3af.org/en/latest/install.html
w3af - Web application attach and audit framework
http://docs.w3af.org/en/latest/install.html
Sunday, March 31, 2019
Installing AWS CLI
Installing AWS CLI on a Windows 10 Machine with Ubuntu Linux Subsystem
1. Install Linux Subsystem for Windows
2. Install python3 in Linux
3. apt-get update | apt-get upgrade
4. Install aws-shell or aws-cli via pip installer. aws-shell include autocomplete, which makes life much easier.
5. sudo apt install aws-shell
1. Install Linux Subsystem for Windows
2. Install python3 in Linux
3. apt-get update | apt-get upgrade
4. Install aws-shell or aws-cli via pip installer. aws-shell include autocomplete, which makes life much easier.
5. sudo apt install aws-shell
Tuesday, January 29, 2019
AI Neural Network Cheat Sheet
I am posting this because the author did a really good job of putting together this cheat sheet. I will use this again for sure.
https://becominghuman.ai/cheat-sheets-for-ai-neural-networks-machine-learning-deep-learning-big-data-678c51b4b463
https://becominghuman.ai/cheat-sheets-for-ai-neural-networks-machine-learning-deep-learning-big-data-678c51b4b463
Subscribe to:
Posts (Atom)