Showing posts with label AWS. Show all posts
Showing posts with label AWS. Show all posts

Tuesday, 2 June 2026

Kiro - Core Features

What is Kiro

Kiro is an innovative AI-powered IDE that revolutionizes software development through intelligent assistance and structured workflows. Built on a familiar VS Code-like interface, it combines traditional development tools with advanced AI capabilities to support the entire software development lifecycle.

Agent Hooks

Agent Hooks in Kiro provide powerful automation capabilities that streamline development workflows by executing predefined actions in response to specific events in your IDE. Hooks automatically handle routine tasks like documentation updates, test generation, and code validation. Hooks help maintain consistency while allowing developers to focus on more complex development challenges.

Agent Steering

Agent Steering in Kiro provides a powerful way to guide AI behavior through persistent project knowledge stored in markdown files. By defining project standards, conventions, and architectural decisions, steering files ensure consistent code generation and recommendations across all interactions. 

Model context protocol (MCP)

Model Context Protocol (MCP) extends Kiro's capabilities by connecting to specialized servers that provide additional tools and context. MCP functions as a communication framework that enables Kiro to access specialized capabilities and data resources that exist outside of the LLM employed. A prime example is the AWS Documentation MCP server, which integrates seamlessly with Kiro to provide direct access to AWS documentation, including search functionality and personalized recommendations.

Wednesday, 26 July 2023

AWS

AMAZON ELASTIC COMPUTE CLOUD (EC2) is a part of Amazon.com's cloud-computing platform, Amazon Web Services (AWS), that allows users to rent virtual computers on which to run their own computer applications.

AMAZON S3 or AMAZON SIMPLE STORAGE SERVICE is a service offered by Amazon Web Services (AWS) that provides object storage through a web service interface.


LOGIN/CONNECTION ESTABLISHMENT


setx AWS_ACCESS_KEY_ID AKIAV7UQG7Q7C2OKGSM

setx AWS_SECRET_ACCESS_KEY I1DCBC3nwsRcV8+KSMSOLJMr1aZ8EzID

setx AWS_DEFAULT_REGION us-east-1


LIST FILES

aws s3 ls s3://abc/files/


COPY FILES

aws s3 cp F:\run.bat s3://abc/files/


DELETE FILES

aws s3 rm s3://abc/files/run.bat


Sample URL for file download

https://s3.amazonaws.com/abc/xyz.txt

Kiro - Core Features

What is Kiro Kiro is an innovative AI-powered IDE that revolutionizes software development through intelligent assistance and structured wor...