In this post, we will talk about how to implement continuous deployment on Kubernetes Platform using AWS CodePipeline on AWS cloud. If you are interested in CI/CD in ECS, you can… [Continue Reading]
Category: Automation
Passing Resources in Nested Cloudformation
In past few posts, we always automated our stack with cloudformation. Cloudformation template(CFT) is pretty handy tool for engineer to recreate entire stack repetitively. As we wrote more and more… [Continue Reading]
Spot Instance 2 minutes termination
We have talked about spot instance to save significantly on EC2 spending at running your stack on Spot Instance and running Spot Fleet + AutoScaling and High Availability. However, spot instance will be… [Continue Reading]
CI and CD with AWS CodePipeline, CodeBuild and CloudFormation – Part 1 | Continuous Integration & Continuous Delivery
As application grow over the time, most of our clients would like to implement CI and CD in their development workflow. It’s a good way to document the process and reduce… [Continue Reading]
Programmatic Cloudformation Template
We have posted a few ways to cut down your AWS bill earlier. Most of examples were given through cloudformation template, because it is effective and straight forward way to manage… [Continue Reading]
Running your stack on Spot Instance
We heard a lot buzz around spot instance at Re:Invent in terms of cost optimization, as previous post discussion. In this post, we will talk about running your stack on… [Continue Reading]