Customers pay more and more attention to their cloud bill and usage these days. Today one can launch thousands of instances on AWS to complete a computing job that took… [Continue Reading]
Author: ASCENDING Admin
AWS Lambda Runtime Compatibility Issue on Native Library
No module named ‘_cffi_backend’” Issue In Local Development Environment When building serverless applications, often time we use SAM to deploy and develop lambda functions in the local environment. Most of… [Continue Reading]
Building Business Applications Using Serverless Computing
Executive Summary Today many enterprises are migrating all or parts of their critical workloads and assets to the cloud in their Digital Transformation journey. Primary focus of the initial Cloud… [Continue Reading]
Continuous Deployment on Kubernetes Platform using AWS CodePipeline
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]
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]
Cost Optimization S3 (AWS Storage) – Simple way to reduce S3 cost without code change
After a few session on how to save cost on EC2, let’s talk about Cost Optimization S3. Storage is a key component in software infrastructure, it needs durability, availability and scalability etc. A… [Continue Reading]
Cost Optimization Spot Fleet + AutoScaling and High Availability
In our last post, we have refactored a sample application to be spot ready. Then we ran its entire stack on spot instances. However, one caveat is if particular spot instances were… [Continue Reading]