Skip to main content

Amazon Web Services

This Integration is part of the AWS Pack.#

Supported versions

Supported Cortex XSOAR versions: 5.5.0 and later.

Support for AWS cloud This integration was integrated and tested with version 1.0.0 of AWS.

Configure AWS in Cortex#

ParameterDescriptionRequired
Main RoleMain Role to be used for authentication e.g. 'PowerUserAccess'False
Deafult AWS Account IDAWS Account ID used for running integration test
Role Session NameRole session name to be used for authentication
Role Session DurationMax role session durationFalse
Default AWS Access Key IDAWS Access Key ID used for authentication when role-based authentication is not available. Must be used together with 'Default AWS Secret Access Key'. If provided, these credentials will be used as a fallback when role assumption fails.False
Default AWS Secret Access KeyAWS Secret Access Key used for authentication when role-based authentication is not available. Must be used together with 'Default AWS Access Key ID'. If provided, these credentials will be used as a fallback when role assumption fails.False
PasswordFalse
Default AWS region.The AWS region to use for API requests when a region is not explicitly specified in a command. This serves as the default region for operations across all AWS service-specific commands.
TimeoutThe time in seconds till a timeout exception is reached. You can specify just the read timeout (for example 60) or also the connect timeout followed after a comma (for example 60,10). If a connect timeout is not specified, a default of 10 second will be used.False
RetriesThe maximum number of retry attempts when connection or throttling errors are encountered. Set to 0 to disable retries. The default value is 5 and the limit is 10. Note: Increasing the number of retries will increase the execution time.False
PrivateLink service URL.False
STS PrivateLink URL.False
AWS STS Regional EndpointsSets the AWS_STS_REGIONAL_ENDPOINTS environment variable to specify the AWS STS endpoint resolution logic. By default, this option is set to “legacy” in AWS. Leave empty if the environment variable is already set using server configuration.False
Role name for cross-organization account accessThe role name used to access accounts in the organization. This role name must exist in the accounts provided in "AWS Organization accounts" and be assumable with the credentials provided.False
Use system proxy settingsFalse
Trust any certificate (not secure)False

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

aws-s3-public-access-block-update#


Creates or modifies the PublicAccessBlock configuration for an Amazon S3 bucket.

Base Command#

aws-s3-public-access-block-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region.Required
bucketThe name of the Amazon S3 bucket.Required
block_public_aclsSpecifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket. Possible values are: true, false.Optional
ignore_public_aclsSpecifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Possible values are: true, false.Optional
block_public_policySpecifies whether Amazon S3 should block public bucket policies for this bucket. Possible values are: true, false.Optional
restrict_public_bucketsSpecifies whether Amazon S3 should restrict public bucket policies for this bucket. Possible values are: true, false.Optional

Context Output#

There is no context output for this command.

aws-iam-account-password-policy-get#


Get AWS account password policy.

Base Command#

aws-iam-account-password-policy-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.IAM.PasswordPolicy.MinimumPasswordLengthnumberMinimum length to require for IAM user passwords.
AWS.IAM.PasswordPolicy.RequireSymbolsbooleanSpecifies whether IAM user passwords must contain at least one of the symbols.
AWS.IAM.PasswordPolicy.RequireNumbersbooleanSpecifies whether IAM user passwords must contain at least one numeric character (0 to 9).
AWS.IAM.PasswordPolicy.RequireUppercaseCharactersbooleanSpecifies whether IAM user passwords must contain at least one uppercase character (A to Z).
AWS.IAM.PasswordPolicy.RequireLowercaseCharactersbooleanSpecifies whether IAM user passwords must contain at least one lowercase character (a to z).
AWS.IAM.PasswordPolicy.AllowUsersToChangePasswordbooleanSpecifies whether IAM users are allowed to change their own password.
AWS.IAM.PasswordPolicy.ExpirePasswordsbooleanIndicates whether passwords in the account expire.
AWS.IAM.PasswordPolicy.MaxPasswordAgenumberThe number of days that an IAM user password is valid.
AWS.IAM.PasswordPolicy.PasswordReusePreventionnumberSpecifies the number of previous passwords that IAM users are prevented from reusing.
AWS.IAM.PasswordPolicy.HardExpirybooleanSpecifies whether IAM users are prevented from setting a new password via the Amazon Web Services Management Console after their password has expired.

aws-ec2-instance-metadata-options-modify#


Modify the EC2 instance metadata parameters on a running or stopped instance.

Base Command#

aws-ec2-instance-metadata-options-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region.Required
instance_idThe ID of the instance.Required
http_tokensIndicates whether IMDSv2 is required. Possible values are: optional, required.Optional
http_endpointEnables or disables the HTTP metadata endpoint on your instances. Possible values are: disabled, enabled.Optional

Context Output#

There is no context output for this command.

aws-iam-account-password-policy-update#


Create/update password policy.

Base Command#

aws-iam-account-password-policy-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
minimum_password_lengthThe minimum number of characters allowed in an IAM user password. Possible values are: .Optional
require_symbolsSpecifies whether IAM user passwords must contain at least one of the non-alphanumeric characters. Can be "True" or "False". Possible values are: true, false.Optional
require_numbersSpecifies whether IAM user passwords must contain at least one numeric character (0 to 9). Can be "True" or "False". Possible values are: true, false.Optional
require_uppercase_charactersSpecifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). Can be "True" or "False". Possible values are: true, false.Optional
require_lowercase_charactersSpecifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). Can be "True" or "False". Possible values are: true, false.Optional
allow_users_to_change_passwordAllows all IAM users in your account to use the AWS Management Console to change their own passwords. Can be "True" or "False". Possible values are: true, false.Optional
max_password_ageThe number of days that an IAM user password is valid. Possible values are: .Optional
password_reuse_preventionSpecifies the number of previous passwords that IAM users are prevented from reusing. Possible values are: .Optional
hard_expiryPrevents IAM users from setting a new password after their password has expired. Can be "True" or "False". Possible values are: true, false.Optional

Context Output#

There is no context output for this command.

aws-ec2-security-group-ingress-revoke#


Revokes one or more ingress rules in a security group.

Base Command#

aws-ec2-security-group-ingress-revoke

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
group_idThe ID of the security group.Required
protocolThe IP protocol: tcp, udp, icmp, or icmpv6 or a number. Use -1 to specify all protocols. Use with port and CIDR arguments for simple rule revocation.Optional
from_portIf the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).Optional
to_portIf the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).Optional
cidrThe IPv4 address range in CIDR format (e.g., "0.0.0.0/0"). Use with protocol and port for simple rule revocation.Optional
ip_permissionsThe sets of IP permissions to revoke, in JSON format. Use this for complex rule configurations or when revoking multiple rules. Cannot be used together with protocol/port/CIDR arguments.Optional

Context Output#

There is no context output for this command.

aws-iam-role-from-instance-profile-remove#


Removes the specified IAM role from the specified EC2 instance profile.

Base Command#

aws-iam-role-from-instance-profile-remove

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
instance_profile_nameThe name of the instance profile to update.Required
role_nameThe name of the role to remove.Required

Context Output#

There is no context output for this command.

aws-eks-cluster-config-update#


Updates an Amazon EKS cluster configuration. Only a single type of update can (logging / resources_vpc_config) is allowed per call.

Base Command#

aws-eks-cluster-config-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
cluster_nameThe name of the Amazon EKS cluster to update.Required
loggingEnable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs . By default, cluster control plane logs aren’t exported to CloudWatch Logs . e.g. "{'clusterLogging': [{'types': ['api', 'audit', 'authenticator', 'controllerManager', 'scheduler'], 'enabled': true}]}".Optional
resources_vpc_configA JSON representation of the VPC configuration used by the cluster control plane. e.g. "{'subnetIds': ['string'], 'securityGroupIds': ['string'], 'endpointPublicAccess': True, 'endpointPrivateAccess': True, 'publicAccessCidrs': ['string']}".Optional

Context Output#

There is no context output for this command.

aws-rds-db-instance-modify#


Modifies an Amazon RDS DB instance. Allows to change various settings of an existing DB instance, such as instance class, storage capacity, security groups, and other configuration parameters.

Base Command#

aws-rds-db-instance-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
db_instance_identifierThe identifier of DB instance to modify. This value is stored as a lowercase string.Required
publicly_accessibleSpecifies whether the DB instance is publicly accessible. Possible values are: true, false.Optional
apply_immediatelySpecifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance. By default, this parameter is disabled. If this parameter is disabled, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and are applied on the next call to RebootDBInstance , or the next failure reboot. Possible values are: true, false.Optional
copy_tags_to_snapshotSpecifies whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags aren’t copied. Possible values are: true, false.Optional
backup_retention_periodThe number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.Optional
enable_iam_database_authenticationSpecifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn’t enabled. Possible values are: true, false.Optional
deletion_protectionSpecifies whether the DB instance has deletion protection enabled. The database can’t be deleted when deletion protection is enabled. By default, deletion protection isn’t enabled. For more information, see Deleting a DB Instance. Possible values are: true, false.Optional
auto_minor_version_upgradeSpecifies whether minor version upgrades are applied automatically to the DB instance during the maintenance window. An outage occurs when all the following conditions are met: The automatic upgrade is enabled for the maintenance window. A newer minor version is available. RDS has enabled automatic patching for the engine version. If any of the preceding conditions isn’t met, Amazon RDS applies the change as soon as possible and doesn’t cause an outage. For an RDS Custom DB instance, don’t enable this setting. Otherwise, the operation returns an error. Possible values are: true, false.Optional
multi_azSpecifies whether the DB instance is a Multi-AZ deployment. Changing this parameter doesn’t result in an outage. The change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. This setting doesn’t apply to RDS Custom DB instances. Possible values are: true, false.Optional

Context Output#

There is no context output for this command.

aws-cloudtrail-trail-update#


Updates trail settings that control what events you are logging, and how to handle log files. Changes to a trail do not require stopping the CloudTrail service. Use this action to designate an existing bucket for log delivery. If the existing bucket has previously been a target for CloudTrail log files, an IAM policy exists for the bucket. UpdateTrail must be called from the Region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown.

Base Command#

aws-cloudtrail-trail-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
nameThe name of the trail or trail ARN.Required
s3_bucket_nameThe name of the Amazon S3 bucket designated for publishing log files.Optional
s3_key_prefixThe Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery.Optional
sns_topic_nameThe name of the Amazon SNS topic defined for notification of log file delivery.Optional
include_global_service_eventsWeather the trail is publishing events from global services such as IAM to the log files. Possible values are: true, false.Optional
is_multi_region_trailWeather the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted. Possible values are: true, false.Optional
enable_log_file_validationWeather log file validation is enabled. The default is false. Possible values are: true, false.Optional
cloud_watch_logs_log_group_arnSpecifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.Optional
cloud_watch_logs_role_arnThe role for the CloudWatch Logs endpoint to assume to write to a user's log group.Optional
kms_key_idThe KMS key ID to use to encrypt the logs delivered by CloudTrail.Optional

Context Output#

PathTypeDescription
AWS.CloudTrail.Trail.TrailARNstringThe Amazon Resource Name (ARN) of the trail.
AWS.CloudTrail.Trail.NamestringThe name of the trail.
AWS.CloudTrail.Trail.S3BucketNamestringThe name of the Amazon S3 bucket into which CloudTrail delivers your trail files.
AWS.CloudTrail.Trail.S3KeyPrefixstringThe Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery.
AWS.CloudTrail.Trail.SnsTopicNamestringThe name of the Amazon SNS topic defined for notification of log file delivery.
AWS.CloudTrail.Trail.SnsTopicARNstringThe Amazon Resource Name (ARN) of the Amazon SNS topic defined for notification of log file delivery.
AWS.CloudTrail.Trail.IncludeGlobalServiceEventsbooleanSet to True to include AWS API calls from AWS global services such as IAM.
AWS.CloudTrail.Trail.IsMultiRegionTrailbooleanWeather the trail exists only in one region or exists in all regions.
AWS.CloudTrail.Trail.HomeRegionstringThe region in which the trail was created.
AWS.CloudTrail.Trail.LogFileValidationEnabledbooleanWeather log file validation is enabled.
AWS.CloudTrail.Trail.CloudWatchLogsLogGroupArnstringAmazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.
AWS.CloudTrail.Trail.CloudWatchLogsRoleArnstringThe role for the CloudWatch Logs endpoint to assume to write to a user's log group.
AWS.CloudTrail.Trail.KMSKeyIdstringThe KMS key ID that encrypts the logs delivered by CloudTrail.
AWS.CloudTrail.Trail.HasCustomEventSelectorsbooleanSpecifies if the trail has custom event selectors.
AWS.CloudTrail.Trail.HasInsightSelectorsbooleanWeather a trail has insight selectors enabled.
AWS.CloudTrail.Trail.IsOrganizationTrailbooleanWhether the trail is an organization trail.

aws-ec2-security-group-ingress-authorize#


Adds the specified inbound (ingress) rules to a security group.

Base Command#

aws-ec2-security-group-ingress-authorize

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
group_idThe ID of the security group.Required
protocolThe IP protocol: tcp, udp, icmp, or icmpv6 or a number. Use -1 to specify all protocols. Use with port and CIDR arguments for simple rule authorization.Optional
from_portIf the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).Optional
to_portIf the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).Optional
cidrThe IPv4 address range in CIDR format (e.g., "0.0.0.0/0"). Use with protocol and port for simple rule authorization.Optional
ip_permissionsThe sets of IP permissions to authorize, in JSON format. Use this for complex rule configurations or when authorizing multiple rules. Cannot be used together with protocol/port/CIDR arguments.Optional

Context Output#

There is no context output for this command.

aws-ec2-image-attribute-modify#


Modifies the specified attribute of the specified AMI.

Base Command#

aws-ec2-image-attribute-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
image_idThe ID of the AMI.Required
attributeThe AMI attribute to modify. Possible values are: description, launchPermission.Required
operation_typeThe operation to perform on the attribute. Possible values are: add, remove.Optional
user_idsThe AWS account IDs to add to or remove from the list of users that have launch permissions for the AMI.Optional
user_groupsThe user groups to add to or remove from the list of user groups that have launch permissions for the AMI.Optional
descriptionA new description for the AMI.Optional

Context Output#

There is no context output for this command.

aws-rds-db-cluster-snapshot-attribute-modify#


Modifies the attributes associated with a DB cluster snapshot.

Base Command#

