Auto Added by WPeMatico

23Aug/23

How to switch profiles using AWS CLI

Switching between different AWS profiles is a common task for those managing multiple AWS accounts. Whether you’re a developer working on various projects or an administrator overseeing different environments, knowing how to switch profiles using the AWS CLI can save you time and streamline your workflow. To temporarily switch profiles using the AWS CLI, you […]
25Jul/23

AWS CDK Bootstrap: The Why and the How

In the ever-expanding ecosystem of cloud services, we come across numerous tools and frameworks that amplify our cloud capabilities. AWS Cloud Development Kit (AWS CDK), an open-source software development framework, is one such tool. This post will delve deeper into a critical aspect of AWS CDK – the cdk bootstrap command, its purpose, usage, and […]