Navigating Cloud Costs: The Power of AWS Budget Service

In today’s digital age, businesses are increasingly migrating their operations to the cloud to leverage its scalability, flexibility and efficiency. However, with the benefits of cloud computing come the challenges of managing costs effectively. Enter AWS Budget Service – a game-changing tool offered by Amazon Web Services (AWS) designed to help organizations navigate their cloud spending with precision and ease.

AWS Budget:

The AWS Budget is a financial managing tool primarily employed for cost planning and forecasting within the AWS platform. It is free to use and helps you to manage and predict the AWS expenses over the period.

Continue reading “Navigating Cloud Costs: The Power of AWS Budget Service”

My learning in Migration of MySQL from 5.7 to 8.0

Introduction

In this blog, join me on a voyage through my personal experience my journey of Migrating MySQL from version 5.7 to 8.0. This voyage was motivated by the desire to harness the latest features, bolster security, and unlock the performance enhancements that MySQL 8.0 offers. As we navigate through the intricate migration process, I’ll share the valuable lessons learned, the hurdles encountered, and the strategies employed to overcome them.

Continue reading “My learning in Migration of MySQL from 5.7 to 8.0”

Database Migration Service in AWS

Introduction

In this blog, we are going to learn in-depth about ” AWS Database Migration Service(AWS DMS).” It is a managed service that allows you to migrate your on-premise databases to the cloud easily and safely. Without having to perform a full migration, you can now migrate just the data of an application across different platforms and OS versions. As a result, you’ll be able to concentrate your attention on the aspects of your migration that are critically necessary.

What is AWS Database Migration Service(DMS)?

AWS Database Migration Service (AWS DMS) is a cloud service that makes it possible to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores. You can use AWS DMS to migrate your data into the AWS Cloud or between combinations of cloud and on-premises setups. The databases that are offered include Redshift, DynamoDB, ElasticCache, Aurora, Amazon RDS, and DynamoDB.

Continue reading “Database Migration Service in AWS”

How to Setup SSO in Jenkins?

Introduction

Providing OAuth 2.0 user authentication directly or using Google+ Sign-in helps us to achieve a modern authentication method. It also provides a trusted and secure login system that’s familiar to users, consistent across devices, and removes the burden of users having to remember another username and password. One of the hurdles in implementing a Gmail authentication is that the Google developer console and your  Jenkins server should be in the same network or in simple terms they can talk to each other.

What is SSO ?

SSO stands for Single Sign-On, which is a method of authentication that allows users to access multiple applications and services with a single set of login credentials.

With SSO, users are only required to enter their login credentials once, and they can then access all the applications and services that are part of the SSO system. This simplifies the authentication process, improves user experience, and reduces the risk of security breaches.

Continue reading “How to Setup SSO in Jenkins?”