Some month ago I found this interesting project on github: https://github.com/kosty-cloud/kosty Kosty is a cost and security audit written in python and using aws cli to check the current status of your service. I followed the quickstart guide: pip3 install kosty python3 -m venv costy export AWS_DEFAULT_PROFILE=root kosty audit –output all Unfortunately this just output […]
Tag: aws
Easy Web Application Development with AWS Cognito and S3
General direction for developing a complex Web Application was to: Thanks to AWS Cognito, S3 buckets, and Lambda, all those complexity is simplified. And one can pay as it goes: if the service has value for the user, then more lambda fuel must be filled. What in this AWS solution: Read more on AWS Service […]