aws-rds-db-cluster-snapshot-attribute-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
db_cluster_snapshot_identifierThe identifier for the DB cluster snapshot to modify the attributes for.Required
attribute_nameThe name of the DB cluster snapshot attribute to modify.Required
values_to_removeA CSV list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName. Default Value all.Optional
values_to_addA CSV list of DB cluster snapshot attributes to add to the attribute specified by AttributeName.Optional

Context Output#

There is no context output for this command.

aws-s3-bucket-logging-put#


Configures logging settings for an AWS S3 bucket, enabling monitoring of bucket access through detailed logs delivered to a designated target bucket.

Base Command#

aws-s3-bucket-logging-put

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the bucket for which to set the logging parameters.Required
target_bucketThe name of the bucket where server access logs should be delivered. If this is NOT provided, logging will be disabled.Optional
target_prefixThe prefix to be used for log object keys (e.g., "logs/"). Objects will be stored as: targetBucket/targetPrefix/sourceBucket/YYYY-MM-DD-HH-MM-SS-UniqueString.Optional

Context Output#

There is no context output for this command.

aws-iam-login-profile-delete#


Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.

Base Command#

aws-iam-login-profile-delete

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
user_nameThe name of the user whose password you want to delete.Required

Context Output#

There is no context output for this command.

aws-rds-db-snapshot-attribute-modify#


Adds or removes permission for the specified AWS account ID to restore the specified DB snapshot.

Base Command#

aws-rds-db-snapshot-attribute-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
db_snapshot_identifierThe identifier for the DB snapshot to modify the attributes for.Required
attribute_nameThe name of the DB snapshot attribute to modify.Required
values_to_addA list of DB snapshot attributes to add to the attribute specified by AttributeName.Optional
values_to_removeA list of DB snapshot attributes to remove from the attribute specified by AttributeName.Optional

Context Output#

There is no context output for this command.

aws-s3-bucket-policy-put#


Applies an Amazon S3 bucket policy to an Outposts bucket.

Base Command#

aws-s3-bucket-policy-put

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the bucket to which the policy will be applied.Required
policyThe bucket policy to apply as a JSON string.Required

Context Output#

There is no context output for this command.

aws-cloudtrail-logging-start#


Starts recording AWS API calls and log file delivery for a trail. For a trail enabled in all regions, this operation must be called from the region where the trail was created. This operation cannot be called on shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.

Base Command#

aws-cloudtrail-logging-start

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
nameThe name or the CloudTrail ARN of the trail for which CloudTrail logs Amazon Web Services API calls. e.g. arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail.Required

Context Output#

There is no context output for this command.

aws-ec2-instance-attribute-modify#


Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.

Base Command#

aws-ec2-instance-attribute-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
instance_idThe ID of the instance.Required
disable_api_stopIndicates whether an instance is enabled for stop protection. Possible values are: true, false.Optional
groupsA comma-separated list of security groups to replace the instance's current security groups. You must specify the ID of at least one security group, even if it’s just the default security group for the VPC.Optional
attributeThe name of the attribute to modify. Possible values: sourceDestCheck, groupSet, ebsOptimized, sriovNetSupport, enaSupport, enclaveOptions, disableApiStop. Possible values are: instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized, striovNetSupport, enaSupport, enclaveOptions, disableApiStop.Optional
valueA new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or instanceInitiatedShutdownBehavior attribute.Optional

Context Output#

There is no context output for this command.

aws-iam-access-key-update#


Changes the status of the specified access key from Active to Inactive, or vice versa. This operation can be used to disable a user's access key as part of a key rotation workflow.

Base Command#

aws-iam-access-key-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
access_key_idThe access key ID of the secret access key you want to update.Required
statusThe status you want to assign to the secret access key. Possible values are: Active, Inactive.Required
user_nameThe name of the user whose key you want to update. If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request.Optional

Context Output#

There is no context output for this command.

aws-ec2-security-group-egress-revoke#


Removes the specified outbound (egress) rules from the specified security group.

Base Command#

aws-ec2-security-group-egress-revoke

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
group_idThe ID of the security group.Required
protocolThe IP protocol: tcp, udp, icmp, or icmpv6 or a number. Use -1 to specify all protocols. Use with port and CIDR arguments for simple rule revocation.Optional
from_portIf the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).Optional
to_portIf the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).Optional
cidrThe IPv4 address range in CIDR format (e.g., "0.0.0.0/0"). Use with protocol and port for simple rule revocation.Optional
ip_permissionsThe sets of IP permissions to revoke, in JSON format. Use this for complex rule configurations or when revoking multiple rules. Cannot be used together with protocol/port/CIDR arguments.Optional

Context Output#

There is no context output for this command.

aws-iam-role-policy-put#


Adds or updates an inline policy document that is embedded in the specified IAM role.

Base Command#

aws-iam-role-policy-put

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
role_nameThe name of the role to associate the policy with. This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-.Required
policy_nameThe name of the policy document. This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-.Required
policy_documentThe policy document in JSON format. Must be a valid IAM policy document that defines the permissions for the role.Required

Context Output#

There is no context output for this command.

aws-rds-db-cluster-modify#


Modifies settings for an Amazon RDS DB cluster. Allows you to update cluster settings such as port, master credentials, VPC security groups, deletion protection, and other configuration options.

Base Command#

aws-rds-db-cluster-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
db_cluster_identifierThe DB cluster identifier for the cluster being modified. This parameter isn’t case-sensitive. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: Must match the identifier of an existing DB cluster.Required
deletion_protectionSpecifies whether the DB cluster has deletion protection enabled. The database can’t be deleted when deletion protection is enabled. By default, deletion protection isn’t enabled. Possible values are: true, false.Optional
enable_iam_database_authenticationSpecifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn’t enabled. Possible values are: true, false.Optional

Context Output#

There is no context output for this command.

aws-s3-public-access-block-update#


Create or Modify the PublicAccessBlock configuration for an Amazon S3 bucket.

Base Command#

aws-s3-public-access-block-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the Amazon S3 bucket.Required
block_public_aclsSpecifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket. Possible values are: true, false.Optional
ignore_public_aclsSpecifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Possible values are: true, false.Optional
block_public_policySpecifies whether Amazon S3 should block public bucket policies for this bucket. Possible values are: true, false.Optional
restrict_public_bucketsSpecifies whether Amazon S3 should restrict public bucket policies for this bucket. Possible values are: true, false.Optional

Context Output#

There is no context output for this command.

aws-iam-user-policy-put#


Adds or updates an inline policy document that is embedded in the specified IAM user.

Base Command#

aws-iam-user-policy-put

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
user_nameThe name of the user to associate the policy with.Required
policy_nameThe name of the policy document.Required
policy_documentThe policy document in JSON format. Must be a valid IAM policy document that defines the permissions for the user.Required

Context Output#

There is no context output for this command.

aws-s3-bucket-versioning-put#


Sets the versioning state of an existing bucket.

Base Command#

aws-s3-bucket-versioning-put

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the bucket for which to set the logging parameters.Required
mfa_deleteSpecifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.Optional
statusThe versioning state of the bucket. Possible values are: Enabled, Suspended.Required

Context Output#

There is no context output for this command.

aws-s3-bucket-acl-put#


Sets the access control list (ACL) permissions for an existing Amazon S3 bucket. This command allows you to define who can access the bucket and what actions they can perform, using predefined ACLs. Since 2023, all new S3 buckets block ACLs by default for better security.

Base Command#

aws-s3-bucket-acl-put

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
aclThe canned ACL to apply to the bucket. Possible values are: private, public-read, public-read-write, authenticated-read.Required
bucketThe bucket to which to apply the ACL.Required

Context Output#

There is no context output for this command.

aws-ec2-snapshot-attribute-modify#


Adds or removes permission settings for the specified snapshot. Note: snapshots encrypted with the AWS-managed default key (alias/aws/ebs) cannot be shared. Use unencrypted snapshots or those encrypted with a customer-managed KMS key to allow permission modifications.

Base Command#

aws-ec2-snapshot-attribute-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
snapshot_idThe ID of the snapshot.Required
attributeThe snapshot attribute to modify. Default is createVolumePermission.Required
operation_typeThe operation to perform. Possible values are: add, remove.Required
user_idsA comma-separated list of AWS user account IDs to add to or remove from the list of users permitted to create EBS volumes from the snapshot.Optional
groupThe groups to add to or remove from the list of entities that have permission to create volumes from the snapshot. Possible values are: all.Optional

Context Output#

There is no context output for this command.

aws-s3-bucket-encryption-get#


Retrieves the default encryption configuration for an Amazon S3 bucket. Shows the server-side encryption settings that are applied to new objects stored in the bucket.

Base Command#

aws-s3-bucket-encryption-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketName of the S3 bucket to retrieve encryption configuration from. Must follow S3 naming conventions.Required

Context Output#

PathTypeDescription
AWS.S3-Buckets.BucketNamestringName of the S3 bucket.
AWS.S3-Buckets.ServerSideEncryptionConfiguration.RulesarrayContainer for information about a particular server-side encryption configuration rule.

aws-s3-file-download#


Download a file from S3 bucket to the War Room.

Base Command#

aws-s3-file-download

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
bucketName of the target S3 bucket. Must follow S3 naming conventions.Required
keyKey (path) of the file to download from the S3 bucket.Required
regionAWS region where the S3 bucket is located. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
File.SizeNumberThe size of the file.
File.SHA1StringThe SHA1 hash of the file.
File.SHA256StringThe SHA256 hash of the file.
File.NameStringThe name of the file.
File.SSDeepStringThe SSDeep hash of the file.
File.EntryIDStringThe entry ID of the file.
File.InfoStringFile information.
File.TypeStringThe file type.
File.MD5StringThe MD5 hash of the file.
File.ExtensionStringThe file extension.

aws-s3-bucket-policy-delete#


Deletes the bucket policy from an Amazon S3 bucket. This operation removes all policy-based access controls from the bucket, potentially changing access permissions.

Base Command#

aws-s3-bucket-policy-delete

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the Amazon S3 bucket from which to delete the bucket policy.Required

Context Output#

There is no context output for this command.

aws-ecs-cluster-settings-update#


Updates the containerInsights setting of an ECS cluster.

Base Command#

aws-ecs-cluster-settings-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
cluster_nameThe name of the cluster.Required
valueThe value of the containerInsights setting to update. Possible values are: enabled, disabled, enhanced.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

There is no context output for this command.

aws-s3-file-upload#


Upload file to S3 bucket.

Base Command#

aws-s3-file-upload

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
entryIDEntry ID of the file to upload.Required
bucketName of the S3 bucket containing the file. Must follow S3 naming conventions.Required
keyKey (path) where the file will be stored in the S3 bucket.Required
regionAWS region where the S3 bucket is located. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

There is no context output for this command.

aws-ec2-subnet-attribute-modify#


Modifies a subnet attribute.

Base Command#

aws-ec2-subnet-attribute-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
subnet_idThe ID of the subnet.Required
assign_ipv6_address_on_creationSet to true to assign an IPv6 address to network interfaces created in the specified subnet.Optional
customer_owned_ipv4_poolThe customer-owned IPv4 address pool associated with the subnet.Optional
disable_lni_at_device_indexSet to true to disable local network interfaces at the current position.Optional
enable_dns64Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.Optional
enable_lni_at_device_indexIndicates the device position for local network interfaces in this subnet.Optional
enable_resource_name_dns_aaaa_record_on_launchIndicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.Optional
enable_resource_name_dns_a_record_on_launchIndicates whether to respond to DNS queries for instance hostnames with DNS A records.Optional
map_customer_owned_ip_on_launchSet to true to assign a customer-owned IPv4 address to network interfaces attached to instances created in the specified subnet.Optional
map_public_ip_on_launchSet to true to assign a public IPv4 address to network interfaces attached to instances created in the specified subnet.Optional
private_dns_hostname_type_on_launchThe type of hostname to assign to instances in the subnet at launch.Optional

Context Output#

There is no context output for this command.

aws-ec2-instances-terminate#


Shuts down specified instances. This operation is idempotent; you can terminate an instance multiple times without causing an error.

Base Command#

aws-ec2-instances-terminate

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region where target instances are located. Must be a valid AWS region identifier. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
instance_idsA comma-separated list of instance IDs to terminate. If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.Required

Context Output#

There is no context output for this command.

aws-s3-public-access-block-get#


Retrieves the public access block configuration for an Amazon S3 bucket. Shows the current settings that control public access to the bucket and its objects.

Base Command#

aws-s3-public-access-block-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the Amazon S3 bucket to retrieve public access block configuration from.Required
expected_bucket_ownerThe account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails.Optional

Context Output#

PathTypeDescription
AWS.S3-Buckets.BucketNamestringName of the S3 bucket.
AWS.S3-Buckets.PublicAccessBlock.BlockPublicAclsbooleanWhether Amazon S3 blocks public access control lists (ACLs) for this bucket and objects in this bucket.
AWS.S3-Buckets.PublicAccessBlock.IgnorePublicAclsbooleanWhether Amazon S3 ignores public ACLs for this bucket and objects in this bucket.
AWS.S3-Buckets.PublicAccessBlock.BlockPublicPolicybooleanWhether Amazon S3 blocks public bucket policies for this bucket.
AWS.S3-Buckets.PublicAccessBlock.RestrictPublicBucketsbooleanWhether Amazon S3 restricts public bucket policies for this bucket.

aws-ec2-instances-stop#


Stops an Amazon EBS-backed instance.

Base Command#

aws-ec2-instances-stop

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region where target instances are located. Must be a valid AWS region identifier. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
instance_idsA comma-separated list of instance IDs to stop. Must be in 'running' or 'pending' state. User must have stop permissions for each instance.Required
forceForce stop instances without graceful shutdown. Default: false. Use with caution, as it may cause data loss. Possible values are: true, false. Default is false.Optional
hibernateHibernates the instance if the instance was enabled for hibernation at launch. If the instance cannot hibernate successfully, a normal shutdown occurs. Possible values are: true, false. Default is false.Optional

Context Output#

There is no context output for this command.

aws-ec2-instances-describe#


Describes specified instances or all instances.

Base Command#

