placement_groups: Placement Groups

Description Usage Arguments Value References Examples

Description

EC2 Cluster “Placement Groups”

Usage

1
2
3
4
5

Arguments

group

A character string specifying a placement group.

strategy

A character string specifying “cluster”. No other values are currently allowed.

...

Additional arguments passed to [ec2HTTP()].

filter

...

Value

For describe_placements, a list of objects of class “ec2_placement_group”. Otherwise, a logical.

References

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePlacementGroups.html http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreatePlacementGroup.html http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeletePlacementGroup.html

Examples

1
2
3
4
5
6
## Not run: 
pg <- create_placement("examplepg")
describe_placements()
delete_placement("examplepg")

## End(Not run)

HanjoStudy/awsR documentation built on May 6, 2019, 9:06 a.m.