takac.dev
Columns
Privacy Pollicy
  • Ruby: AWS SAM build error with mongoid package

    Feb 5, 2021 · 2 min read · aws ruby sam  ·
    Share on:

    Same as my last post , I’m not a Ruby developer but I had an opportunity to help move some Ruby applications from EC2 to Lambda on AWS. At the time, I had a problem when I built a Ruby application with AWS SAM framework. Let me share why it happened and how I fixed it. I executed the build command "sam build‘ for …

    Read More
  • Ruby: bundle install hangs indefinitely with high CPU usage

    Jan 31, 2021 · 2 min read · aws bundle lambda ruby  ·
    Share on:

    Actually, I’m not a Ruby developer but I had an opportunity to help move some Ruby applications from EC2 to Lambda on AWS. At that time, I had an issue when I execute "bundle install" inside the container to build with the SAM framework. The problem was the command didn’t finish indefinitely. I searched about …

    Read More
  • AWS: Create external Aurora replication host by CLI

    Dec 8, 2020 · 4 min read · aurora aws mysql rds  ·
    Share on:

    One of the big advantages of using AWS is that it’s able to use reliable managed database services like RDS, Aurora. It’s also very easy to increase or decrease replicas. However sometimes, it’s necessary to create a replica externally to avoid bad effects on the production environment. I found the official document …

    Read More
  • AWS: CloudFormation example creating DynamoDB table and IAM

    Oct 20, 2020 · 1 min read · aws cloudformation dynamodb iam  ·
    Share on:

    Let me share an example of the CloudFormation configuration to create DynamoDB tables and an IAM user with particular policy to use it from some applications. I’ll create two tables for stage and production with TTL and also I set PAY_PER_REQUEST. So first, create the following YAML file as template.yml. …

    Read More
  • Eliminate unnecessary instances from EC2 Service Discovery in Prometheus

    Oct 13, 2020 · 1 min read · autoscaling aws ec2 prometheus service discovery  ·
    Share on:

    EC2 Service Discovery is very useful in the Prometheus configuration especially when the autoscale is used. However, some temporary or test servers which do not need to be monitored will be cause of unnecessary alerts. So, I added some settings to avoid it. For example, if I would like to eliminate instances which have …

    Read More
  • Kubernetes: How many pods are available per node on AWS EKS?

    Oct 10, 2020 · 2 min read · AWS EC2 EKS ENI Kubernetes  ·
    Share on:

    When getting started to use AWS EKS for building Kubernetes clusters, we should consider the limitations of the number of IP addresses it depends on the instance size. Actually, I didn’t know about it because I just overlooked it on the official document. I know it was my mistake but it should be a blind spot for some …

    Read More
  • 3 reasons why I recommend Kubernetes for pre-growth start-up

    Oct 8, 2020 · 3 min read · AWS docker EKS Kubernetes  ·
    Share on:

    I've been operating the Kubernetes cluster in my company since I joined. Let me share my opinion about why I recommend Kubernetes to pre-growth start-up companies. Before I explain, I'm not crazy about Kubernetes. I understand to choose some other ways, depending on the company, the business environment, the team …

    Read More

Takashi Fukuda

Infrastructure Engineer, Cloud Systems Administrator, Site Reliability Engineer
Read More

Recent Posts

  • Docker: How to solve the trouble of SSH tunnel connection?
  • Docker: How to install packages to busybox image?
  • Prometheus: How to solve blackbox exporter icmp (ping) failure
  • Fluentd: Warning on parser filter: nested repeat operator '+' and '*' was replaced with '*' in regular expression
  • PHP: Fatal error when build docker image with composer

Categories

TECH-TIPS 28 TROUBLE-SHOOTING 12 CERTIFICATION 2 COLUMN 1

Tags

DOCKER 14 KUBERNETES 12 AWS 7 DOCKERFILE 6 DOCKER-COMPOSE 4 FLUENTD 3 HAPROXY 3 APACHE 2 BLACK-FRIDAY-SALE 2 EC2 2 EKS 2 EXAM 2 LINUX-FOUNDATION 2 NGINX 2
All Tags
ALPINE1 APACHE2 APPSTORECONNECT1 AURORA1 AUTOSCALING1 AWS7 BADREQ1 BLACK-FRIDAY-SALE2 BLACKBOX-EXPORTER1 BUNDLE1 BUSYBOX1 CERTIFIED-KUBERNETES-ADMINISTRATOR1 CERTIFIED-KUBERNETES-APPLICATION-DEVELOPER1 CKA1 CKAD1 CLOUDFORMATION1 COREDNS1 CRONJOBS1 DEBIAN1 DOCKER14 DOCKER-COMPOSE4 DOCKERFILE6 DOCKERHUB1 DYNAMODB1 EC22 EKS2 ELASTICSEARCH1 ENI1 EXAM2 FIREFOX1 FLUENTD3 GOLANG1 HAPROXY3 HTTPS1 IAM1 KIBANA1 KUBECTL1 KUBERNETES12 LAMBDA1 LATEST1 LINUX-FOUNDATION2 MEMCACHED1 MYSQL1 NGINX2 PHP1 PROMETHEUS2 PYTHON2 RDS1 RUBY2 SAM1 SECURITY1 SELENIUM1 SERVICE-DISCOVERY1 SSH1 SSL1 TAG1
[A~Z][0~9]

takac.dev

Copyright 2020-  TAKAC.DEV. All Rights Reserved