Friday, December 27, 2019

AWS Fargate Tutorial

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/


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. 


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

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



Tuesday, January 29, 2019