|
|
ec2:add-snapshot-create-volume-permission-groups(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$snapshot-ids as xs:string*,
|
|
$user-groups as xs:string*
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifySnapshotAttribute function
and passes the the names of
the groups to be given permission to create the snapshot.
This function sets add as
the OperationType parameter and
createVolumePermission as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$snapshot-ids
:
Sets the SnapshotId parameter on the Amazon function.
|
$user-groups
:
Sets the UserGroup parameter on the Amazon function.
|
|
|
|
|
ec2:add-snapshot-create-volume-permission-users(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$snapshot-ids as xs:string*,
|
|
$user-ids as xs:string*
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifySnapshotAttribute
function and passes the IDs of the users
to be given permission to create the snapshot. This function sets add as
the OperationType parameter and
createVolumePermission as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$snapshot-ids
:
Sets the SnapshotId parameter on the Amazon function.
|
$user-ids
:
Sets the UserId parameter on the Amazon function.
|
|
|
|
|
ec2:create-volume(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$availability-zone as xs:string,
|
|
$size as xs:integer
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon CreateVolume function without a SnapshotId parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$availability-zone
:
Sets the AvailabilityZone parameter on the Amazon function.
|
$size
:
Sets the Size parameter on the Amazon function.
|
|
|
|
|
ec2:create-volume-from-snapshot(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$availability-zone as xs:string,
|
|
$snapshot-id as xs:string,
|
|
[$size as xs:integer?]
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon CreateVolume function with a $snapshot-id parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$availability-zone
:
Sets the AvailabilityZone parameter on the Amazon function.
|
$snapshot-id
:
Sets the SnapshotId parameter on the Amazon function.
|
$size
(optional):
Sets the Size parameter on the Amazon function.
|
|
|
|
|
ec2:describe-instance-disable-api-termination(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$instance-ids as xs:string
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon DescribeInstanceAttribute function and passes
disableApiTermination as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$instance-ids
:
Sets the InstanceId parameter on the Amazon function.
|
|
|
|
|
ec2:describe-instance-initiated-shutdown-behavior(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$instance-ids as xs:string
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon DescribeInstanceAttribute function and passes
instanceInitiatedShutdownBehavior as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$instance-ids
:
Sets the InstanceId parameter on the Amazon function.
|
|
|
|
|
ec2:describe-snapshot-create-volume-permission(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$snapshot-ids as xs:string*
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon DescribeSnapshotAttribute function and passes
createVolumePermission as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$snapshot-ids
:
Sets the SnapshotId.n parameter on the Amazon function.
|
|
|
|
|
ec2:modify-instance-block-device-mapping(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$instance-id as xs:string,
|
|
$value as xs:string
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifyInstanceAttribute function and passes
blockDeviceMapping as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$instance-id
:
Sets the InstanceId parameter on the Amazon function.
|
$value
:
Sets the Value parameter on the Amazon function.
|
|
|
|
|
ec2:modify-instance-disable-api-termination(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$instance-id as xs:string,
|
|
$value as xs:boolean
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifyInstanceAttribute function and passes
disableApiTermination as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$instance-id
:
Sets the InstanceId parameter on the Amazon function.
|
$value
:
Sets the Value parameter on the Amazon function.
|
|
|
|
|
ec2:modify-instance-initiated-shutdown-behavior(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$instance-id as xs:string,
|
|
$value as xs:string
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifyInstanceAttribute function and passes
instanceInitiatedShutdownBehavior as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$instance-id
:
Sets the InstanceId parameter on the Amazon function.
|
$value
:
Sets the Value parameter on the Amazon function.
|
|
|
|
|
ec2:modify-instance-root-device-name(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$instance-id as xs:string,
|
|
$value as xs:string
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifyInstanceAttribute function and passes
rootDeviceName as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$instance-id
:
Sets the InstanceId parameter on the Amazon function.
|
$value
:
Sets the Value parameter on the Amazon function.
|
|
|
|
|
ec2:modify-instance-type(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$instance-id as xs:string,
|
|
$value as xs:string
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifyInstanceAttribute function and passes
instanceType as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$instance-id
:
Sets the InstanceId parameter on the Amazon function.
|
$value
:
Sets the Value parameter on the Amazon function.
|
|
|
|
|
ec2:remove-snapshot-create-volume-permission-groups(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$snapshot-ids as xs:string*,
|
|
$user-groups as xs:string*
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifySnapshotAttribute function and passes the the names of
the groups to be denied permission to create the snapshot.
This function sets remove as
the OperationType parameter and
createVolumePermission as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$snapshot-ids
:
Sets the SnapshotId parameter on the Amazon function.
|
$user-groups
:
Sets the UserGroup parameter on the Amazon function.
|
|
|
|
|
ec2:remove-snapshot-create-volume-permission-users(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$snapshot-ids as xs:string*,
|
|
$user-ids as xs:string*
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon ModifySnapshotAttribute function and passes the IDs of the users
to be denied permission to create the snapshot. This function sets remove as
the OperationType parameter and
createVolumePermission as the Attribute parameter.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$snapshot-ids
:
Sets the SnapshotId parameter on the Amazon function.
|
$user-ids
:
Sets the UserId parameter on the Amazon function.
|
|
|
|
|
ec2:revoke-icmp-ingress(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$group-name as xs:string,
|
|
$icmp-type as xs:integer,
|
|
$icmp-code as xs:integer,
|
|
$cidr-ip as xs:string
|
| ) as node() |
|
 |
Summary:
This function calls the Amazon RevokeSecurityGroupIngress function,
passes icmp as the IpProtocol parameter, and sets the FromPort, ToPort,
and CidrIp parameters.
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$group-name
:
Sets the GroupName parameter on the Amazon function.
|
$icmp-type
:
Sets the FromPort parameter on the Amazon function.
|
$icmp-code
:
Sets the ToPort parameter on the Amazon function.
|
$cidr-ip
:
Sets the CidrIp parameter on the Amazon function.
|
|
|
|
|
ec2:run-instances(
|
|
$access-key as xs:string,
|
|
$secret-key as xs:string,
|
|
$ec2-region as xs:string,
|
|
$image-id as xs:string,
|
|
$min-count as xs:integer,
|
|
$max-count as xs:integer,
|
|
$instance-type as xs:string?,
|
|
$key-pair as xs:string?,
|
|
$security-group as xs:string*,
|
|
$instance-options as xs:string*
|
| ) as node() |
|
 |
Summary:
|
Parameters:
$access-key
:
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
$secret-key
:
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
$ec2-region
:
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
$image-id
:
Sets the ImageId parameter on the Amazon function.
|
$min-count
:
Sets the MinCount parameter on the Amazon function.
|
$max-count
:
Sets the MaxCount parameter on the Amazon function.
|
$instance-type
:
Sets the InstanceType parameter on the Amazon function.
|
$key-pair
:
Sets the KeyName parameter on the Amazon function.
|
$security-group
:
Sets the SecurityGroup.n parameter on the Amazon function.
|
$instance-options
:
Sets the any number of optional parameters on the Amazon function.
Specify using the form: ("name=value", "name=value").
|
|
|
|