aws-ec2-instances-describe

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region to query instances from. Must be a valid AWS region identifier. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
instance_idsA comma-separated list of instance IDs to describe. If empty, returns all accessible instances in the specified region.Optional
filtersOne or more custom filters to apply, separated by ';' (for example, name=<name>;values=<values>).You can specify up to 50 filters and up to 200 values per filter in a single request.Optional
next_tokenToken for pagination when retrieving large result sets. Use the InstancesNextToken value from a previous response to continue listing instances.Optional
limitMaximum number of instances to return in a single request. You cannot specify this parameter and the instance IDs parameter in the same request. Default is 50.Optional

Context Output#

PathTypeDescription
AWS.EC2.InstancesNextTokenStringToken to use for pagination in subsequent requests.
AWS.EC2.Instances.ArchitectureStringThe architecture of the image.
AWS.EC2.Instances.BlockDeviceMappings.DeviceNameStringThe device name.
AWS.EC2.Instances.BlockDeviceMappings.EbsDictionaryParameters used to automatically set up EBS volumes when the instance is launched.
AWS.EC2.Instances.ClientTokenStringThe idempotency token you provided when you launched the instance, if applicable.
AWS.EC2.Instances.EbsOptimizedBooleanIndicates whether the instance is optimized for Amazon EBS I/O.
AWS.EC2.Instances.EnaSupportBooleanSpecifies whether enhanced networking with ENA is enabled.
AWS.EC2.Instances.HypervisorStringThe hypervisor type of the instance.
AWS.EC2.Instances.IamInstanceProfile.ArnStringThe Amazon Resource Name (ARN) of the instance profile.
AWS.EC2.Instances.IamInstanceProfile.IdStringThe ID of the instance profile.
AWS.EC2.Instances.InstanceLifecycleStringIndicates whether this is a Spot Instance or a Scheduled Instance.
AWS.EC2.Instances.NetworkInterfaces.AssociationDictionaryThe association information for an Elastic IPv4 associated with the network interface.
AWS.EC2.Instances.NetworkInterfaces.AttachmentDictionaryThe network interface attachment.
AWS.EC2.Instances.NetworkInterfaces.DescriptionStringThe description of the network interface. Applies only if creating a network interface when launching an instance.
AWS.EC2.Instances.NetworkInterfaces.GroupsDictionaryThe security groups.
AWS.EC2.Instances.NetworkInterfaces.Ipv6AddressesDictionaryThe IPv6 addresses associated with the network interface.
AWS.EC2.Instances.NetworkInterfaces.MacAddressStringThe MAC address.
AWS.EC2.Instances.NetworkInterfaces.NetworkInterfaceIdStringThe ID of the network interface.
AWS.EC2.Instances.NetworkInterfaces.OwnerIdStringThe ID of the AWS account that owns the network interface.
AWS.EC2.Instances.NetworkInterfaces.PrivateDnsNameStringThe private DNS name.
AWS.EC2.Instances.NetworkInterfaces.PrivateIpAddressStringThe IPv4 address of the network interface within the subnet.
AWS.EC2.Instances.NetworkInterfaces.PrivateIpAddressesArrayThe private IPv4 addresses associated with the network interface.
AWS.EC2.Instances.NetworkInterfaces.SourceDestCheckBooleanIndicates whether to validate network traffic to or from this network interface.
AWS.EC2.Instances.NetworkInterfaces.StatusStringThe status of the network interface.
AWS.EC2.Instances.NetworkInterfaces.SubnetIdStringThe ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.
AWS.EC2.Instances.NetworkInterfaces.VpcIdStringThe ID of the VPC.
AWS.EC2.Instances.NetworkInterfaces.InterfaceTypeStringThe type of network interface.
AWS.EC2.Instances.NetworkInterfaces.Ipv4PrefixesArrayThe IPv4 prefixes assigned to the network interface.
AWS.EC2.Instances.NetworkInterfaces.Ipv6PrefixesArrayThe IPv6 prefixes assigned to the network interface.
AWS.EC2.Instances.NetworkInterfaces.ConnectionTrackingConfigurationDictionaryA security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface.
AWS.EC2.Instances.NetworkInterfaces.OperatorDictionaryThe service provider that manages the network interface.
AWS.EC2.Instances.OutpostArnStringThe Amazon Resource Name (ARN) of the Outpost.
AWS.EC2.Instances.RootDeviceNameStringThe device name of the root device volume.
AWS.EC2.Instances.RootDeviceTypeStringThe root device type used by the AMI.
AWS.EC2.Instances.SecurityGroups.GroupIdStringThe ID of the security group.
AWS.EC2.Instances.SecurityGroups.GroupNameStringThe name of the security group.
AWS.EC2.Instances.SourceDestCheckBooleanIndicates whether source/destination checking is enabled.
AWS.EC2.Instances.SpotInstanceRequestIdStringThe ID of the request for a Spot Instance request.
AWS.EC2.Instances.SriovNetSupportStringSpecifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
AWS.EC2.Instances.StateReasonDictionaryThe reason for the most recent state transition. May be an empty string.
AWS.EC2.Instances.Tags.KeyStringThe key of the tag.
AWS.EC2.Instances.Tags.ValueStringThe value of the tag.
AWS.EC2.Instances.VirtualizationTypeStringThe virtualization type of the instance.
AWS.EC2.Instances.CpuOptionsDictionaryThe CPU options for the instance.
AWS.EC2.Instances.CapacityBlockIdStringThe ID of the Capacity Block.
AWS.EC2.Instances.CapacityReservationIdStringThe ID of the Capacity Reservation.
AWS.EC2.Instances.CapacityReservationSpecificationDictionaryInformation about the Capacity Reservation targeting option.
AWS.EC2.Instances.HibernationOptions.ConfiguredBooleanIndicates whether the instance is enabled for hibernation.
AWS.EC2.Instances.Licenses.LicenseConfigurationArnStringThe Amazon Resource Name (ARN) of the license configuration.
AWS.EC2.Instances.MetadataOptionsDictionaryThe metadata options for the instance.
AWS.EC2.Instances.EnclaveOptions.EnabledBooleanIndicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
AWS.EC2.Instances.BootModeStringThe boot mode that was specified by the AMI.
AWS.EC2.Instances.PlatformDetailsStringThe platform details value for the instance.
AWS.EC2.Instances.UsageOperationStringThe usage operation value for the instance.
AWS.EC2.Instances.UsageOperationUpdateTimeDateThe time that the usage operation was last updated.
AWS.EC2.Instances.PrivateDnsNameOptions.HostnameTypeStringThe type of hostname to assign to an instance.
AWS.EC2.Instances.PrivateDnsNameOptions.EnableResourceNameDnsARecordBooleanIndicates whether to respond to DNS queries for instance hostnames with DNS A records.
AWS.EC2.Instances.PrivateDnsNameOptions.EnableResourceNameDnsAAAARecordBooleanIndicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
AWS.EC2.Instances.Ipv6AddressStringThe IPv6 address assigned to the instance.
AWS.EC2.Instances.TpmSupportStringIf the instance is configured for NitroTPM support, the value is v2.0.
AWS.EC2.Instances.MaintenanceOptions.AutoRecoveryStringInformation on the current automatic recovery behavior of your instance.
AWS.EC2.Instances.MaintenanceOptions.RebootMigrationStringSpecifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduled system-reboot event.
AWS.EC2.Instances.CurrentInstanceBootModeStringThe boot mode that is used to boot the instance at launch or start.
AWS.EC2.Instances.NetworkPerformanceOptions.BandwidthWeightingStringContains settings for the network performance options for your instance.
AWS.EC2.Instances.OperatorDictionaryThe service provider that manages the instance.
AWS.EC2.Instances.InstanceIdStringThe ID of the instance.
AWS.EC2.Instances.ImageIdStringThe ID of the AMI used to launch the instance.
AWS.EC2.Instances.State.CodeNumberThe current state of the instance as a 16-bit unsigned integer.
AWS.EC2.Instances.State.NameStringThe current state of the instance.
AWS.EC2.Instances.PrivateDnsNameStringThe private DNS hostname name assigned to the instance.
AWS.EC2.Instances.PublicDnsNameStringThe public DNS name assigned to the instance.
AWS.EC2.Instances.StateTransitionReasonStringThe reason for the most recent state transition. May be an empty string.
AWS.EC2.Instances.KeyNameStringThe name of the key pair used when the instance was launched.
AWS.EC2.Instances.AmiLaunchIndexNumberThe AMI launch index, which can be used to find this instance in the launch group.
AWS.EC2.Instances.ProductCodesDictionaryThe product codes attached to this instance, if applicable.
AWS.EC2.Instances.InstanceTypeStringThe instance type.
AWS.EC2.Instances.LaunchTimeStringThe time the instance was launched.
AWS.EC2.Instances.Placement.AvailabilityZoneIdStringThe ID of the Availability Zone of the instance.
AWS.EC2.Instances.Placement.AffinityStringThe affinity setting for the instance on the Dedicated Host.
AWS.EC2.Instances.Placement.GroupNameStringThe name of the placement group the instance is in.
AWS.EC2.Instances.Placement.PartitionNumberNumberThe number of the partition that the instance is in.
AWS.EC2.Instances.Placement.HostIdStringThe ID of the Dedicated Host on which the instance resides.
AWS.EC2.Instances.Placement.TenancyStringThe tenancy of the instance.
AWS.EC2.Instances.Placement.HostResourceGroupArnStringThe ARN of the host resource group in which to launch the instances.
AWS.EC2.Instances.Placement.GroupIdStringThe ID of the placement group that the instance is in.
AWS.EC2.Instances.Placement.AvailabilityZoneStringThe availability zone of the instance.
AWS.EC2.Instances.KernelIdStringThe kernel associated with this instance, if applicable.
AWS.EC2.Instances.RamdiskIdStringThe RAM disk associated with this instance, if applicable.
AWS.EC2.Instances.PlatformStringThe platform the instance uses. The value is Windows for Windows instances; otherwise, blank.
AWS.EC2.Instances.Monitoring.StateStringIndicates whether detailed monitoring is enabled.
AWS.EC2.Instances.SubnetIdStringThe ID of the subnet in which the instance is running.
AWS.EC2.Instances.VpcIdStringThe ID of the VPC in which the instance is running.
AWS.EC2.Instances.PrivateIpAddressStringThe private IPv4 address assigned to the instance.
AWS.EC2.Instances.PublicIpAddressStringThe public IPv4 address assigned to the instance.

aws-s3-bucket-policy-get#


Retrieves the bucket policy for an Amazon S3 bucket. Returns the policy document in JSON format if one exists.

Base Command#

aws-s3-bucket-policy-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the S3 bucket whose policy you want to retrieve. Must follow S3 naming conventions.Required
expected_bucket_ownerThe account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails.Optional

Context Output#

PathTypeDescription
AWS.S3-Buckets.BucketNamestringName of the S3 bucket.
AWS.S3-Buckets.Policy.VersionstringThe version of the policy.
AWS.S3-Buckets.Policy.IdstringThe id of the policy.
AWS.S3-Buckets.Policy.Statement.SidstringIdentifier of the policy statement.
AWS.S3-Buckets.Policy.Statement.EffectstringSpecifies whether the statement results in an allow or an explicit deny.
AWS.S3-Buckets.Policy.Statement.PrincipalunknownSpecify the principal that is allowed or denied access to a resource.
AWS.S3-Buckets.Policy.Statement.ActionunknownDescribes the specific action or actions that will be allowed or denied.
AWS.S3-Buckets.Policy.Statement.ResourceunknownDefines the object or objects that the statement applies to.
AWS.S3-Buckets.Policy.Statement.ConditionstringSpecify conditions for when a policy is in effect.

aws-cloudtrail-trails-describe#


Retrieves settings for the specified trail or returns information about all trails in the current AWS account.

Base Command#

aws-cloudtrail-trails-describe

Input#

Argument NameDescriptionRequired
trail_namesA comma-separated list of trail names or trail ARNs. If the list is empty, it returns information for the trail in the current region.Optional
include_shadow_trailsInclude shadow trails in the response. A shadow trail is a replication in a region of a trail created in another region. Possible values are: true, false. Default is true.Optional
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.CloudTrail.Trails.NamestringThe name of the trail, as set in CreateTrail.
AWS.CloudTrail.Trails.S3BucketNamestringThe name of the Amazon S3 bucket where CloudTrail delivers trail files.
AWS.CloudTrail.Trails.S3KeyPrefixstringThe Amazon S3 key prefix appended to the bucket name designated for log file delivery.
AWS.CloudTrail.Trails.SnsTopicARNstringThe ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered.
AWS.CloudTrail.Trails.IncludeGlobalServiceEventsbooleanWhether to include AWS API calls from AWS global services such as IAM.
AWS.CloudTrail.Trails.IsMultiRegionTrailbooleanSpecifies whether the trail belongs only to one region or exists in all regions.
AWS.CloudTrail.Trails.HomeRegionstringThe region where the trail was created.
AWS.CloudTrail.Trails.TrailARNstringThe ARN of the trail.
AWS.CloudTrail.Trails.LogFileValidationEnabledbooleanWhether log file validation is enabled.
AWS.CloudTrail.Trails.CloudWatchLogsLogGroupArnstringThe ARN of the CloudWatch log group to which CloudTrail logs are delivered.
AWS.CloudTrail.Trails.CloudWatchLogsRoleArnstringThe role assumed by CloudTrail to write logs to the CloudWatch log group.
AWS.CloudTrail.KmsKeyIdstringThe KMS key ID that encrypts logs delivered by CloudTrail.
AWS.CloudTrail.HasCustomEventSelectorsbooleanSpecifies if the trail has custom event selectors.
AWS.CloudTrail.HasInsightSelectorsbooleanSpecifies whether a trail has insight types specified in an InsightSelector list.
AWS.CloudTrail.IsOrganizationTrailbooleanSpecifies whether the trail is an organization trail.

aws-ec2-instances-start#


Starts an Amazon EBS-backed instance that was previously stopped.

Base Command#

aws-ec2-instances-start

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region where target instances are located. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
instance_idsA comma-separated list of instance IDs to start, in i-xxxxxxxxx format. Must be in 'stopped' state and user must have permissions.Required

Context Output#

There is no context output for this command.

aws-ec2-snapshot-create#


Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.

Base Command#

