Related resources for AWS CLI
  • 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