Create, retrieve, list, and delete EC2 Instance Profiles
create_profile(profile, path, ...)delete_profile(profile, ...)
get_profile(profile, ...)
list_profiles(role, n, marker, path, ...)
A character string specifying the name for the profile, or an object of class “iam_instance_profile”.
A character string specifying a path prefix in which to locate user(s), role(s), etc. See Reference Identifiers on the AWS Documentation for more information.
Additional arguments passed to iamHTTP
.
A character string containing a role name or an object of class “iam_role”.
An integer specifying the number of responses to return.
A character string specifying a marker (from a previous response) to use in paginating results
An object of class “iam_instance_profile”.
About Instance Profiles API Documentation: CreateInstanceProfile API Documentation: DeleteInstanceProfile API Documentation: GetInstanceProfile API Documentation: ListInstanceProfiles