# Activities

> This section includes Cloud related activities found in the **UiPath.AmazonWebServices.Activities** package.

This section includes Cloud related activities found in the **UiPath.AmazonWebServices.Activities** package.

| Activity | Description |
| --- | --- |
| [Amazon Web Services Scope](https://docs.uipath.com/activities/other/latest/it-automation/aws-scope) | Connects to Amazon Web Services (AWS) and provides a scope for other AWS activities. |
| [Configure Robot](https://docs.uipath.com/activities/other/latest/it-automation/aws-configure-robot) | Connects the Robot in a given instance to UiPath Orchestrator. |
| [Create Instance](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-instance) | Creates a new instance. |
| [Create Instance from Launch Template](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-instance-from-template) | Creates a new instance from a launch template. |
| [Get Instance by ID](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-instance) | Gets the details of the specified instance. |
| [Get Instance List](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-instance-list) | Gets the list of instances matching the filter criteria. |
| [Reboot Instance](https://docs.uipath.com/activities/other/latest/it-automation/aws-reboot-instance) | Reboots an instance. |
| [Start Instance](https://docs.uipath.com/activities/other/latest/it-automation/aws-start-instance) | Starts an instance. |
| [Stop Instance](https://docs.uipath.com/activities/other/latest/it-automation/aws-stop-instance) | Stops an instance. |
| [Terminate Instance](https://docs.uipath.com/activities/other/latest/it-automation/aws-terminate-instance) | Terminates an instance. |
| [Attach Volume To Instance](https://docs.uipath.com/activities/other/latest/it-automation/aws-attach-volume-to-instance) | Attaches a given volume to a given instance. |
| [Create Instance Snapshots](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-instance-snapshots) | Creates snapshots of all the EBS volumes attached to a given EC2 instance |
| [Create Volume](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-volume) | Creates a storage volume inside Elastic Block Storage in AWS. |
| [Create Volume Snapshot](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-volume-snapshot) | Creates a snapshot for a given volume. |
| [Delete Snapshot](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-snapshot) | Deletes a given snapshot. |
| [Delete Volume](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-volume) | Deletes a given volume. |
| [Detach Volume From Instance](https://docs.uipath.com/activities/other/latest/it-automation/aws-detach-volume-from-instance) | Detaches a volume from a given instance. |
| [Get Instance Volumes](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-instance-volumes) | Fetches a list of volumes attached to a given instance. |
| [Get Snapshot](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-snapshot) | Gets a snapshot with given snapshot ID. |
| [Get Volume](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-volume) | Fetches a volume with given volume ID. |
| [Get Volume List](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-volume-list) | Fetches a list of volumes in a given availability zone. |
| [Add User To Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-add-user-to-group) | Adds the specified IAM user to the specified IAM group. |
| [Create Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-group) | Creates a new IAM group for the current AWS account. |
| [Delete Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-group) | Deletes the specified IAM group. |
| [For Each Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-for-each-group) | Performs an activity or a series of activities on each IAM group in the current AWS account that matches the filter criteria. |
| [Get Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-group) | Gets information about the specified IAM group. |
| [Remove User From Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-remove-user-from-group) | Removes the specified IAM user from the specified IAM group. |
| [Update Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-update-group) | Updates the specified IAM group. |
| [Add/Remove Inline Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-add-remove-inline-policy) | Adds, updates or removes the specified inline policy document to/from the specified IAM identity (group, role, or user). |
| [Attach/Detach Managed Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-attach-detach-managed-policy) | Attaches or detaches the specified managed policy to or from the specified IAM identity (group, role, or user). |
| [Create Managed Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-managed-policy) | Creates a new managed policy for the current AWS account. |
| [Delete Managed Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-managed-policy) | Deletes the specified managed policy, including all versions of the policy. |
| [For Each Managed Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-for-each-managed-policy) | Performs an activity or a series of activities on each managed policy in the current AWS account that matches the filter criteria. |
| [Get IAM Identities Attached to a Managed Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-identities-attached-to-policy) | Gets the IAM identities (group, role, or user) that the specified managed policy is attached to. |
| [Get IAM Identity Inline Policies](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-iam-identity-inline-policies) | Gets the IAM identities (group, role, or user) that the specified managed policy is attached to. |
| [Get IAM Identity Managed Polices](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-iam-identity-managed-policies) | Gets the managed policies that are attached to the specified IAM identity (group, role, or user). The activity returns the managed policies that are directly attached to the specified IAM identity. |
| [Get Managed Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-managed-policy) | Gets information about the specified managed policy. |
| [Update Managed Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-update-managed-policy) | Updates the specified managed policy. |
| [Add Role to Instance Profile](https://docs.uipath.com/activities/other/latest/it-automation/aws-add-role-to-instance-profile) | Adds the specified IAM role to the specified instance profile. An instance profile can contain only one role. |
| [Create Role](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-role) | Creates a new IAM role for the current AWS account. |
| [Delete Role](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-role) | Deletes the specified IAM role. |
| [For Each Role](https://docs.uipath.com/activities/other/latest/it-automation/aws-for-each-role) | Performs an activity or a series of activities on each IAM role in the current AWS account that matches the filter criteria. |
| [Get Role](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-role) | Gets information about the specified IAM role. |
| [Remove Role from Instance Profile](https://docs.uipath.com/activities/other/latest/it-automation/aws-remove-role-from-instance-profile) | Removes the specified IAM role from the specified instance profile. |
| [Update Role](https://docs.uipath.com/activities/other/latest/it-automation/aws-update-role) | Updates the specified IAM role. |
| [Change User Password](https://docs.uipath.com/activities/other/latest/it-automation/aws-change-user-password) | Changes the password for the specified IAM user. |
| [Create User](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-user) | Creates a new IAM user for the current AWS account. |
| [Delete User](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-user) | Deletes the specified IAM user. |
| [For Each User](https://docs.uipath.com/activities/other/latest/it-automation/aws-for-each-user) | Performs an activity or a series of activities on each IAM user in the current AWS account that matches the filter criteria. |
| [For Each User Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-for-each-user-group) | Performs an activity or a series of activities on each IAM group that the specified IAM user belongs to. |
| [For Each User in Group](https://docs.uipath.com/activities/other/latest/it-automation/aws-for-each-user-in-group) | Performs an activity or a series of activities on each IAM user that is in the specified IAM group. |
| [Get User](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-user) | Gets information about the specified IAM user. |
| [Update User](https://docs.uipath.com/activities/other/latest/it-automation/aws-update-user) | Updates the specified IAM user. |
| [Configure Logging for Bucket](https://docs.uipath.com/activities/other/latest/it-automation/aws-configure-logging-bucket) | Configures the logging settings for the bucket. |
| [Configure Public Access to Bucket](https://docs.uipath.com/activities/other/latest/it-automation/aws-configure-public-access-bucket) | Configures the public access for a bucket. |
| [Create Bucket](https://docs.uipath.com/activities/other/latest/it-automation/aws-create-bucket) | Creates a new S3 bucket. All public access to this bucket will be blocked by default. |
| [Delete Bucket](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-bucket) | Deletes a bucket. |
| [Delete Bucket Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-bucket-policy) | Deletes the current bucket policy. |
| [Empty Bucket](https://docs.uipath.com/activities/other/latest/it-automation/aws-empty-bucket) | Removes all the content of a bucket. |
| [Get Bucket](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-bucket) | Gets information about a specific bucket. |
| [Get Bucket List](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-bucket-list) | Gets the list of buckets in a specific region. |
| [Get Bucket Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-bucket-policy) | Gets the bucket policy. |
| [Set Bucket Policy](https://docs.uipath.com/activities/other/latest/it-automation/aws-set-bucket-policy) | Sets the bucket policy. |
| [Update Bucket Properties](https://docs.uipath.com/activities/other/latest/it-automation/aws-update-bucket) | Updates the properties of an existing bucket. |
| [Copy Object](https://docs.uipath.com/activities/other/latest/it-automation/aws-copy-object) | Copies an object to another bucket. |
| [Delete Multiple Objects](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-multiple-objects) | Deletes multiple objects at once. |
| [Delete Single Object](https://docs.uipath.com/activities/other/latest/it-automation/aws-delete-single-object) | Deletes the specified object. |
| [Download Object to File](https://docs.uipath.com/activities/other/latest/it-automation/aws-download-single-object) | Downloads an object to a specified file. |
| [For Each Object in Bucket](https://docs.uipath.com/activities/other/latest/it-automation/aws-for-each-object) | Performs an activity or a series of activities on each object in a specified bucket. |
| [Get Object](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-object) | Retrieves the details of the specified object. |
| [Get Object ACL](https://docs.uipath.com/activities/other/latest/it-automation/aws-get-object-acl) | Gets the access control list (ACL) permissions for an object. |
| [Set Object ACL](https://docs.uipath.com/activities/other/latest/it-automation/aws-set-object-acl) | Sets the access control list (ACL) permissions for an object. |
| [Upload Object From File](https://docs.uipath.com/activities/other/latest/it-automation/aws-upload-single-object) | Uploads a file to a bucket. |
| [Upload Objects From Folder](https://docs.uipath.com/activities/other/latest/it-automation/aws-upload-multiple-objects) | Uploads an entire folder to a bucket. |
| [Run Power Shell Command](https://docs.uipath.com/activities/other/latest/it-automation/aws-run-power-shell-command) | Runs a PowerShell command on an EC2 instance. |
