Blog

Latest posts from our team. Stay up-to-day with news and new features, see if we can help with common problems and see how we solved our clients issues.

Blog

Video course: Exploring AWS Instances, Networking, and Databases

June 7, 2017 by Paulina Budzoń

Interested in getting a bit more hands-on with AWS? My first video course prepared with Packt Publishing, exploring server-based (more “classic”) AWS components, like EC2 instances, VPC, RDS, ElasticCache, S3 and even ECS and ECR for running docker containers has been published!

The course is meant for people who have used AWS before and have basic familiarly with their services and would like to get their knowledge onto “the next level” (maybe a more practical one!). I tried to include bits of know-how, various tips and tricks and gotchas that I found during my experience with AWS so far.

If you’re interested, check out the course on Packt Publishing website!

Continue reading

Controlling access to AWS ElasticSearch Service clusters with IAM

June 5, 2017 by Paulina Budzoń

When using AWS ElasticSearch Service, you have multiple ways of controlling access to your cluster. AWS Console gives you some pre-set policies you can use, but the ways of access can be confusing. Using the IP-based access, you can allow access from your EC2 instances. But what if you want to access your cluster from a Lambda?

Continue reading

S3 bucket permissions: what does "everyone" mean?

May 10, 2017 by Paulina Budzoń

On more than one occasion I have seen S3 bucket policies set for the predefined users groups: “Everyone” and “Any authenticated AWS user”, but rarely has it been done with understanding of what those groups actually mean. So, if you’ve ever set (or thought of setting) permissions for those, please read on.

Continue reading

Comparsion of Ansible and Puppet exams by Red Hat

April 21, 2017 by Paweł Biernacki

I had an opportunity to take both exams related to those two most popular automation and configuration management frameworks. Here are some thoughts about the Red Hat’s 405 (Puppet) and 407 (Ansible) exams.

Continue reading

Granting privileges using MAC Framework

April 17, 2017 by Paweł Biernacki

FreeBSD’s kernel provides quite sophisticated privilege model that extends the traditional UNIX user-and-group one. Here I’ll show how to leverage it to grant access to specific privileges to group of non-root users.

Continue reading