aws-ec2-snapshot-create

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
volume_idThe ID of the EBS volume.Required
descriptionA description for the snapshot.Optional
tagsThe tags to apply to the snapshot during creation.Optional
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.EC2.Snapshot.DataEncryptionKeyIdstringThe data encryption key identifier for the snapshot.
AWS.EC2.Snapshot.DescriptionstringThe description for the snapshot.
AWS.EC2.Snapshot.EncryptednumberIndicates whether the snapshot is encrypted.
AWS.EC2.Snapshot.KmsKeyIdstringThe full ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the parent volume.
AWS.EC2.Snapshot.OwnerIdstringThe AWS account ID of the EBS snapshot owner.
AWS.EC2.Snapshot.ProgressstringThe progress of the snapshot, as a percentage.
AWS.EC2.Snapshot.SnapshotIdstringThe ID of the snapshot.
AWS.EC2.Snapshot.StartTimedateThe time stamp when the snapshot was initiated.
AWS.EC2.Snapshot.StatestringThe snapshot state.
AWS.EC2.Snapshot.StateMessagestringthis field displays error state details to help you diagnose why the error occurred.
AWS.EC2.Snapshot.VolumeIdstringThe ID of the volume that was used to create the snapshot.
AWS.EC2.Snapshot.VolumeSizenumberThe size of the volume, in GiB.
AWS.EC2.Snapshot.OwnerAliasstringValue from an Amazon-maintained list of snapshot owners.
AWS.EC2.Snapshot.Tags.KeystringThe key of the tag.
AWS.EC2.Snapshot.Tags.ValuestringThe value of the tag.
AWS.EC2.Snapshot.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.

aws-ec2-instances-run#


Launches a specified number of instances using an AMI you have access to. You can save time by creating a launch template containing your parameters and using the template instead of entering the parameters each time. An instance is ready for you to use when it is in the running state. You can check the state of your instance using aws-ec2-instances-describe.

Base Command#

aws-ec2-instances-run

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region where instances will be created. Must be a valid AWS region identifier. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
countThe number of instances to launch. Must be greater than 0. Default is 1.Required
image_idThe ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.Optional
instance_typeThe instance type, for example: t2.large, t3.medium, m5.xlarge.Optional
security_group_idsA comma-separated list of security group IDs. Use this for VPC instances. If you don’t specify a security group ID, we use the default security group for the VPC.Optional
security_groups_namesA comma-separated list of security group names. For a nondefault VPC, you must use security group IDs instead.Optional
subnet_idThe ID of the subnet to launch the instance into. If you don't choose a subnet, we will use a default one from your default VPC. If you don't have a default VPC, you must specify a subnet ID yourself in the request.Optional
user_dataThe user data to make available to the instance. This value will be base64 encoded automatically. Do not base64 encode this value prior to performing the operation.Optional
disable_api_terminationIndicates whether termination protection is enabled for the instance. The default is false, which means that you can terminate the instance using the Amazon EC2 console, command line tools, or API. Possible values are: true, false. Default is false.Optional
iam_instance_profile_arnThe Amazon Resource Name (ARN) of the instance profile. Both iam_instance_profile_arn and iam_instance_profile_name are required if you would like to associate an instance profile.Optional
iam_instance_profile_nameThe name of the instance profile. Both iam_instance_profile_arn and iam_instance_profile_name are required if you would like to associate an instance profile.Optional
key_nameThe name of the key pair. Warning - If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.Optional
ebs_optimizedIndicates whether the instance is optimized for Amazon EBS I/O. Possible values are: true, false.Optional
device_nameThe device name (for example, /dev/sdh or xvdh). If the argument is given, EBS arguments must also be specified.Optional
ebs_volume_sizeThe size of the volume, in GiBs. You must specify either an ebs_snapshot_id or an ebs_volume_size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.Optional
ebs_volume_typeThe volume type. Possible values are: gp2, gp3, io1, io2, st1, sc1, standard.Optional
ebs_iopsThe number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS.Optional
ebs_delete_on_terminationIndicates whether the EBS volume is deleted on instance termination. Possible values are: true, false.Optional
ebs_kms_key_idIdentifier (key ID, key alias, ID ARN, or alias ARN) for a user-managed CMK under which the EBS volume is encrypted.Optional
ebs_snapshot_idThe ID of the snapshot.Optional
ebs_encryptedIndicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. Possible values are: true, false.Optional
launch_template_idThe ID of the launch template to use to launch the instances. Any parameters that you specify in the command override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.Optional
launch_template_nameThe name of the launch template to use to launch the instances. Any parameters that you specify in the command override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.Optional
launch_template_versionThe launch template version number, $Latest, or $Default.Optional
tagsOne or more tags to apply to a resource when the resource is being created, separated by ';' (for example, key=<name>;value=<value>).Optional
host_idThe Dedicated Host ID.Optional
enabled_monitoringIndicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled. Possible values are: true, false. Default is false.Optional

Context Output#

PathTypeDescription
AWS.EC2.Instances.ArchitectureStringThe architecture of the image.
AWS.EC2.Instances.BlockDeviceMappings.DeviceNameStringThe device name.
AWS.EC2.Instances.BlockDeviceMappings.EbsDictionaryParameters used to automatically set up EBS volumes when the instance is launched.
AWS.EC2.Instances.ClientTokenStringThe idempotency token you provided when you launched the instance, if applicable.
AWS.EC2.Instances.EbsOptimizedBooleanIndicates whether the instance is optimized for Amazon EBS I/O.
AWS.EC2.Instances.EnaSupportBooleanSpecifies whether enhanced networking with ENA is enabled.
AWS.EC2.Instances.HypervisorStringThe hypervisor type of the instance.
AWS.EC2.Instances.IamInstanceProfile.ArnStringThe Amazon Resource Name (ARN) of the instance profile.
AWS.EC2.Instances.IamInstanceProfile.IdStringThe ID of the instance profile.
AWS.EC2.Instances.InstanceLifecycleStringIndicates whether this is a Spot Instance or a Scheduled Instance.
AWS.EC2.Instances.NetworkInterfaces.AssociationDictionaryThe association information for an Elastic IPv4 associated with the network interface.
AWS.EC2.Instances.NetworkInterfaces.AttachmentDictionaryThe network interface attachment.
AWS.EC2.Instances.NetworkInterfaces.DescriptionStringThe description of the network interface. Applies only if creating a network interface when launching an instance.
AWS.EC2.Instances.NetworkInterfaces.GroupsDictionaryThe security groups.
AWS.EC2.Instances.NetworkInterfaces.Ipv6AddressesDictionaryThe IPv6 addresses associated with the network interface.
AWS.EC2.Instances.NetworkInterfaces.MacAddressStringThe MAC address.
AWS.EC2.Instances.NetworkInterfaces.NetworkInterfaceIdStringThe ID of the network interface.
AWS.EC2.Instances.NetworkInterfaces.OwnerIdStringThe private DNS name.
AWS.EC2.Instances.NetworkInterfaces.PrivateDnsNameStringThe IPv4 address of the network interface within the subnet.
AWS.EC2.Instances.NetworkInterfaces.PrivateIpAddressStringThe IPv4 address of the network interface within the subnet.
AWS.EC2.Instances.NetworkInterfaces.PrivateIpAddressesArrayThe private IPv4 addresses associated with the network interface.
AWS.EC2.Instances.NetworkInterfaces.SourceDestCheckBooleanIndicates whether to validate network traffic to or from this network interface.
AWS.EC2.Instances.NetworkInterfaces.StatusStringThe status of the network interface.
AWS.EC2.Instances.NetworkInterfaces.SubnetIdStringThe ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.
AWS.EC2.Instances.NetworkInterfaces.VpcIdStringThe ID of the VPC.
AWS.EC2.Instances.NetworkInterfaces.InterfaceTypeStringThe type of network interface.
AWS.EC2.Instances.NetworkInterfaces.Ipv4PrefixesArrayThe IPv4 prefixes assigned to the network interface.
AWS.EC2.Instances.NetworkInterfaces.Ipv6PrefixesArrayThe IPv6 prefixes assigned to the network interface.
AWS.EC2.Instances.NetworkInterfaces.ConnectionTrackingConfigurationDictionaryA security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface.
AWS.EC2.Instances.NetworkInterfaces.OperatorDictionaryThe service provider that manages the network interface.
AWS.EC2.Instances.OutpostArnStringThe Amazon Resource Name (ARN) of the Outpost.
AWS.EC2.Instances.RootDeviceNameStringThe device name of the root device volume.
AWS.EC2.Instances.RootDeviceTypeStringThe root device type used by the AMI.
AWS.EC2.Instances.SecurityGroups.GroupIdStringThe ID of the security group.
AWS.EC2.Instances.SecurityGroups.GroupNameStringThe name of the security group.
AWS.EC2.Instances.SourceDestCheckBooleanIndicates whether source/destination checking is enabled.
AWS.EC2.Instances.SpotInstanceRequestIdStringThe ID of the request for a Spot Instance request.
AWS.EC2.Instances.SriovNetSupportStringSpecifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
AWS.EC2.Instances.StateReasonDictionaryThe reason for the most recent state transition. May be an empty string.
AWS.EC2.Instances.Tags.KeyStringThe key of the tag.
AWS.EC2.Instances.Tags.ValueStringThe value of the tag.
AWS.EC2.Instances.VirtualizationTypeStringThe virtualization type of the instance.
AWS.EC2.Instances.CpuOptionsDictionaryThe CPU options for the instance.
AWS.EC2.Instances.CapacityBlockIdStringThe ID of the Capacity Block.
AWS.EC2.Instances.CapacityReservationIdStringThe ID of the Capacity Reservation.
AWS.EC2.Instances.CapacityReservationSpecificationDictionaryInformation about the Capacity Reservation targeting option.
AWS.EC2.Instances.HibernationOptions.ConfiguredBooleanIndicates whether the instance is enabled for hibernation.
AWS.EC2.Instances.Licenses.LicenseConfigurationArnStringThe Amazon Resource Name (ARN) of the license configuration.
AWS.EC2.Instances.MetadataOptionsDictionaryThe metadata options for the instance.
AWS.EC2.Instances.EnclaveOptions.EnabledBooleanIndicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
AWS.EC2.Instances.BootModeStringThe boot mode that was specified by the AMI.
AWS.EC2.Instances.PlatformDetailsStringThe platform details value for the instance.
AWS.EC2.Instances.UsageOperationStringThe usage operation value for the instance.
AWS.EC2.Instances.UsageOperationUpdateTimeDateThe time that the usage operation was last updated.
AWS.EC2.Instances.PrivateDnsNameOptions.HostnameTypeStringThe type of hostname to assign to an instance.
AWS.EC2.Instances.PrivateDnsNameOptions.EnableResourceNameDnsARecordBooleanIndicates whether to respond to DNS queries for instance hostnames with DNS A records.
AWS.EC2.Instances.PrivateDnsNameOptions.EnableResourceNameDnsAAAARecordBooleanIndicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
AWS.EC2.Instances.Ipv6AddressStringThe IPv6 address assigned to the instance.
AWS.EC2.Instances.TpmSupportStringIf the instance is configured for NitroTPM support, the value is v2.0.
AWS.EC2.Instances.MaintenanceOptions.AutoRecoveryStringInformation on the current automatic recovery behavior of your instance.
AWS.EC2.Instances.MaintenanceOptions.RebootMigrationStringSpecifies whether to attempt reboot migration during a user-initiated reboot of an instance that has a scheduled system-reboot event.
AWS.EC2.Instances.CurrentInstanceBootModeStringThe boot mode that is used to boot the instance at launch or start.
AWS.EC2.Instances.NetworkPerformanceOptions.BandwidthWeightingStringContains settings for the network performance options for your instance.
AWS.EC2.Instances.OperatorDictionaryThe service provider that manages the instance.
AWS.EC2.Instances.InstanceIdStringThe ID of the instance.
AWS.EC2.Instances.ImageIdStringThe ID of the AMI used to launch the instance.
AWS.EC2.Instances.State.CodeNumberThe current state of the instance as a 16-bit unsigned integer.
AWS.EC2.Instances.State.NameStringThe current state of the instance.
AWS.EC2.Instances.PrivateDnsNameStringThe private DNS hostname name assigned to the instance.
AWS.EC2.Instances.PublicDnsNameStringThe public DNS name assigned to the instance.
AWS.EC2.Instances.StateTransitionReasonStringThe reason for the most recent state transition. May be an empty string.
AWS.EC2.Instances.KeyNameStringThe name of the key pair used when the instance was launched.
AWS.EC2.Instances.AmiLaunchIndexNumberThe AMI launch index, which can be used to find this instance in the launch group.
AWS.EC2.Instances.ProductCodesDictionaryThe product codes attached to this instance, if applicable.
AWS.EC2.Instances.InstanceTypeStringThe instance type.
AWS.EC2.Instances.LaunchTimeStringThe time the instance was launched.
AWS.EC2.Instances.Placement.AvailabilityZoneIdStringThe ID of the Availability Zone of the instance.
AWS.EC2.Instances.Placement.AffinityStringThe affinity setting for the instance on the Dedicated Host.
AWS.EC2.Instances.Placement.GroupNameStringThe name of the placement group the instance is in.
AWS.EC2.Instances.Placement.PartitionNumberNumberThe number of the partition that the instance is in.
AWS.EC2.Instances.Placement.HostIdStringThe ID of the Dedicated Host on which the instance resides.
AWS.EC2.Instances.Placement.TenancyStringThe tenancy of the instance.
AWS.EC2.Instances.Placement.HostResourceGroupArnStringThe ARN of the host resource group in which to launch the instances.
AWS.EC2.Instances.Placement.GroupIdStringThe ID of the placement group that the instance is in.
AWS.EC2.Instances.Placement.AvailabilityZoneStringThe availability zone of the instance.
AWS.EC2.Instances.KernelIdStringThe kernel associated with this instance, if applicable.
AWS.EC2.Instances.RamdiskIdStringThe RAM disk associated with this instance, if applicable.
AWS.EC2.Instances.PlatformStringThe platform the instance uses. The value is Windows for Windows instances; otherwise, blank.
AWS.EC2.Instances.Monitoring.StateStringIndicates whether detailed monitoring is enabled.
AWS.EC2.Instances.SubnetIdStringThe ID of the subnet in which the instance is running.
AWS.EC2.Instances.VpcIdStringThe ID of the VPC in which the instance is running.
AWS.EC2.Instances.PrivateIpAddressStringThe private IPv4 address assigned to the instance.
AWS.EC2.Instances.PublicIpAddressStringThe public IPv4 address assigned to the instance.

aws-rds-event-subscription-modify#


Modifies an existing RDS event notification subscription.

Base Command#

