Loading image...Kiro

Product

  • About Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • Crew
  • Pricing
  • Downloads

For

  • Enterprise
  • Startups
  • Students

Community

  • Overview
  • Ambassadors
  • Discord
  • Events
  • Powers
  • Shop
  • Showcase

Resources

  • Docs
  • Blog
  • Changelog
  • FAQs
  • Report a bug
  • Suggest an idea
  • Billing support

Social

Site TermsLicenseResponsible AI PolicyLegalPrivacy PolicyCookie Preferences
Loading image...Kiro
  • CLI
  • Web
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro

Get Started

InstallationAuthenticationYour first project

Models

OverviewAvailable modelsReasoning effort

Features

How Kiro works
Specs
Steering
Hooks
MCP
Permissions
Custom agents
Agent Skills
Powers
Cloud sessionsCompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Voice modeHeadless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Features
Interfaces
Apps
Build your first app
Manifest reference
SDK / API reference
Publishing & guidelines
AWS Control
System & storageConfigurationSecurityTroubleshooting

Web

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
Autonomous modeAutomationsMemoryConfiguration Sync
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettings

Billing

OverviewManaging your subscriptionUpgrading your planDowngrading your planCancelling your planPurchasing add-on creditsManaging your paymentsManaging usage notificationsManaging your taxesContacting billing supportDeleting your accountRelated questions

Enterprise

ConceptsOnboarding quickstart
Connecting your identity provider
Deployment optionsSubscribe your teamManage subscriptions
Governance
Monitor and track
SettingsManaged updatesBillingIAMSupported regions

Privacy and Security

OverviewData protectionCode referencesCompliance validationInfrastructure securityIAM permissionsFirewalls, proxies, and data perimetersVPC endpoints (AWS PrivateLink)

Guides

Overview
Language support
Learn by playing

Migration

Migrating from Q DeveloperMigrating from VSCodeUpgrading from Q CLI
  1. Docs
  2. Crew
  3. Apps
  4. AWS Control
View as Markdown

AWS Control

View as Markdown

AWS Control is a built-in Crew app that puts your connected AWS accounts on one surface. It ships disabled by default. Enable it from Apps > Library before use.

AWS Control covers four areas: reviewing account health, browsing and managing files in a private S3 drive, running cloud backups, and checking billing costs. Every paid service asks for your confirmation before its first use per account, and every change is on the record.

Enable the app

  1. Open Apps > Library
  2. Find AWS Control and click Enable

Connect an AWS account

Open AWS Control and connect an account. Crew uses the AWS profile registry that the deploy engine maintains. Each connected account shows a health indicator (ok, degraded, or unknown) based on whether its configured profiles resolve to a live identity.

To disconnect an account, use the overflow menu on its row. Disconnecting drops only the local registry entry and its consent grants. Nothing in AWS is changed.

Drive

The Drive view is a private, versioned, owner-only S3 bucket scoped to your account. It is not a general S3 browser. The bucket is created only after you confirm it, and is hardened at creation with block public access, AES-256 server-side encryption, bucket owner enforced, and versioning enabled.

The Drive bucket hosts three sections on separate key prefixes:

  • Files: your general drive files (drive/ prefix). Browse and create folders, delete a folder and everything under it (requires confirmation), and see the share ledger alongside each folder.
  • Library: your cloud artifact library (artifacts/ prefix). Reports, outputs, and files you have saved or published there.
  • Backup: cloud snapshots of your Crew install (backup/ prefix); see the Backup section below.

Share links always expire. Nothing is public unless you explicitly create a share.

Backup

The Backup view manages cloud snapshots of your Crew install.

Two backup kinds are supported:

  • Snapshot: the standard Crew snapshot (memory, crons, config, skills, workspace, notifications, security component) uploaded to the backup/snapshots/ prefix
  • Sessions archive: your full sessions transcript history uploaded to backup/sessions/

Create a cloud backup

Click Back up now in the Backup view.

Restore from a cloud backup

A restore downloads the archive to the /restore/ directory on the gateway host and gives you the local path. It does not hot-swap live state directly. To apply the restore, run kirocrew restore with the downloaded path:

bash
kirocrew restore ~/.kiro/crew/restore/<snapshot-file>.tar.gz

This follows the same replace or merge restore flow as a local snapshot. See Snapshot and restore for the full reference, including Replace-mode recovery.

Nightly backup schedule

A nightly backup toggle is available per account. The nightly loop runs in the background and is authorized by the toggle you set.

Bill

The Bill view shows month-to-date spend and a projected total for the current month, grouped by AWS service. Data comes from Cost Explorer and is cached daily (CE data lags approximately 24 hours). The cache age is shown alongside the figures.

The projection is local arithmetic extrapolating month-to-date over the full month. No AWS Budgets resources are created.

Info

Cost Explorer must be enabled for the account. The Bill view shows the cache age so you know how recent the figures are.

Safety model

Every action in AWS Control follows these principles:

  • Consent-gated paid services: every service that incurs AWS charges asks for your confirmation before its first use per account
  • Audit trail: every mutation is recorded in the Crew audit log
  • Owner-only drive: the S3 bucket is private and restricted to the account that provisioned it; share links expire and nothing is public by default
  • Read-only billing: the Bill view reads Cost Explorer data and never modifies billing configuration
  • Local-only disconnect: removing an account removes the local registry entry and consent grants only; no AWS resources are touched

Troubleshooting

ProblemFix
App not visible in sidebarEnable it from Apps > Library
Account shows degraded healthCheck whether the AWS profile still resolves to a live identity; re-authenticate with aws sso login or aws configure as appropriate
Bill view shows no dataConfirm Cost Explorer is enabled for the account in the AWS Console
Drive shows no bucketThe bucket is created only after you confirm it on the Drive page
Restore command not foundDownload the archive from the Backup view first, then pass the local path to kirocrew restore

Related

  • Snapshot and restore for the restore reference and Replace-mode recovery
  • Security for credential protection and the audit log
Page updated: September 11, 2026
Publishing & guidelines
System & storage