Tag Archives: AWS

AWS: Redshift – quick start and SQL-workbench connection config
0 (0)

18 October 2019

Our data-analytics team eventually started to play with an AWS Redshift cluster instead of the MariaDB RDS service. Actually, the current task is to spin up a simple Proof of Concept Redshift’s cluster in the AWS. Let’s do it quickly, without details – if this will go to the Production, I’ll add another post with… Read More: AWS: Redshift – quick start and SQL-workbench connection config0 (0) »

Loading

Vertica: a simple cluster set up and configuration on AWS EC2
0 (0)

10 October 2019

Vertica is a data warehouse solution intended to store petabytes amount of data. The task, for now, is to spin up a kind of Proof of Concept for Vertica on an AWS EC2 to take a closer look at its setup and to give it to data-analytics to play with it a bit. Vertica has… Read More: Vertica: a simple cluster set up and configuration on AWS… »

Loading

AWS: create an Elastic Container Registry and Jenkins deploy job
0 (0)

23 September 2019

The task is to create an AWS ECR repository and add a Jenkins job to build and deploy Docker images to this repository. See the next part – Jenkins: Docker Compose deployment from Ansible with ECR authentication. AWS ECR Go to the ECR, click Get Started, set a new repository name: Lave Mutable, so you’ll be… Read More: AWS: create an Elastic Container Registry and Jenkins deploy job0… »

Loading

Kubernetes: part 4 – AWS EKS authentification, aws-iam-authenticator and AWS IAM
0 (0)

3 September 2019

Let’s proceed with our AWS Elastic Kubernetes Service, EKS. Previous parts: Kubernetes: part 1 – architecture and main components overview Kubernetes: part 2 – a cluster set up on AWS with AWS cloud-provider and AWS LoadBalancer Kubernetes: part 3 – AWS EKS overview and manual EKS cluster set up. In the previous – Kubernetes: part… Read More: Kubernetes: part 4 – AWS EKS authentification, aws-iam-authenticator and AWS… »

Loading

AWS: CloudCraft – an existing infrastructure’s map generator
0 (0)

21 August 2019

I’m using CloudCraft service for a while – really handy. A couple of days ago I got a full subscription with all its features (first two weeks are free, by the way) among which I’d like to try an ability to create a map of an existing AWS account with all its resources and their… Read More: AWS: CloudCraft – an existing infrastructure’s map generator0 (0) »

Loading

Kubernetes: part 3 – AWS EKS overview and manual EKS cluster set up
0 (0)

15 August 2019

Let’s proceed with our Kubernetes journey. Previous parts: Kubernetes: part 1 – architecture and main components overview Kubernetes: part 2 – a cluster set up on AWS with AWS cloud-provider and AWS LoadBalancer In this part we will start working with AWS Elastic Kuberneters Service (EKS) – its short overview, then will create Kubernetes Control… Read More: Kubernetes: part 3 – AWS EKS overview and manual EKS… »

Loading

AWS RDS: “SQLSTATE[22001] – Data too long for column” using MariaDB 10.2
0 (0)

8 August 2019

We have a PHP-application with the AWS RDS MariaDB as a backend. On the previously used 10.0 version all was good, but right after we upgraded to the MariaDB 10.2 – got errors during tests: PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column ‘name’ at row 1 in /data/projects/projectname/vendor/yiisoft/yii2/db/Command.php:1290 The first… Read More: AWS RDS: “SQLSTATE[22001] – Data too long for column” using… »

Loading

AWS: S3 Cross-Region Replication with DeleteMarkers set up
0 (0)

17 July 2019

At this moment I’m configuring a new CDN for our project. Will use CloudFront and Cloudflare here so need to create two dedicated buckets with different names – cdn.cfr.example.com => CloudFront and cdn.cfl.example.com => Cloudflare. To avoid coping data each time to both buckets – an AWS S3 Cross-Region Replication can be used, so data… Read More: AWS: S3 Cross-Region Replication with DeleteMarkers set up0 (0) »

Loading

Authy: step by step Multi-Factor Authentication configuration for Github and AWS
0 (0)

17 April 2019

I’m sure that using MFA (Multi-Factor Authentication) today is oblivious. For 2FA (2-Factor Authentication) the most used method is TOTP – Time-based One-time Password, when alongside with the common login:password also needs to enter a code generated by a device or software. The most known implementation is Google Authenticator but also there is a lot… Read More: Authy: step by step Multi-Factor Authentication configuration for Github and… »

Loading