aws-rds-event-subscription-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
subscription_nameThe name of the RDS event notification subscription.Required
enabledSpecifies whether to activate the subscription.Optional
event_categoriesA list of event categories for a source type (SourceType) that you want to subscribe to.Optional
sns_topic_arnThe Amazon Resource Name (ARN) of the SNS topic created for event notification.Optional
source_typeThe type of source that is generating the events.Optional

Context Output#

PathTypeDescription
AWS.RDS.EventSubscription.CustomerAwsIdstringThe AWS customer account associated with the RDS event notification subscription.
AWS.RDS.EventSubscription.CustSubscriptionIdstringThe RDS event notification subscription Id.
AWS.RDS.EventSubscription.EnabledbooleanSpecifies whether the subscription is enabled. True indicates the subscription is enabled.
AWS.RDS.EventSubscription.EventCategoriesListarrayA list of event categories for the RDS event notification subscription.
AWS.RDS.EventSubscription.EventSubscriptionArnstringThe Amazon Resource Name (ARN) for the event subscription.
AWS.RDS.EventSubscription.SnsTopicArnstringThe topic ARN of the RDS event notification subscription.
AWS.RDS.EventSubscription.SourceIdsListarrayA list of source IDs for the RDS event notification subscription.
AWS.RDS.EventSubscription.SourceTypestringThe source type for the RDS event notification subscription.
AWS.RDS.EventSubscription.StatusstringThe status of the RDS event notification subscription.
AWS.RDS.EventSubscription.SubscriptionCreationTimestringThe time the RDS event notification subscription was created.

aws-ec2-snapshot-permission-modify#


Adds or removes permission settings for the specified snapshot.

Base Command#

aws-ec2-snapshot-permission-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
snapshot_idThe ID of the EBS snapshot.Required
operation_typeThe operation type, add or remove. Possible values are: add, remove.Required
group_namesCSV of security group names. This parameter can be used only when UserIds not provided.Optional
user_idsCSV of AWS account IDs. This parameter can be used only when groupNames not provided.Optional
dry_runChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. Possible values are: True, False.Optional
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

There is no context output for this command.

aws-s3-bucket-website-delete#


Removes the website configuration for a bucket.

Base Command#

aws-s3-bucket-website-delete

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the S3 bucket from which the website configuration will be removed.Required

Context Output#

There is no context output for this command.

aws-s3-bucket-ownership-controls-put#


Creates or modifies OwnershipControls for an Amazon S3 bucket.

Base Command#

aws-s3-bucket-ownership-controls-put

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe name of the Amazon S3 bucket for which to configure Ownership Controls.Required
ownership_controls_ruleOwnership for a bucket's ownership controls. Possible values are: BucketOwnerPreferred, ObjectWriter, BucketOwnerEnforced.Required

Context Output#

There is no context output for this command.

aws-eks-cluster-describe#


Describes an Amazon EKS cluster.

Base Command#

aws-eks-cluster-describe

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
cluster_nameThe name of the cluster to describe.Required
regionThe AWS Region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.EKS.Cluster.nameStringThe name of your cluster.
AWS.EKS.Cluster.arnStringThe Amazon Resource Name (ARN) of the cluster.
AWS.EKS.Cluster.createdAtStringThe creation date of the object.
AWS.EKS.Cluster.versionStringThe Kubernetes server version for the cluster.
AWS.EKS.Cluster.endpointStringThe endpoint for your Kubernetes API server.
AWS.EKS.Cluster.roleArnStringThe Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf.
AWS.EKS.Cluster.resourcesVpcConfig.subnetIdsListThe subnets associated with your cluster.
AWS.EKS.Cluster.resourcesVpcConfig.securityGroupIdsListThe security groups associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Kubernetes control plane.
AWS.EKS.Cluster.resourcesVpcConfig.clusterSecurityGroupIdStringThe cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication.
AWS.EKS.Cluster.resourcesVpcConfig.vpcIdStringThe VPC associated with your cluster.
AWS.EKS.Cluster.resourcesVpcConfig.endpointPublicAccessBooleanWhether the public API server endpoint is enabled.
AWS.EKS.Cluster.resourcesVpcConfig.endpointPrivateAccessBooleanThis parameter indicates whether the Amazon EKS private API server endpoint is enabled.
AWS.EKS.Cluster.resourcesVpcConfig.publicAccessCidrsListThe CIDR blocks that are allowed access to your cluster’s public Kubernetes API server endpoint.
AWS.EKS.Cluster.kubernetesNetworkConfig.serviceIpv4CidrStringThe CIDR block that Kubernetes Pod and Service object IP addresses are assigned from.
AWS.EKS.Cluster.kubernetesNetworkConfig.serviceIpv6CidrStringThe CIDR block that Kubernetes Pod and Service IP addresses are assigned from if you created a 1.21 or later cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specified ipv6 for ipFamily when you created the cluster.
AWS.EKS.Cluster.kubernetesNetworkConfig.ipFamilyStringThe IP family used to assign Kubernetes Pod and Service objects IP addresses.
AWS.EKS.Cluster.logging.clusterLoggingObjectThe cluster control plane logging configuration for your cluster.
AWS.EKS.Cluster.identityObjectThe identity provider information for the cluster.
AWS.EKS.Cluster.statusStringThe current status of the cluster.
AWS.EKS.Cluster.certificateAuthority.dataStringThe Base64-encoded certificate data required to communicate with your cluster.
AWS.EKS.Cluster.clientRequestTokenStringA unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
AWS.EKS.Cluster.platformVersionStringThe platform version of your Amazon EKS cluster.
AWS.EKS.Cluster.tagsObjectA dictionary containing metadata for categorization and organization.
AWS.EKS.Cluster.encryptionConfig.resourcesListSpecifies the resources to be encrypted. The only supported value is secrets.
AWS.EKS.Cluster.encryptionConfig.providerObjectKey Management Service (KMS) key.
AWS.EKS.Cluster.connectorConfig.activationIdStringA unique ID associated with the cluster for registration purposes.
AWS.EKS.Cluster.connectorConfig.activationCodeStringA unique code associated with the cluster for registration purposes.
AWS.EKS.Cluster.connectorConfig.activationExpiryStringThe expiration time of the connected cluster.
AWS.EKS.Cluster.connectorConfig.providerStringThe cluster’s cloud service provider.
AWS.EKS.Cluster.connectorConfig.roleArnStringThe Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
AWS.EKS.Cluster.idStringThe ID of your local Amazon EKS cluster on an Amazon Web Services Outpost.
AWS.EKS.Cluster.health.issuesListAn object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
AWS.EKS.Cluster.outpostConfig.outpostArnsObjectAn object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
AWS.EKS.Cluster.outpostConfig.controlPlaneInstanceTypeStringThe Amazon EC2 instance type used for the control plane.
AWS.EKS.Cluster.outpostConfig.controlPlanePlacementObjectAn object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost.
AWS.EKS.Cluster.accessConfig.bootstrapClusterCreatorAdminPermissionsBooleanSpecifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.
AWS.EKS.Cluster.accessConfig.authenticationModeStringThe current authentication mode of the cluster.

aws-eks-access-policy-associate#


Associates an access policy and its scope to an access entry.

Base Command#

aws-eks-access-policy-associate

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
cluster_nameThe name of the cluster for which to create an access entry.Required
principal_arnThe Amazon Resource Name (ARN) of the IAM user or role for the AccessEntry that you’re associating the access policy to.Required
policy_arnThe ARN of the AccessPolicy that you’re associating.Required
typeThe scope type of an access policy. Possible values are: cluster, namespace.Required
namespacesA comma-separated list of Kubernetes namespaces that an access policy is scoped to. A value is required if you specified namespace for type.Optional
regionThe AWS Region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.EKS.AssociatedAccessPolicy.clusterNameStringThe name of your cluster.
AWS.EKS.AssociatedAccessPolicy.principalArnStringThe ARN of the IAM principal for the AccessEntry.
AWS.EKS.AssociatedAccessPolicy.policyArnStringThe ARN of the AccessPolicy.
AWS.EKS.AssociatedAccessPolicy.accessScope.typeStringThe scope type of an access policy.
AWS.EKS.AssociatedAccessPolicy.accessScope.namespacesStringA Kubernetes namespace that an access policy is scoped to.
AWS.EKS.AssociatedAccessPolicy.associatedAtStringThe date and time the AccessPolicy was associated with an AccessEntry.
AWS.EKS.AssociatedAccessPolicy.modifiedAtStringThe date and time for the last modification to the object.

aws-billing-cost-usage-list#


Retrieves actual cost and usage data for a given time range and optional service filter.

Base Command#

aws-billing-cost-usage-list

Input#

Argument NameDescriptionRequired
account_idThe AWS account on which to run the command.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
metricsMetrics to retrieve. Default - UsageQuantity. Valid values [AmortizedCost, BlendedCost, NetAmortizedCost, NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, UsageQuantity].Optional
start_dateStart date for the report (YYYY-MM-DD). Default - 7 days ago.Optional
end_dateEnd date for the report (YYYY-MM-DD). Default - current day.Optional
granularityGranularity of the data. Default - Daily. Valid values [Daily, Monthly, Hourly]. Possible values are: Daily, Monthly, Hourly.Optional
aws_servicesOptional filter for retrieving data for specific AWS services.Optional
next_page_tokenNext page token for pagination. Use value from AWS.Billing.UsageNextToken.Optional

Context Output#

PathTypeDescription
AWS.Billing.UsageunknownComplete usage data from AWS Cost Explorer API.
AWS.Billing.Usage.TimePeriodunknownTime period for the usage data.
AWS.Billing.Usage.TimePeriod.StartdateStart date of the time period.
AWS.Billing.Usage.TimePeriod.EnddateEnd date of the time period.
AWS.Billing.Usage.TotalunknownTotal cost and usage metrics for the time period.
AWS.Billing.Usage.Total.AmortizedCostunknownAmortized cost information.
AWS.Billing.Usage.Total.AmortizedCost.AmountstringAmortized cost amount.
AWS.Billing.Usage.Total.AmortizedCost.UnitstringAmortized cost unit (e.g., USD).
AWS.Billing.Usage.Total.BlendedCostunknownBlended cost information.
AWS.Billing.Usage.Total.BlendedCost.AmountstringBlended cost amount.
AWS.Billing.Usage.Total.BlendedCost.UnitstringBlended cost unit (e.g., USD).
AWS.Billing.Usage.Total.NetAmortizedCostunknownNet amortized cost information.
AWS.Billing.Usage.Total.NetAmortizedCost.AmountstringNet amortized cost amount.
AWS.Billing.Usage.Total.NetAmortizedCost.UnitstringNet amortized cost unit (e.g., USD).
AWS.Billing.Usage.Total.NetUnblendedCostunknownNet unblended cost information.
AWS.Billing.Usage.Total.NetUnblendedCost.AmountstringNet unblended cost amount.
AWS.Billing.Usage.Total.NetUnblendedCost.UnitstringNet unblended cost unit (e.g., USD).
AWS.Billing.Usage.Total.NormalizedUsageAmountunknownNormalized usage amount information.
AWS.Billing.Usage.Total.NormalizedUsageAmount.AmountstringNormalized usage amount.
AWS.Billing.Usage.Total.NormalizedUsageAmount.UnitstringNormalized usage amount unit.
AWS.Billing.Usage.Total.UnblendedCostunknownUnblended cost information.
AWS.Billing.Usage.Total.UnblendedCost.AmountstringUnblended cost amount.
AWS.Billing.Usage.Total.UnblendedCost.UnitstringUnblended cost unit (e.g., USD).
AWS.Billing.Usage.Total.UsageQuantityunknownUsage quantity information.
AWS.Billing.Usage.Total.UsageQuantity.AmountstringUsage quantity amount.
AWS.Billing.Usage.Total.UsageQuantity.UnitstringUsage quantity unit (e.g., Hrs, GB).
AWS.Billing.Usage.GroupsunknownUsage data grouped by dimensions (when grouping is applied).
AWS.Billing.Usage.Groups.KeysunknownGroup keys (dimension values).
AWS.Billing.Usage.Groups.MetricsunknownMetrics for the group.
AWS.Billing.Usage.EstimatedbooleanWhether the data is estimated.
AWS.Billing.UsageNextTokenstringNext page token for pagination.

aws-billing-forecast-list#


Forecasts AWS spending over a given future time period using historical trends.

Base Command#

aws-billing-forecast-list

Input#

Argument NameDescriptionRequired
account_idThe AWS account on which to run the command.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
metricMetric to forecast. Valid values [AMORTIZED_COST, BLENDED_COST, NET_AMORTIZED_COST, NET_UNBLENDED_COST, UNBLENDED_COST]. Possible values are: AMORTIZED_COST, BLENDED_COST, NET_AMORTIZED_COST, NET_UNBLENDED_COST, UNBLENDED_COST. Default is AMORTIZED_COST.Optional
start_dateStart date for the forecast (YYYY-MM-DD). Default - current day.Optional
end_dateEnd date for the forecast (YYYY-MM-DD). Default - in 7 days.Optional
granularityGranularity of the forecast. Default - Daily. Valid values [ Daily, Monthly, Hourly]. Possible values are: Daily, Monthly, Hourly.Optional
aws_servicesOptional filter for retrieving data for specific AWS services.Optional
next_page_tokenNext page token for pagination. Use value from AWS.Billing.ForecastNextToken.Optional

Context Output#

PathTypeDescription
AWS.Billing.ForecastunknownComplete forecast data from AWS Cost Explorer API.
AWS.Billing.Forecast.ServicestringAWS Service (if exists).
AWS.Billing.Forecast.StartDatedateStart date of the forecast.
AWS.Billing.Forecast.EndDatedateEnd date of the forecast.
AWS.Billing.Forecast.TotalAmountstringTotal forecasted amount.
AWS.Billing.Forecast.TotalUnitstringUnit for the forecasted amount.
AWS.Billing.Forecast.ForecastResultsByTimeunknownForecast results grouped by time period.
AWS.Billing.Forecast.ForecastResultsByTime.TimePeriodunknownTime period for the forecast.
AWS.Billing.Forecast.ForecastResultsByTime.TimePeriod.StartdateStart date of the forecast period.
AWS.Billing.Forecast.ForecastResultsByTime.TimePeriod.EnddateEnd date of the forecast period.
AWS.Billing.Forecast.ForecastResultsByTime.MeanValuestringMean forecasted value for the time period.
AWS.Billing.Forecast.ForecastResultsByTime.PredictionIntervalLowerBoundstringLower bound of the prediction interval.
AWS.Billing.Forecast.ForecastResultsByTime.PredictionIntervalUpperBoundstringUpper bound of the prediction interval.
AWS.Billing.Forecast.TotalunknownTotal forecast information.
AWS.Billing.Forecast.Total.AmountstringTotal forecasted amount.
AWS.Billing.Forecast.Total.UnitstringUnit for the total forecasted amount.
AWS.Billing.ForecastNextTokenstringNext page token for pagination.

