NashTech Insights

AWS

Posts by categories

Posts by tags

woman working at home using laptop

GitHub Actions Workflow: Extracting Secrets from AWS Secret Manager

In this blog we will have a look at the workflow file file for Github Actions to extract secrets from secret manager. To retrieve secrets from AWS Secrets Manafer and use them in your Github Actions workflow, you can utilize the AWS CLI and the Github Actions ‘secrets’ context. name: Deploy to Productionon: push: branches: …

GitHub Actions Workflow: Extracting Secrets from AWS Secret Manager Read More »

Serverless framework

Serverless Framework Hand-on

We can use the Serverless Framework to develop and deploy AWS Lambda functions. It’s a CLI that offers structure, automation, and best practices out of the box. So that allows you to focus on building sophisticated, event-driven, serverless architectures comprised of Functions and Events. Today, we will hand-on build a serverless app to understand aws …

Serverless Framework Hand-on Read More »

woman in black blazer sitting on black chair using laptop

Exploring Public Cloud Providers: A Comprehensive Comparison of AWS, Azure, GCP, OCI, and More

As organizations increasingly embrace cloud computing, the choice of a public cloud provider plays a crucial role in determining their success in the cloud. Among the leading providers in the market, Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP), and Oracle Cloud Infrastructure (OCI) are prominent names that offer a wide range of …

Exploring Public Cloud Providers: A Comprehensive Comparison of AWS, Azure, GCP, OCI, and More Read More »

macbook pro

Infrastructure Cost Optimization with AWS CDK

Introduction Managing infrastructure costs is a critical aspect of any cloud-based project. AWS Cloud Development Kit (CDK) provides a powerful framework to define and deploy your cloud resources using infrastructure-as-code principles. By leveraging AWS CDK, you can optimize your infrastructure costs and ensure efficient resource utilization. In this comprehensive guide, we will explore various strategies, …

Infrastructure Cost Optimization with AWS CDK Read More »

two women looking at the code at laptop

Deploying Containers with AWS CDK and Amazon ECS

Containers have revolutionised the way applications are deployed and managed, providing lightweight, portable, and scalable solutions. AWS Cloud Development Kit (CDK) and Amazon Elastic Container Service (ECS) make it easy to deploy and orchestrate containers in the cloud. In this comprehensive tutorial, we will explore how to deploy containers using AWS CDK and Amazon ECS. …

Deploying Containers with AWS CDK and Amazon ECS Read More »

data codes through eyeglasses

Extending AWS CDK with Custom Constructs

The AWS Cloud Development Kit (CDK) provides a rich set of ready-to-use constructs to help you define and deploy your infrastructure as code. However, there may be situations where you need to create custom constructs tailored to your specific requirements. In this comprehensive tutorial, we will explore the process of extending AWS CDK with custom …

Extending AWS CDK with Custom Constructs Read More »

close up photo of programming of codes

Managing Secrets and Sensitive Data in AWS CDK

Introduction Managing secrets and sensitive data is a critical aspect of application development. It is essential to implement robust mechanisms to securely handle secrets and sensitive data throughout the life-cycle of your infrastructure. Amazon Web Services (AWS) Cloud Development Kit (CDK) provides powerful tools and services to effectively manage secrets in your CDK projects. In …

Managing Secrets and Sensitive Data in AWS CDK Read More »

blonde woman sitting with laptop

How to use EKSCTL to create eks cluster on aws

Hello Learners, I am back with another blog about the AWS EKS Cluster creation using eksctl. So in this blog, we will go through the process of establishing an AWS EKS cluster by using eksctl. eksctl, This is a dedicated command-line tool for EKS cluster management and will be our primary focus. Moreover, we will …

How to use EKSCTL to create eks cluster on aws Read More »

blur, chart, computer-1853262.jpg

Leveraging AWS CDK for Infrastructure as Code (IaC)

Introduction In today’s cloud computing landscape, Infrastructure as Code (IaC) has revolutionized the way we provision and manage infrastructure. By treating infrastructure as software-defined artifacts, IaC enables teams to automate and version control their infrastructure deployments. AWS Cloud Development Kit (CDK) takes IaC to the next level by allowing developers to define AWS infrastructure using …

Leveraging AWS CDK for Infrastructure as Code (IaC) Read More »

blue bright lights

Automating AWS CDK Deployments with CI/CD Pipelines: A Step-by-Step Tutorial

Introduction In the world of cloud infrastructure provisioning, AWS Cloud Development Kit (CDK) has emerged as a powerful tool for defining and deploying infrastructure as code. However, manually deploying CDK stacks can be time-consuming and error-prone. To overcome these challenges and streamline the deployment process, leveraging Continuous Integration/Continuous Deployment (CI/CD) pipelines can be a game-changer. …

Automating AWS CDK Deployments with CI/CD Pipelines: A Step-by-Step Tutorial Read More »

woman in blue suit jacket

Smart Cost-Saving Tricks on AWS

Introduction As businesses increasingly migrate their infrastructure to the cloud, cost optimization becomes a critical aspect of cloud management. Amazon Web Services (AWS) is a leading cloud provider that offers a vast array of services, enabling organizations to scale their operations seamlessly. In this blog, we will explore smart cost-saving tricks on AWS that can …

Smart Cost-Saving Tricks on AWS Read More »