Python is my way to go and the cx_Oracle module helps getting in contact with an Oracle database. While it is relatively easy to install it on my OS X, it is a bit harder on Debian.
Python is my way to go and the cx_Oracle module helps getting in contact with an Oracle database. While it is relatively easy to install it on my OS X, it is a bit harder on Debian.
Some days before, a new button raised in my AWS Console, simply named “AWS”. It contains a nice Tag Editor allowing you to find resources and tag them (but you shouldn’t do this by hand, automate it!). From my point of view, resource groups are the much nicer feature. You can create a group and assign […]
Running in a cloud always means some changes in mind in comarison to a static datacenter environment. Especially if you think about security and m2m trusts. Amazon AWS has some great features like IAM Roles to handle this in a cloud-native fashion, unfortunately only available for AWS services. In my opinion it is a damn […]
AWS recently released it’s barely new CloudWatch feature for log analysis in eu-west-1 and us-west-1. It was started in us-east-1 first and got a rollout over to ireland yesterday. After installation and configuration of a small daemon called awslogs, instance logs appear in the Webinterface quite fast. They can get divided into log-groups and streams. The interface is quite […]