Connect your own AWS account (Access Key ID + Secret Access Key, SigV4-signed) to see and manage core AWS services from Imperal: EC2 instances (list/get/start/stop), S3 buckets and objects, RDS instances and snapshots, Lambda functions (list/invoke), IAM users and roles (read-only), CloudWatch alarms and metric statistics, and AWS Cost Explorer (cost and usage, cost forecast). Includes a one-glance cloud overview combining EC2/S3/RDS counts with month-to-date spend. A read-only IAM policy is strongly recommended for the key you create; nothing destructive happens without an explicit start/stop/invoke call.
connect_awswriteConnect your own AWS account by saving an Access Key ID + Secret Access Key pair, after checking they actually work via sts:GetCallerIdentity. A read-only IAM policy is strongly recommended for the key you create.
disconnect_awswriteDisconnect an AWS account: deletes the saved Access Key ID/Secret Access Key pair. Nothing in AWS itself is changed; the key remains valid there until you deactivate or delete it yourself in IAM.
list_connectionsreadList the connected AWS accounts.
list_ec2_instancesreadList EC2 instances in the connected AWS account, optionally filtered by region and/or state.
get_ec2_instancereadRead one EC2 instance in full: type, state, network details, and its Name tag.
start_ec2_instancewriteStart a stopped EC2 instance.
stop_ec2_instancewriteStop a running EC2 instance.
list_s3_bucketsreadList S3 buckets in the connected AWS account.
list_s3_objectsreadList objects inside one S3 bucket, optionally filtered by key prefix.
list_rds_instancesreadList RDS database instances in the connected AWS account.
list_rds_snapshotsreadList RDS snapshots, optionally filtered to one DB instance.
list_lambda_functionsreadList Lambda functions in the connected AWS account.
invoke_lambdawriteInvoke a Lambda function synchronously with a JSON event payload.
list_iam_usersreadList IAM users in the connected AWS account.
list_iam_rolesreadList IAM roles in the connected AWS account.
list_cloudwatch_alarmsreadList CloudWatch alarms, optionally filtered by state.
get_metric_statisticsreadRead CloudWatch metric datapoints for a namespace/metric over a time window.
get_cost_and_usagereadRead AWS cost and usage for the connected account over a time window, broken down by service.
get_cost_forecastreadRead AWS's own forecast of upcoming spend for the connected account.
get_cloud_overviewreadValue-add report: one-glance AWS account health snapshot -- EC2 instance counts by state, S3 bucket count, RDS instance count, and this month's cost so far.
Install AWS (Amazon Web Services) and let Webbee use it across your workflow.
Open in panel