Related resources for AWS CLI
  • How to Set Up DynamoDB in AWS?1/2/2025 7:33:42 AM. Amazon DynamoDB is a fully managed, serverless NoSQL database service offering fast performance, scalability, and flexibility. It supports key-value and document data models, with global availability
  • How to Create an Access Key in AWS1/1/2025 6:01:23 AM. Access keys in AWS provide programmatic access to resources via Access Key ID and Secret Access Key. Create them in the IAM console for CLI, SDK, or API use. Handle securely to protect your AWS accoun
  • How to Transfer Files/Folders from AWS EC2 to Local Machine Using SCP12/27/2024 8:44:25 AM. Transferring files between an AWS EC2 instance and your local machine is easy using SCP. This guide explains the steps to securely copy files and folders, verify transfers, and ensure successful data
  • How to Install Nginx on EC2 AWS12/18/2024 10:09:52 AM. Deploy Nginx on an AWS EC2 instance to serve as a powerful web server, reverse proxy, load balancer, and HTTP cache. This guide provides a step-by-step process for setting up Nginx on EC2, including i
  • How to Install Python on EC2(AWS)12/6/2024 8:47:04 AM. Learn how to install Python on an AWS EC2 instance using PowerShell. This step-by-step guide covers connecting via SSH, installing Python on Amazon Linux 2 or Ubuntu, and verifying your setup for clou
  • Prompt Management in Amazon Bedrock using .NET Console App8/20/2024 7:40:21 AM. Learn to create and manage prompts in Amazon Bedrock using a .NET console application. This guide covers setting up your environment with AWS CLI and Visual Studio, and using the AWSSDK.BedrockAgent p
  • Stream Conversations with Amazon Bedrock API in .NET Console App8/12/2024 5:13:11 AM. Learn how to create a .NET console application that streams conversations using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model. This guide covers setting up your AWS environm
  • Build Image Description Service with Amazon Bedrock and .NET App8/7/2024 6:15:47 AM. Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Stud
  • Amazon Bedrock Knowledge Base Query in .NET Console App7/25/2024 7:24:09 AM. Learn to create a .NET console application using Visual Studio 2022 to query an Amazon Bedrock knowledge base. This guide demonstrates querying an Amazon S3 bucket for data, handling responses, and ma
  • Use a Guardrail with the Converse API in a .NET Console Application7/18/2024 8:16:01 AM. Learn to develop a .NET console app using the Converse API with guardrails to block inappropriate content in Visual Studio 2022. This tutorial covers setting up AWS IAM permissions, installing the AWS
  • AWS Command Line Interface (CLI) Installation And Configuration4/15/2024 11:46:20 AM. In this article, we will learn how to install and configure the AWS Command Line Interface (CLI) to efficiently manage your AWS resources from the command line. Follow step-by-step instructions for in
  • Uploading File To AWS S3 Using AWS CLI5/25/2020 2:35:34 AM. Today, in this article, we are going to learn how to upload a file(s) or project on Amazon S3 using AWS CLI. To start with, first, we need to have an AWS account.
  • Passing Data To AWS Lambda Function And Invoking It Using AWS CLI5/25/2020 1:59:23 AM. In previous article, we learnt about AWS lambda structure and how a lambda function can be invoked. Before we go further, there are couple of things which are very important to consider while doing lo