aws-billing-budgets-list#


Lists configured budgets for a given AWS account.

Base Command#

aws-billing-budgets-list

Input#

Argument NameDescriptionRequired
account_idThe AWS account on which to run the command.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
max_resultMaximum results to return. Default - 50, Max - 1000. Default is 50.Optional
show_filter_expressionWhether to show filter expression. Default - False. Possible values are: true, false. Default is false.Optional
next_page_tokenNext page token for pagination. Use value from AWS.Billing.BudgetNextToken.Optional

Context Output#

PathTypeDescription
AWS.Billing.BudgetunknownComplete budget data from AWS Budgets API.
AWS.Billing.Budget.BudgetNamestringBudget name.
AWS.Billing.Budget.BudgetTypestringBudget type (COST, USAGE, RI_UTILIZATION, RI_COVERAGE, SAVINGS_PLANS_UTILIZATION, SAVINGS_PLANS_COVERAGE).
AWS.Billing.Budget.TimeUnitstringTime unit for the budget (DAILY, MONTHLY, QUARTERLY, ANNUALLY).
AWS.Billing.Budget.TimePeriodunknownTime period for the budget.
AWS.Billing.Budget.TimePeriod.StartdateStart date of the budget time period.
AWS.Billing.Budget.TimePeriod.EnddateEnd date of the budget time period.
AWS.Billing.Budget.BudgetLimitunknownBudget limit configuration.
AWS.Billing.Budget.BudgetLimit.AmountstringBudget limit amount.
AWS.Billing.Budget.BudgetLimit.UnitstringBudget limit unit (e.g., USD).
AWS.Billing.Budget.CostFiltersunknownCost filters applied to the budget.
AWS.Billing.Budget.TimeUnitstringTime unit for the budget period.
AWS.Billing.Budget.CalculatedSpendunknownCalculated spend information.
AWS.Billing.Budget.CalculatedSpend.ActualSpendunknownActual spend information.
AWS.Billing.Budget.CalculatedSpend.ActualSpend.AmountstringActual spend amount.
AWS.Billing.Budget.CalculatedSpend.ActualSpend.UnitstringActual spend unit (e.g., USD)
AWS.Billing.Budget.CalculatedSpend.ForecastedSpendunknownForecasted spend information.
AWS.Billing.Budget.CalculatedSpend.ForecastedSpend.AmountstringForecasted spend amount.
AWS.Billing.Budget.CalculatedSpend.ForecastedSpend.UnitstringForecasted spend unit (e.g., USD).
AWS.Billing.Budget.BudgetTypestringType of budget (COST, USAGE, etc.).
AWS.Billing.Budget.LastUpdatedTimedateLast time the budget was updated.
AWS.Billing.Budget.AutoAdjustDataunknownAuto-adjust data for the budget.
AWS.Billing.Budget.PlannedBudgetLimitsunknownPlanned budget limits for future periods.
AWS.Billing.BudgetNextTokenstringNext page token for pagination.

aws-billing-budget-notification-list#


Lists the notifications that are associated with a budget.

Base Command#

aws-billing-budget-notification-list

Input#

Argument NameDescriptionRequired
account_idAWS account to run the command on.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
budget_nameName of the budget.Required
max_resultMaximum results to return. Default - 50, Max - 100. Default is 50.Optional
next_page_tokenNext page token for pagination. Use value from AWS.Billing.NotificationNextToken.Optional

Context Output#

PathTypeDescription
AWS.Billing.Budget.NotificationunknownComplete budget notification data from AWS Budgets API.
AWS.Billing.Budget.Notification.NotificationunknownNotification configuration.
AWS.Billing.Budget.Notification.Notification.NotificationTypestringType of notification (ACTUAL or FORECASTED).
AWS.Billing.Budget.Notification.Notification.ComparisonOperatorstringComparison operator for the notification (GREATER_THAN, LESS_THAN, EQUAL_TO).
AWS.Billing.Budget.Notification.Notification.ThresholdnumberThreshold value that triggers the notification.
AWS.Billing.Budget.Notification.Notification.ThresholdTypestringType of threshold (PERCENTAGE or ABSOLUTE_VALUE).
AWS.Billing.Budget.Notification.Notification.NotificationStatestringCurrent state of the notification (OK or ALARM).
AWS.Billing.Budget.Notification.SubscribersunknownList of subscribers for the notification.
AWS.Billing.Budget.Notification.Subscribers.SubscriptionTypestringSubscription type (EMAIL or SNS).
AWS.Billing.Budget.Notification.Subscribers.AddressstringEmail address or SNS topic ARN for the subscriber.
AWS.Billing.NotificationNextTokenstringNext page token for pagination.

aws-lambda-function-configuration-get#


Retrieves configuration information about a Lambda function.

Base Command#

aws-lambda-function-configuration-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
function_nameName, ARN, or qualified name of the Lambda function.Required
qualifierVersion number or alias name.Optional

Context Output#

PathTypeDescription
AWS.Lambda.FunctionConfig.FunctionNameStringThe name of the function.
AWS.Lambda.FunctionConfig.FunctionArnStringThe function’s Amazon Resource Name (ARN).
AWS.Lambda.FunctionConfig.RuntimeStringThe identifier of the function’s runtime.
AWS.Lambda.FunctionConfig.RoleStringThe function’s execution role.
AWS.Lambda.FunctionConfig.HandlerStringThe function that Lambda calls to begin running your function.
AWS.Lambda.FunctionConfig.CodeSizeNumberThe size of the function’s deployment package, in bytes.
AWS.Lambda.FunctionConfig.DescriptionStringThe function’s description.
AWS.Lambda.FunctionConfig.TimeoutNumberThe amount of time in seconds that Lambda allows a function to run before stopping it.
AWS.Lambda.FunctionConfig.MemorySizeNumberThe amount of memory available to the function at runtime.
AWS.Lambda.FunctionConfig.LastModifiedStringThe date and time that the function was last updated.
AWS.Lambda.FunctionConfig.CodeSha256StringThe SHA256 hash of the function’s deployment package.
AWS.Lambda.FunctionConfig.VersionStringThe version of the Lambda function.
AWS.Lambda.FunctionConfig.VpcConfig.SubnetIdsunknownA list of VPC subnet IDs.
AWS.Lambda.FunctionConfig.VpcConfig.SecurityGroupIdsunknownA list of VPC security group IDs.
AWS.Lambda.FunctionConfig.VpcConfig.VpcIdStringThe ID of the VPC.
AWS.Lambda.FunctionConfig.VpcConfig.Ipv6AllowedForDualStackBooleanAllows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
AWS.Lambda.FunctionConfig.DeadLetterConfig.TargetArnStringThe Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
AWS.Lambda.FunctionConfig.Environment.VariablesunknownEnvironment variable key-value pairs. Omitted from CloudTrail logs.
AWS.Lambda.FunctionConfig.Environment.Error.ErrorCodeStringThe error code.
AWS.Lambda.FunctionConfig.Environment.Error.MessageStringThe error message.
AWS.Lambda.FunctionConfig.KMSKeyArnStringThe ARN of the Key Management Service (KMS).
AWS.Lambda.FunctionConfig.TracingConfig.ModeStringThe tracing mode.
AWS.Lambda.FunctionConfig.MasterArnStringFor Lambda@Edge functions, the ARN of the main function.
AWS.Lambda.FunctionConfig.RevisionIdStringThe latest updated revision of the function or alias.
AWS.Lambda.FunctionConfig.Layers.ArnStringThe Amazon Resource Name (ARN) of the function layer.
AWS.Lambda.FunctionConfig.Layers.CodeSizeNumberThe size of the layer archive in bytes.
AWS.Lambda.FunctionConfig.Layers.SigningProfileVersionArnStringThe Amazon Resource Name (ARN) for a signing profile version.
AWS.Lambda.FunctionConfig.Layers.SigningJobArnStringThe Amazon Resource Name (ARN) of a signing job.
AWS.Lambda.FunctionConfig.StateStringThe current state of the function.
AWS.Lambda.FunctionConfig.StateReasonStringThe reason for the function’s current state.
AWS.Lambda.FunctionConfig.StateReasonCodeStringThe reason code for the function’s current state.
AWS.Lambda.FunctionConfig.LastUpdateStatusStringThe status of the last update that was performed on the function.
AWS.Lambda.FunctionConfig.LastUpdateStatusReasonStringThe reason for the last update that was performed on the function.
AWS.Lambda.FunctionConfig.LastUpdateStatusReasonCodeStringThe reason code for the last update that was performed on the function.
AWS.Lambda.FunctionConfig.FileSystemConfigs.ArnStringThe Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
AWS.Lambda.FunctionConfig.FileSystemConfigs.LocalMountPathStringThe path where the function can access the file system, starting with /mnt/.
AWS.Lambda.FunctionConfig.PackageTypeStringThe type of deployment package.
AWS.Lambda.FunctionConfig.ImageConfigResponse.ImageConfig.EntryPointStringSpecifies the entry point to their application, which is typically the location of the runtime executable.
AWS.Lambda.FunctionConfig.ImageConfigResponse.ImageConfig.CommandStringSpecifies parameters that you want to pass in with ENTRYPOINT.
AWS.Lambda.FunctionConfig.ImageConfigResponse.ImageConfig.WorkingDirectoryStringSpecifies the working directory.
AWS.Lambda.FunctionConfig.ImageConfigResponse.Error.ErrorCodeStringError code.
AWS.Lambda.FunctionConfig.ImageConfigResponse.Error.MessageStringError message.
AWS.Lambda.FunctionConfig.SigningProfileVersionArnStringThe ARN of the signing profile version.
AWS.Lambda.FunctionConfig.SigningJobArnStringThe ARN of the signing job.
AWS.Lambda.FunctionConfig.ArchitecturesStringThe size of the function’s /tmp directory in MB.
AWS.Lambda.FunctionConfig.EphemeralStorage.SizeNumberThe size of the function’s /tmp directory.
AWS.Lambda.FunctionConfig.SnapStart.ApplyOnStringWhen set to PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.
AWS.Lambda.FunctionConfig.SnapStart.OptimizationStatusStringWhen you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version.
AWS.Lambda.FunctionConfig.RuntimeVersionConfig.RuntimeVersionArnStringThe ARN of the runtime version you want the function to use.
AWS.Lambda.FunctionConfig.RuntimeVersionConfig.Error.ErrorCodeStringThe error code.
AWS.Lambda.FunctionConfig.RuntimeVersionConfig.Error.MessageStringThe error message.
AWS.Lambda.FunctionConfig.LoggingConfig.LogFormatStringThe format in which Lambda sends your function’s application and system logs to CloudWatch.
AWS.Lambda.FunctionConfig.LoggingConfig.ApplicationLogLevelStringSet this property to filter the application logs for your function that Lambda sends to CloudWatch.
AWS.Lambda.FunctionConfig.LoggingConfig.SystemLogLevelStringSet this property to filter the system logs for your function that Lambda sends to CloudWatch.
AWS.Lambda.FunctionConfig.LoggingConfig.LogGroupStringThe name of the Amazon CloudWatch log group the function sends logs to.

aws-lambda-function-url-config-get#


Returns the configuration for a Lambda function URL.

Base Command#

aws-lambda-function-url-config-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
function_nameName of the Lambda function.Required
qualifierThe alias name or version number.Optional

Context Output#

PathTypeDescription
AWS.Lambda.FunctionURLConfig.FunctionUrlStringThe HTTP URL endpoint for your function.
AWS.Lambda.FunctionURLConfig.FunctionArnStringThe Amazon Resource Name (ARN) of your function.
AWS.Lambda.FunctionURLConfig.AuthTypeStringThe type of authentication that your function URL uses.
AWS.Lambda.FunctionURLConfig.Cors.AllowCredentialsBooleanWhether to allow cookies or other credentials in requests to your function URL.
AWS.Lambda.FunctionURLConfig.Cors.AllowHeadersStringThe HTTP headers that origins can include in requests to your function URL.
AWS.Lambda.FunctionURLConfig.Cors.AllowMethodsStringThe HTTP methods that are allowed when calling your function URL.
AWS.Lambda.FunctionURLConfig.Cors.AllowOriginsStringThe origins that can access your function URL.
AWS.Lambda.FunctionURLConfig.Cors.ExposeHeadersStringThe HTTP headers in your function response that you want to expose to origins that call your function URL.
AWS.Lambda.FunctionURLConfig.Cors.MaxAgeNumberThe maximum amount of time, in seconds, that web browsers can cache results of a preflight request.
AWS.Lambda.FunctionURLConfig.CreationTimeStringWhen the function URL was created.
AWS.Lambda.FunctionURLConfig.LastModifiedTimeStringWhen the function URL configuration was last updated.
AWS.Lambda.FunctionURLConfig.InvokeModeStringBUFFERED or RESPONSE_STREAM.

aws-lambda-policy-get#


Returns the resource-based IAM policy for a Lambda function.

Base Command#

aws-lambda-policy-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
function_nameName of the Lambda function, version, or alias.Required
qualifierVersion or alias to get the policy for.Optional

Context Output#

PathTypeDescription
AWS.Lambda.Policy.VersionDateThe policy version.
AWS.Lambda.Policy.IdStringThe identifier of the policy.
AWS.Lambda.Policy.Statement.SidStringIdentifier of the policy statement.
AWS.Lambda.Policy.Statement.EffectStringSpecifies whether the statement results in an allow or an explicit deny.
AWS.Lambda.Policy.Statement.PrincipalunknownSpecify the principal that is allowed or denied access to a resource.
AWS.Lambda.Policy.Statement.ActionunknownDescribes the specific action or actions that will be allowed or denied.
AWS.Lambda.Policy.Statement.ResourceunknownDefines the object or objects that the statement applies to.
AWS.Lambda.Policy.Statement.ConditionStringSpecify conditions for when a policy is in effect.
AWS.Lambda.Policy.RevisionIdStringA unique identifier for the current revision of the policy.
AWS.Lambda.Policy.AccountIdStringThe AWS account ID.
AWS.Lambda.Policy.FunctionNameStringThe Function Name.
AWS.Lambda.Policy.RegionStringThe AWS Region.

