It sometimes happens to setup development server for team with support many Docker environments. Why is it Docker? It’s easy
MoreTag: AWS
Stop and Start Amazon RDS instances by schedule with Terraform, Lambda and CloudWatch – Part 1
Introducing As you might know, AWS billings at the end of the month can be slightly frightening, but there are
MoreRebuild docker image and push to AWS ECR
Login to docker docker login Login to AWS ECR (try skip this step) AWS_PROFILE=terraform $(aws ecr get-login –no-include-email –region eu-central-1)
MoreDocker on AWS – Part 3 – Creating an ECS Cluster to host the Docker Image
In the previous post, I was following the AWS "Docker Basics" tutorial. Near the end there was a comment that
More