Best Practices & Strategies with Cloud
Query Lambda for RDS MySQL Private Database
It is important to create a database in private subnets in a VPC and not to expose it to internet, however it is challenging to connect to a private database instance and create the initial Schema and seed the database. This Query Lambda addresses this consern. This repo contains code for a Lambda function written in NodeJS and a SAM template to deploy it.
Managing Kubernetes Updates on Amazon EKS
Learn how to manage Kubernetes updates on Amazon EKS
Basics of AWS Cloud Formation Template
Learn the Anatomy of AWS CloudFormation Template
Basics Of Networking in AWS Cloud
Learn about basics of networking in AWS Cloud with Amazon VPC
Managed Services for Open-Source Technology on AWS Cloud
Caveat: Developing Solutions with Open-Source technologies gives us freedom from licensing and also run them anywhere we want, however it becomes increasingly complex and difficult to scale and manage at high velocities with Open Source.
Wisdom:
We easily can offload the management and scalability to the managed services in the cloud and concentrate more on our required business functionality. This can also save total cost of ownership (TCO) in the long term.
‘Security Of the Pipeline’ and ‘Security In the Pipeline’ with AWS DevOps Tools By Design
Caveat: Achieving Speed, Scale and Agility is important for any business however it should not be at the expense of Security.
Wisdom: Security should be implemented by design in a CI/CD pipeline and not as an afterthought.