aws-lambda-invoke#


Invokes a Lambda function. Specify just a function name to invoke the latest version of the function. To invoke a published version, use the Qualifier parameter to specify a version or alias. If you use the RequestResponse (synchronous) invocation option, note that the function may be invoked multiple times if a timeout is reached. For functions with a long timeout, your client may be disconnected during synchronous invocation while it waits for a response. If you use the Event (asynchronous) invocation option, the function will be invoked at least once in response to an event and the function must be idempotent to handle this.

Base Command#

aws-lambda-invoke

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
function_nameName of the Lambda function to invoke.Required
invocation_typeRequestResponse (sync), Event (async), or DryRun. Default is RequestResponse. Possible values are: RequestResponse, Event, DryRun. Default is RequestResponse.Optional
log_typeSet to Tail to include execution log in response. Possible values are: None, Tail.Optional
client_contextBase64-encoded client context data.Optional
payloadJSON input to provide to the Lambda function.Optional
qualifierVersion or alias to invoke.Optional

Context Output#

PathTypeDescription
AWS.Lambda.InvokedFunction.StatusCodeNumberThe HTTP status code is in the 200 range for a successful request.
AWS.Lambda.InvokedFunction.FunctionErrorStringIf present, indicates that an error occurred during function execution.
AWS.Lambda.InvokedFunction.LogResultStringThe last 4 KB of the execution log, which is base64-encoded.
AWS.Lambda.InvokedFunction.PayloadUnknownThe response from the function, or an error object.
AWS.Lambda.InvokedFunction.ExecutedVersionStringThe version of the function that executed.
AWS.Lambda.InvokedFunction.FunctionNamestringThe name of the Lambda function.

aws-lambda-function-url-config-update#


Updates the configuration for a Lambda function URL.

Base Command#

aws-lambda-function-url-config-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
function_nameName of the Lambda function.Required
qualifierThe alias name or version number.Optional
auth_typeAWS_IAM or NONE for authentication type. Possible values are: AWS_IAM, NONE.Optional
cors_allow_credentialsAllow credentials in CORS requests. Possible values are: true, false.Optional
cors_allow_headersComma-separated list of allowed headers.Optional
cors_allow_methodsComma-separated list of allowed HTTP methods.Optional
cors_allow_originsComma-separated list of allowed origins.Optional
cors_expose_headersComma-separated list of headers to expose.Optional
cors_max_ageMaximum age for CORS preflight cache.Optional
invoke_modeBUFFERED or RESPONSE_STREAM. Possible values are: BUFFERED, RESPONSE_STREAM.Optional

Context Output#

PathTypeDescription
AWS.Lambda.FunctionURLConfig.FunctionUrlStringThe HTTP URL endpoint for your function.
AWS.Lambda.FunctionURLConfig.FunctionArnStringThe Amazon Resource Name (ARN) of your function.
AWS.Lambda.FunctionURLConfig.AuthTypeStringThe type of authentication that your function URL uses.
AWS.Lambda.FunctionURLConfig.Cors.AllowCredentialsBooleanWhether to allow cookies or other credentials in requests to your function URL.
AWS.Lambda.FunctionURLConfig.Cors.AllowHeadersStringThe HTTP headers that origins can include in requests to your function URL.
AWS.Lambda.FunctionURLConfig.Cors.AllowMethodsStringThe HTTP methods that are allowed when calling your function URL.
AWS.Lambda.FunctionURLConfig.Cors.AllowOriginsStringThe origins that can access your function URL.
AWS.Lambda.FunctionURLConfig.Cors.ExposeHeadersStringThe HTTP headers in your function response that you want to expose to origins that call your function URL.
AWS.Lambda.FunctionURLConfig.Cors.MaxAgeNumberThe maximum amount of time, in seconds, that web browsers can cache results of a preflight request.
AWS.Lambda.FunctionURLConfig.CreationTimeStringWhen the function URL was created.
AWS.Lambda.FunctionURLConfig.LastModifiedTimeStringWhen the function URL configuration was last updated.
AWS.Lambda.FunctionURLConfig.InvokeModeStringBUFFERED or RESPONSE_STREAM.

aws-kms-key-rotation-enable#


Enables automatic rotation for a symmetric customer-managed KMS key. Not supported for asymmetric/HMAC keys, keys with imported material, or custom key stores.

Base Command#

aws-kms-key-rotation-enable

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
key_idThe key ARN to enable rotation for.Required
rotation_period_in_daysKey rotation period in days. Valid range: 90–2560. If omitted when enabling rotation for the first time, the default is 365 days. If rotation is already enabled and this field is not specified, the existing period remains unchanged.Optional

Context Output#

There is no context output for this command.

aws-elb-load-balancer-attributes-modify#


Modifies attributes for a Classic Elastic Load Balancer.

Base Command#

aws-elb-load-balancer-attributes-modify

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
load_balancer_nameThe name of the Load Balancer.Required
access_log_enabledWhether to enable access logs. (if enabled make sure to provide access_log_s3_bucket_name) Possible values are: true, false.Optional
access_log_s3_bucket_nameS3 bucket name for access logs (required if access_log_enabled=true).Optional
access_log_intervalThe interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. If omitted when enabling logging for the first time, the default is 60 minutes. If logging is already enabled and this field is not specified, the existing period remains unchanged. Possible values are: 5, 60.Optional
access_log_s3_bucket_prefixS3 key prefix (Path) for access logs. If the prefix is not provided, the log folder is placed at the root level of the bucket.Optional
connection_draining_enabledWhether connection draining is enabled for the load balancer. Possible values are: true, false.Optional
connection_draining_timeoutThe maximum time, in seconds, to keep the existing connections open before de-registering the instance. Valid Range: 1 - 3600.Optional
connection_settings_idle_timeoutThe load balancer allows the connections to remain idle (no data is sent over the connection) for this specific duration in seconds. Valid Range: 1 - 4000.Optional
cross_zone_load_balancing_enabledWhether to enable cross-zone load balancing. Possible values are: true, false.Optional
desync_mitigation_modeDetermines how the Classic Load Balancer handles HTTP requests that might pose a security risk to your application. This sets the 'elb.http.desyncmitigationmode' load balancer attribute. Possible values are: monitor, defensive, strictest.Optional

Context Output#

PathTypeDescription
AWS.ELB.LoadBalancer.LoadBalancerNamestringThe name of the Classic Load Balancer.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.CrossZoneLoadBalancing.EnabledbooleanWhether cross-zone load balancing is enabled.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.ConnectionDraining.EnabledbooleanWhether connection draining is enabled.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.ConnectionDraining.TimeoutnumberConnection draining timeout in seconds.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.ConnectionSettings.IdleTimeoutnumberIdle connection timeout in seconds.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.AccessLog.EnabledbooleanWhether access logs are enabled.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.AccessLog.S3BucketNamestringThe S3 bucket name for access logs.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.AccessLog.EmitIntervalnumberAccess log publish interval in minutes.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.AccessLog.S3BucketPrefixstringThe S3 key prefix for access logs.
AWS.ELB.LoadBalancer.LoadBalancerAttributes.AdditionalAttributesunknownAdditional attributes returned by the API.

aws-ec2-vpcs-describe#


Describes one or more of your VPCs.

Base Command#

aws-ec2-vpcs-describe

Input#

Argument NameDescriptionRequired
filtersOne or more filters separated by ';' (for example, name=<name>;values=<values>). See AWS documentation for details & filter options (https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html).Optional
vpc_idsA comma-separated list of VPC IDs.Optional
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.EC2.Vpcs.CidrBlockstringThe primary IPv4 CIDR block for the VPC.
AWS.EC2.Vpcs.DhcpOptionsIdstringThe ID of the set of DHCP options you have associated with the VPC.
AWS.EC2.Vpcs.StatestringThe current state of the VPC.
AWS.EC2.Vpcs.VpcIdstringThe ID of the VPC.
AWS.EC2.Vpcs.InstanceTenancystringThe allowed tenancy of instances launched into the VPC.
AWS.EC2.Vpcs.IsDefaultstringIndicates whether the VPC is the default VPC.
AWS.EC2.Vpcs.Tags.KeystringThe key of the tag.
AWS.EC2.Vpcs.Tags.ValuestringThe value of the tag.
AWS.EC2.Vpcs.Tags.Ipv6CidrBlockAssociationSet.AssociationIdstringThe association ID for the IPv6 CIDR block.
AWS.EC2.Vpcs.Tags.Ipv6CidrBlockAssociationSet.Ipv6CidrBlockstringThe IPv6 CIDR block.
AWS.EC2.Vpcs.Tags.Ipv6CidrBlockAssociationSet.Ipv6CidrBlockState.StatestringThe state of the CIDR block.
AWS.EC2.Vpcs.Tags.Ipv6CidrBlockAssociationSet.Ipv6CidrBlockState.StatusMessagestringA message about the status of the CIDR block, if applicable.
AWS.EC2.Vpcs.Tags.CidrBlockAssociationSet.AssociationIdstringThe association ID for the IPv4 CIDR block.
AWS.EC2.Vpcs.Tags.CidrBlockAssociationSet.CidrBlockstringThe IPv4 CIDR block.
AWS.EC2.Vpcs.Tags.CidrBlockAssociationSet.CidrBlockState.StatestringThe state of the CIDR block.
AWS.EC2.Vpcs.Tags.CidrBlockAssociationSet.CidrBlockState.StatusMessagestringA message about the status of the CIDR block, if applicable.
AWS.EC2.Vpcs.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.

aws-ec2-subnets-describe#


Describes one or more of your subnets.

Base Command#

aws-ec2-subnets-describe

Input#

Argument NameDescriptionRequired
filtersOne or more filters separated by ';' (for example, name=<name>;values=<values>). See AWS documentation for details & filter options (https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html).Optional
subnet_idsA comma-separated list of subnet IDs.Optional
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.EC2.Subnets.AvailabilityZonestringThe Availability Zone of the subnet.
AWS.EC2.Subnets.AvailableIpAddressCountnumberThe number of unused private IPv4 addresses in the subnet. Note that the IPv4 addresses for any stopped instances are considered unavailable.
AWS.EC2.Subnets.CidrBlockstringThe IPv4 CIDR block assigned to the subnet.
AWS.EC2.Subnets.DefaultForAzbooleanIndicates whether this is the default subnet for the Availability Zone.
AWS.EC2.Subnets.MapPublicIpOnLaunchbooleanIndicates whether instances launched in this subnet receive a public IPv4 address.
AWS.EC2.Subnets.StatestringThe current state of the subnet.
AWS.EC2.Subnets.SubnetIdstringThe ID of the subnet.
AWS.EC2.Subnets.VpcIdstringThe ID of the VPC the subnet is in.
AWS.EC2.Subnets.AssignIpv6AddressOnCreationbooleanIndicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.
AWS.EC2.Subnets.Ipv6CidrBlockAssociationSet.AssociationIdstringThe association ID for the CIDR block.
AWS.EC2.Subnets.Ipv6CidrBlockAssociationSet.Ipv6CidrBlockstringThe IPv6 CIDR block.
AWS.EC2.Subnets.Ipv6CidrBlockAssociationSet.Ipv6CidrBlockState.StatestringThe state of a CIDR block.
AWS.EC2.Subnets.Ipv6CidrBlockAssociationSet.Ipv6CidrBlockState.StatusMessagestringA message about the status of the CIDR block, if applicable.
AWS.EC2.Subnets.Tags.KeystringThe key of the tag.
AWS.EC2.Subnets.Tags.ValuestringThe value of the tag.
AWS.EC2.Subnets.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.

aws-ec2-ipam-resource-discoveries-describe#


Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources owned by the account.

Base Command#

aws-ec2-ipam-resource-discoveries-describe

Input#

Argument NameDescriptionRequired
ipam_resource_discovery_idsA comma-separated list of the IPAM resource discovery IDs.Optional
filtersOne or more filters separated by ';' (for example, name=<name>;values=<values>). See AWS documentation for details & filter options (https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html).Optional
limitThe maximum number of results to return in a single call. Specify a value between 5 and 1000. Default value is 50.Optional
next_tokenThe token for the next set of results.Optional
address_regionThe Amazon Web Services region for the IP address.Optional
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.EC2.IpamResourceDiscoveries.IpamResourceDiscoveryIdStringThe resource discovery ID.
AWS.EC2.IpamResourceDiscoveries.OwnerIdStringThe ID of the owner.
AWS.EC2.IpamResourceDiscoveries.IpamResourceDiscoveryRegionStringThe resource discovery region.
AWS.EC2.IpamResourceDiscoveries.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.

aws-ec2-ipam-resource-discovery-associations-describe#


Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM.

Base Command#

aws-ec2-ipam-resource-discovery-associations-describe

Input#

Argument NameDescriptionRequired
ipam_resource_discovery_association_idsA comma-separated list of the resource discovery association IDs.Optional
filtersOne or more filters separated by ';' (for example, name=<name>;values=<values>). See AWS documentation for details & filter options (https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html).Optional
limitThe maximum number of results to return in a single call. Specify a value between 5 and 1000. Default value is 50.Optional
next_tokenThe token for the next set of results.Optional
address_regionThe Amazon Web Services region for the IP address.Optional
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required

Context Output#

PathTypeDescription
AWS.EC2.IpamResourceDiscoveryAssociations.IpamResourceDiscoveryAssociationIdStringThe resource discovery association ID.
AWS.EC2.IpamResourceDiscoveryAssociations.IpamResourceDiscoveryIdStringThe resource discovery ID.
AWS.EC2.IpamResourceDiscoveryAssociations.IpamRegionStringThe IPAM home region.
AWS.EC2.IpamResourceDiscoveryAssociations.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.

aws-ec2-latest-ami-get#


Get The latest AMI.

Base Command#

aws-ec2-latest-ami-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region where instances will be created. Must be a valid AWS region identifier. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
executable_usersScopes the images by users with explicit launch permissions.Optional
filtersOne or more filters. Filters must be separated by a semicolon (;) and specified using the format "key=key,values=val". Refer to the AWS documentation for detailed filter options.Optional
ownersFilters the images by the owner. Specify an AWS account ID, self (owner is the sender of the request), or an AWS owner alias (valid values are amazon | aws-marketplace | microsoft ). Omitting this option returns all images for which you have launch permissions, regardless of ownership. Separated by ','.Optional
image_idsThe image IDs separated by ','.Optional
include_deprecatedSpecifies whether to include deprecaed AMIs. Possible values are: true, false.Optional
include_disabledSpecifies whether to include disabled AMIs. Possible values are: true, false.Optional

