View Source AWS.RolesAnywhere (aws-elixir v1.0.0)

Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials.

Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to manage long-term credentials for workloads running outside of Amazon Web Services.

To use IAM Roles Anywhere, your workloads must use X.509 certificates issued by their certificate authority (CA). You register the CA with IAM Roles Anywhere as a trust anchor to establish trust between your public key infrastructure (PKI) and IAM Roles Anywhere. If you don't manage your own PKI system, you can use Private Certificate Authority to create a CA and then use that to establish trust with IAM Roles Anywhere.

This guide describes the IAM Roles Anywhere operations that you can call programmatically. For more information about IAM Roles Anywhere, see the IAM Roles Anywhere User Guide.

Summary

Functions

Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.

Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA).

Delete an entry from the attribute mapping rules enforced by a given profile.

Deletes a certificate revocation list (CRL).

Disables a certificate revocation list (CRL).

Enables a certificate revocation list (CRL).

Enables temporary credential requests for a profile.

Gets a certificate revocation list (CRL).

Gets a subject, which associates a certificate identity with authentication attempts.

Imports the certificate revocation list (CRL).

Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.

Lists all profiles in the authenticated account and Amazon Web Services Region.

Lists the subjects in the authenticated account and Amazon Web Services Region.

Lists the tags attached to the resource.

Lists the trust anchors in the authenticated account and Amazon Web Services Region.

Put an entry in the attribute mapping rules that will be enforced by a given profile.

Attaches a list of notification settings to a trust anchor.

Resets the custom notification setting to IAM Roles Anywhere default setting.

Attaches tags to a resource.

Removes tags from the resource.

Updates the certificate revocation list (CRL).

Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.

Functions

Link to this function

create_profile(client, input, options \\ [])

View Source

Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume.

You use profiles to intersect permissions with IAM managed policies.

Required permissions:

rolesanywhere:CreateProfile.

Link to this function

create_trust_anchor(client, input, options \\ [])

View Source

Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA).

You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials.

Required permissions:

rolesanywhere:CreateTrustAnchor.

Link to this function

delete_attribute_mapping(client, profile_id, input, options \\ [])

View Source

Delete an entry from the attribute mapping rules enforced by a given profile.

Link to this function

delete_crl(client, crl_id, input, options \\ [])

View Source

Deletes a certificate revocation list (CRL).

Required permissions:

rolesanywhere:DeleteCrl.

Link to this function

delete_profile(client, profile_id, input, options \\ [])

View Source

Deletes a profile.

Required permissions:

rolesanywhere:DeleteProfile.

Link to this function

delete_trust_anchor(client, trust_anchor_id, input, options \\ [])

View Source

Deletes a trust anchor.

Required permissions:

rolesanywhere:DeleteTrustAnchor.

Link to this function

disable_crl(client, crl_id, input, options \\ [])

View Source

Disables a certificate revocation list (CRL).

Required permissions:

rolesanywhere:DisableCrl.

Link to this function

disable_profile(client, profile_id, input, options \\ [])

View Source

Disables a profile.

When disabled, temporary credential requests with this profile fail.

Required permissions:

rolesanywhere:DisableProfile.

Link to this function

disable_trust_anchor(client, trust_anchor_id, input, options \\ [])

View Source

Disables a trust anchor.

When disabled, temporary credential requests specifying this trust anchor are unauthorized.

Required permissions:

rolesanywhere:DisableTrustAnchor.

Link to this function

enable_crl(client, crl_id, input, options \\ [])

View Source

Enables a certificate revocation list (CRL).

When enabled, certificates stored in the CRL are unauthorized to receive session credentials.

Required permissions:

rolesanywhere:EnableCrl.

Link to this function

enable_profile(client, profile_id, input, options \\ [])

View Source

Enables temporary credential requests for a profile.

Required permissions:

rolesanywhere:EnableProfile.

Link to this function

enable_trust_anchor(client, trust_anchor_id, input, options \\ [])

View Source

Enables a trust anchor.

When enabled, certificates in the trust anchor chain are authorized for trust validation.

Required permissions:

rolesanywhere:EnableTrustAnchor.

Link to this function

get_crl(client, crl_id, options \\ [])

View Source

Gets a certificate revocation list (CRL).

Required permissions:

rolesanywhere:GetCrl.

Link to this function

get_profile(client, profile_id, options \\ [])

View Source

Gets a profile.

Required permissions:

rolesanywhere:GetProfile.

Link to this function

get_subject(client, subject_id, options \\ [])

View Source

Gets a subject, which associates a certificate identity with authentication attempts.

The subject stores auditing information such as the status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication.

Required permissions:

rolesanywhere:GetSubject.

Link to this function

get_trust_anchor(client, trust_anchor_id, options \\ [])

View Source

Gets a trust anchor.

Required permissions:

rolesanywhere:GetTrustAnchor.

Link to this function

import_crl(client, input, options \\ [])

View Source

Imports the certificate revocation list (CRL).

A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials.

Required permissions:

rolesanywhere:ImportCrl.

Link to this function

list_crls(client, next_token \\ nil, page_size \\ nil, options \\ [])

View Source

Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.

Required permissions:

rolesanywhere:ListCrls.

Link to this function

list_profiles(client, next_token \\ nil, page_size \\ nil, options \\ [])

View Source

Lists all profiles in the authenticated account and Amazon Web Services Region.

Required permissions:

rolesanywhere:ListProfiles.

Link to this function

list_subjects(client, next_token \\ nil, page_size \\ nil, options \\ [])

View Source

Lists the subjects in the authenticated account and Amazon Web Services Region.

Required permissions:

rolesanywhere:ListSubjects.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists the tags attached to the resource.

Required permissions:

rolesanywhere:ListTagsForResource.

Link to this function

list_trust_anchors(client, next_token \\ nil, page_size \\ nil, options \\ [])

View Source

Lists the trust anchors in the authenticated account and Amazon Web Services Region.

Required permissions:

rolesanywhere:ListTrustAnchors.

Link to this function

put_attribute_mapping(client, profile_id, input, options \\ [])

View Source

Put an entry in the attribute mapping rules that will be enforced by a given profile.

A mapping specifies a certificate field and one or more specifiers that have contextual meanings.

Link to this function

put_notification_settings(client, input, options \\ [])

View Source

Attaches a list of notification settings to a trust anchor.

A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.

Required permissions:

rolesanywhere:PutNotificationSettings.

Link to this function

reset_notification_settings(client, input, options \\ [])

View Source

Resets the custom notification setting to IAM Roles Anywhere default setting.

Required permissions:

rolesanywhere:ResetNotificationSettings.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Attaches tags to a resource.

Required permissions:

rolesanywhere:TagResource.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes tags from the resource.

Required permissions:

rolesanywhere:UntagResource.

Link to this function

update_crl(client, crl_id, input, options \\ [])

View Source

Updates the certificate revocation list (CRL).

A CRL is a list of certificates that have been revoked by the issuing certificate authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials.

Required permissions:

rolesanywhere:UpdateCrl.

Link to this function

update_profile(client, profile_id, input, options \\ [])

View Source

Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume.

You use profiles to intersect permissions with IAM managed policies.

Required permissions:

rolesanywhere:UpdateProfile.

Link to this function

update_trust_anchor(client, trust_anchor_id, input, options \\ [])

View Source

Updates a trust anchor.

You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials.

Required permissions:

rolesanywhere:UpdateTrustAnchor.