Path: blob/develop/awscli/examples/datasync/update-location-smb.rst
1567 views
**To update your transfer location with a new agent** The following ``update-location-smb`` example updates your DataSync SMB location with a new agent. :: aws datasync update-location-smb \ --location-arn arn:aws:datasync:us-west-2:123456789012:location/loc-abcdef01234567890 \ --agent-arns arn:aws:datasync:us-west-2:123456789012:agent/agent-1234567890abcdef0 \ --password smb-file-server-password This command produces no output. For more information, see `Replacing your agent <https://docs.aws.amazon.com/datasync/latest/userguide/replacing-agent.html>`__ in the *AWS DataSync User Guide*.