Context Output#

PathTypeDescription
AWS.EC2.Images.ArchitecturestringThe architecture of the image.
AWS.EC2.Images.CreationDatedateThe date and time the image was created.
AWS.EC2.Images.ImageIdstringThe ID of the AMI.
AWS.EC2.Images.ImageLocationstringThe location of the AMI.
AWS.EC2.Images.ImageTypestringThe type of image.
AWS.EC2.Images.PublicbooleanIndicates whether the image has public launch permissions. The value is true if this image has public launch permissions or false if it has only implicit and explicit launch permissions.
AWS.EC2.Images.KernelIdstringThe kernel associated with the image, if any. Only applicable for machine images.
AWS.EC2.Images.OwnerIdstringThe AWS account ID of the image owner.
AWS.EC2.Images.PlatformstringThe value is Windows for Windows AMIs; otherwise blank.
AWS.EC2.Images.ProductCodes.ProductCodeIdstringThe product code.
AWS.EC2.Images.ProductCodes.ProductCodeTypestringThe type of product code.
AWS.EC2.Images.RamdiskIdstringThe RAM disk associated with the image, if any. Only applicable for machine images.
AWS.EC2.Images.StatestringThe current state of the AMI. If the state is available , the image is successfully registered and can be used to launch an instance.
AWS.EC2.Images.BlockDeviceMappings.DeviceNamestringThe device name (for example, /dev/sdh or xvdh ).
AWS.EC2.Images.BlockDeviceMappings.VirtualNamestringThe virtual device name (ephemeral N).
AWS.EC2.Images.BlockDeviceMappings.Ebs.EncryptedbooleanIndicates whether the EBS volume is encrypted.
AWS.EC2.Images.BlockDeviceMappings.Ebs.DeleteOnTerminationbooleanIndicates whether the EBS volume is deleted on instance termination.
AWS.EC2.Images.BlockDeviceMappings.Ebs.IopsnumberThe number of I/O operations per second (IOPS) that the volume supports.
AWS.EC2.Images.BlockDeviceMappings.Ebs.KmsKeyIdstringIdentifier (key ID, key alias, ID ARN, or alias ARN) for a user-managed CMK under which the EBS volume is encrypted.
AWS.EC2.Images.BlockDeviceMappings.Ebs.SnapshotIdstringThe ID of the snapshot.
AWS.EC2.Images.BlockDeviceMappings.Ebs.VolumeSizenumberThe size of the volume, in GiB.
AWS.EC2.Images.BlockDeviceMappings.Ebs.VolumeTypestringThe volume type.
AWS.EC2.Images.BlockDeviceMappings.NoDevicestringSuppresses the specified device included in the block device mapping of the AMI.
AWS.EC2.Images.DescriptionstringThe description of the AMI that was provided during image creation.
AWS.EC2.Images.EnaSupportbooleanSpecifies whether enhanced networking with ENA is enabled.
AWS.EC2.Images.HypervisorstringThe hypervisor type of the image.
AWS.EC2.Images.ImageOwnerAliasstringThe AWS account alias (for example, amazon , self ) or the AWS account ID of the AMI owner.
AWS.EC2.Images.NamestringThe name of the AMI that was provided during image creation.
AWS.EC2.Images.RootDeviceNamestringThe device name of the root device volume (for example, /dev/sda1).
AWS.EC2.Images.RootDeviceTypestringThe type of root device used by the AMI. The AMI can use an EBS volume or an instance store volume.
AWS.EC2.Images.SriovNetSupportstringSpecifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
AWS.EC2.Images.StateReason.CodestringThe reason code for the state change.
AWS.EC2.Images.StateReason.MessagestringThe message for the state change.
AWS.EC2.Images.Tags.KeystringThe key of the tag.
AWS.EC2.Images.Tags.ValuestringThe value of the tag.
AWS.EC2.Images.VirtualizationTypestringThe type of virtualization of the AMI.
AWS.EC2.Images.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.

aws-ec2-network-acl-create#


Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.

Base Command#

aws-ec2-network-acl-create

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
vpc_idThe ID of the VPC.Required
client_tokenUnique, case-sensitive identifier that you provide to ensure the idempotency of the request.Optional
tag_specificationsThe tags to assign to the network ACL. Must be separated by a semicolon (;) and specified using the format "key=key,values=val".Optional

Context Output#

PathTypeDescription
AWS.EC2.VpcId.NetworkAcl.Associations.NetworkAclAssociationIdStringThe ID of the association between a network ACL and a subnet.
AWS.EC2.VpcId.NetworkAcl.Associations.NetworkAclIdStringThe ID of the network ACL.
AWS.EC2.VpcId.NetworkAcl.Associations.SubnetIdStringThe ID of the subnet.
AWS.EC2.VpcId.NetworkAcl.Entries.CidrBlockStringThe IPv4 network range to allow or deny, in CIDR notation.
AWS.EC2.VpcId.NetworkAcl.Entries.EgressBooleanIndicates whether the rule is an egress rule (applied to traffic leaving the subnet).
AWS.EC2.VpcId.NetworkAcl.Entries.IcmpTypeCode.CodeNumberThe ICMP code. A value of -1 means all codes for the specified ICMP type.
AWS.EC2.VpcId.NetworkAcl.Entries.IcmpTypeCode.TypeNumberThe ICMP type. A value of -1 means all types.
AWS.EC2.VpcId.NetworkAcl.Entries.Ipv6CidrBlockStringThe IPv6 network range to allow or deny, in CIDR notation.
AWS.EC2.VpcId.NetworkAcl.Entries.PortRange.FromNumberThe first port in the range.
AWS.EC2.VpcId.NetworkAcl.Entries.PortRange.ToNumberThe last port in the range.
AWS.EC2.VpcId.NetworkAcl.Entries.ProtocolStringThe protocol number. A value of "-1" means all protocols.
AWS.EC2.VpcId.NetworkAcl.Entries.RuleActionStringIndicates whether to allow or deny the traffic that matches the rule.
AWS.EC2.VpcId.NetworkAcl.Entries.RuleNumberNumberThe rule number for the entry. ACL entries are processed in ascending order by rule number.
AWS.EC2.VpcId.NetworkAcl.NetworkAclIdStringThe ID of the network ACL.
AWS.EC2.VpcId.NetworkAcl.Tags.KeyStringThe key of the tag.
AWS.EC2.VpcId.NetworkAcl.Tags.ValueStringThe value of the tag.
AWS.EC2.VpcId.NetworkAcl.VpcIdStringThe ID of the VPC for the network ACL.
AWS.EC2.VpcId.NetworkAcl.OwnerIdStringThe ID of the AWS account that owns the network ACL.
AWS.EC2.VpcId.NetworkAcl.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.

aws-ec2-ipam-discovered-public-addresses-get#


Gets the public IP addresses that have been discovered by IPAM.

Base Command#

aws-ec2-ipam-discovered-public-addresses-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
ipam_resource_discovery_idAn IPAM resource discovery ID.Required
address_regionThe Amazon Web Services region for the IP address.Required
filtersOne or more filters. Filters must be separated by a semicolon (;) and specified using the format "key=key,values=val". Refer to the AWS documentation for detailed filter options.Optional
limitThe maximum number of results to return in a single call. Specify a value between 1000 and 5000.Optional
next_tokenThe token for the next set of results.Optional

Context Output#

PathTypeDescription
AWS.EC2.IpamDiscoveredPublicAddresses.AddressStringIPAM discovered public addresses.
AWS.EC2.IpamDiscoveredPublicAddresses.AddressOwnerIdStringThe ID of the owner of the resource the IP address is assigned to.
AWS.EC2.IpamDiscoveredPublicAddresses.AddressTypeStringThe IP address type.
AWS.EC2.IpamDiscoveredPublicAddresses.AssociationStatusStringThe association status.
AWS.EC2.IpamDiscoveredPublicAddresses.InstanceIdStringThe instance ID of the instance the assigned IP address is assigned to.
AWS.EC2.IpamDiscoveredPublicAddresses.TagsUnknownTags associated with the IP address.
AWS.EC2.IpamDiscoveredPublicAddresses.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.

aws-ec2-tags-create#


Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value.

Base Command#

aws-ec2-tags-create

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
resourcesThe IDs of one or more resources to tag, separated by a comma. For example, ami-1a2b3c4d.Required
tagsOne or more tags. Must be separated by a semicolon (;) and specified using the format "key=abc,value=123;key=fed,value=456".Required

Context Output#

There is no context output for this command.

aws-s3-bucket-website-get#


Returns the website configuration for a bucket.

Base Command#

aws-s3-bucket-website-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketThe bucket name for which to get the website configuration.Required

Context Output#

PathTypeDescription
AWS.S3-Buckets.BucketWebsite.ErrorDocumentObjectThe object key name of the website error document to use for 4XX class errors.
AWS.S3-Buckets.BucketWebsite.IndexDocumentObjectThe name of the index document for the website (for example index.html).
AWS.S3-Buckets.BucketWebsite.RedirectAllRequestsToObjectSpecifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
AWS.S3-Buckets.BucketWebsite.RoutingRulesArrayRules that define when a redirect is applied and the redirect behavior.

aws-s3-bucket-acl-get#


Return the access control list (ACL) of a bucket.

Base Command#

aws-s3-bucket-acl-get

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
bucketSpecifies the S3 bucket whose ACL is being requested.Required

Context Output#

PathTypeDescription
AWS.S3-Buckets.BucketAcl.GrantsArrayA list of grants.
AWS.S3-Buckets.BucketAcl.OwnerObjectContainer for the bucket owner's display name and ID.

aws-acm-certificate-options-update#


Updates Certificate Transparency (CT) logging for an AWS Certificate Manager (ACM) certificate (ENABLED or DISABLED).

Base Command#

aws-acm-certificate-options-update

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
certificate_arnThe ARN of the ACM certificate to update.Required
transparency_logging_preferenceWhether the certificate is recorded in public CT logs. Possible values are: ENABLED, DISABLED.Required

Context Output#

There is no context outputs for this command.

aws-ec2-security-group-create#


Creates a security group.

Base Command#

aws-ec2-security-group-create

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
group_nameThe name of the security group. Up to 255 characters in length. Cannot start with sg-. Names are case-insensitive and must be unique within the VPC.Required
descriptionA description for the security group. This is informational only. Up to 255 characters in length. Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*.Required
vpc_idThe ID of the VPC. Required for a nondefault VPC.Optional

Context Output#

There is no context output for this command.

aws-ec2-security-group-delete#


Deletes a security group.

Base Command#

aws-ec2-security-group-delete

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
group_idThe ID of the security group to delete (e.g., sg-12345678). Required if group_name is not provided.Optional
group_nameThe name of the security group to delete. Required if group_id is not provided. Note that you can’t reference a security group for EC2-VPC by name.Optional

Context Output#

There is no context output for this command.

aws-ec2-security-groups-describe#


Describes the specified security groups or all of your security groups. Returns detailed information about security groups including their rules, tags, and associated VPC information.

Base Command#

aws-ec2-security-groups-describe

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
group_idsComma-separated list of security group IDs (e.g., sg-12345678,sg-87654321).Optional
group_namesComma-separated list of security group names. group_names is only supported for EC2-Classic and default VPC.Optional
filtersOne or more custom filters to apply, separated by ';' (for example, name=<name>;values=<values>).You can specify up to 50 filters and up to 200 values per filter in a single request.Optional
limitThe maximum number of records to return. Valid range is 5-1000. Default is 50.Optional
next_tokenThe nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter.Optional

Context Output#

PathTypeDescription
AWS.EC2.SecurityGroupsNextTokenstringThe nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter.
AWS.EC2.SecurityGroups.DescriptionstringA description of the security group.
AWS.EC2.SecurityGroups.GroupNamestringThe name of the security group.
AWS.EC2.SecurityGroups.IpPermissionsunknownThe inbound rules associated with the security group.
AWS.EC2.SecurityGroups.OwnerIdstringThe AWS account ID of the owner of the security group.
AWS.EC2.SecurityGroups.GroupIdstringThe ID of the security group.
AWS.EC2.SecurityGroups.IpPermissionsEgressarrayThe outbound rules associated with the security group.
AWS.EC2.SecurityGroups.VpcIdstringThe ID of the VPC for the security group.
AWS.EC2.SecurityGroups.Tags.KeystringThe key of the tag.
AWS.EC2.SecurityGroups.Tags.ValuestringThe value of the tag.
AWS.EC2.SecurityGroups.AccountIdstringThe ID of the AWS account with which the EC2 instance is associated. This key is only present when the parameter "AWS organization accounts" is provided.
AWS.EC2.SecurityGroups.SecurityGroupArnstringThe ARN of the security group.

aws-ec2-security-group-egress-authorize#


Adds the specified inbound (egress) rules to a security group.

Base Command#

aws-ec2-security-group-egress-authorize

Input#

Argument NameDescriptionRequired
account_idThe AWS account ID.Required
regionThe AWS region. Possible values are: us-east-1, us-east-2, us-west-1, us-west-2, af-south-1, ap-east-1, ap-south-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-southeast-7, ap-northeast-1, ca-central-1, ca-west-1, eu-central-1, eu-west-1, eu-west-2, eu-south-1, eu-west-3, eu-south-2, eu-north-1, eu-central-2, il-central-1, mx-central-1, me-south-1, me-central-1, sa-east-1.Required
group_idThe ID of the security group.Required
protocolThe IP protocol: tcp, udp, icmp, or icmpv6 or a number. Use -1 to specify all protocols. Use with from_port, to_port and CIDR arguments for simple rule authorization. VPC security group rules must specify protocols explicitly.Optional
from_portIf the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).Optional
to_portIf the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).Optional
cidrThe IPv4 address range in CIDR format (e.g., "0.0.0.0/0"). Use with protocol and from_port, to_port arguments for simple rule authorization.Optional
ip_permissionsThe sets of IP permissions to authorize, in JSON format. Use this for complex rule configurations or when authorizing multiple rules. Cannot be used together with protocol/port/CIDR arguments.Optional

Context Output#

There is no context output for this command.