AWS Certification – 5 reasons why you should get it!
In this video I am telling why I think it is a good idea to get aws certified.
Category for all posts about Amazon Web Services (AWS) stuff
In this video I am telling why I think it is a good idea to get aws certified.
To disable Root account in AWS Organization member accounts is a good security practice. However, keep in mind that it’s important to ensure that you have alternative means of accessing and managing those accounts before disabling the root account. Service Control Policies (SCP) Service Control Policies (SCPs) in AWS Organizations are used to set fine-grained …
Disable Root account in AWS Organization member accounts Read More »
Are you a business owner or a developer using Amazon Web Services (AWS) for your cloud infrastructure? If so, you may be well aware of the numerous advantages AWS offers, such as scalability, reliability, and security. However, one aspect that can sometimes be a cause for concern is the cost of running your applications and …
Cost Optimization: Strategies to Reduce AWS Bill Read More »
Hi, here is a video how to become a cloud engineer. My path from zero to hero.
Amazon Web Services (AWS) Cloud Development Kit (CDK) is a powerful tool for defining cloud infrastructure as code. With AWS CDK, you can easily provision AWS resources like Amazon EC2 instances using programming languages like TypeScript. In this article, we’ll walk through the steps to create and run an EC2 instance using AWS CDK in …
How to delete AWS Account from Control Tower even if you don’t have root access? Working within the AWS environment can often prove to be challenging and, at times, quite frustrating. One of my significant sources of frustration is AWS Control Tower. While it may initially appear straightforward, delving deeper into its functionalities reveals a …
How to delete AWS Account from Control Tower even if you don’t have root access? Read More »
Create S3 bucket in CDK is a fundamental and powerful task that lays the foundation for many cloud-based applications and data storage solutions. The CDK is an innovative tool provided by Amazon Web Services that enables developers to define cloud infrastructure using familiar programming languages such as TypeScript, Python, or Java. In this article, we …
What is AWS CDK? Amazon Web Services Cloud Development Kit (AWS CDK) is a powerful tool that simplifies the process of deploying infrastructure as code (IaC) on the AWS cloud. With its user-friendly and developer-centric approach, CDK enables you to define cloud resources using familiar programming languages, such as TypeScript, Python, or Java, rather than …
AWS CLI stands for Amazon Web Services Command Line Interface. It is a unified command-line tool provided by AWS for managing various AWS services and resources. With the AWS CLI, developers, administrators, and DevOps professionals can interact with AWS resources and perform various tasks from the command line, scripting, or automation. This article explains how …