You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::Shield::Client
- Defined in:
- (unknown)
Overview
An API client for AWS Shield. To construct a client, you need to configure a :region
and :credentials
.
shield = Aws::Shield::Client.new(
region: region_name,
credentials: credentials,
# ...
)
See #initialize for a full list of supported configuration options.
Region
You can configure a default region in the following locations:
ENV['AWS_REGION']
Aws.config[:region]
Go here for a list of supported regions.
Credentials
Default credentials are loaded automatically from the following locations:
ENV['AWS_ACCESS_KEY_ID']
andENV['AWS_SECRET_ACCESS_KEY']
Aws.config[:credentials]
- The shared credentials ini file at
~/.aws/credentials
(more information) - From an instance profile when running on EC2
You can also construct a credentials object from one of the following classes:
Alternatively, you configure credentials with :access_key_id
and
:secret_access_key
:
# load credentials from disk
creds = YAML.load(File.read('/path/to/secrets'))
Aws::Shield::Client.new(
access_key_id: creds['access_key_id'],
secret_access_key: creds['secret_access_key']
)
Always load your credentials from outside your application. Avoid configuring credentials statically and never commit them to source control.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
Constructor collapse
-
#initialize(options = {}) ⇒ Aws::Shield::Client
constructor
Constructs an API client.
API Operations collapse
-
#associate_drt_log_bucket(options = {}) ⇒ Struct
Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs.
-
#associate_drt_role(options = {}) ⇒ Struct
Authorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks.
-
#associate_health_check(options = {}) ⇒ Struct
Adds health-based detection to the Shield Advanced protection for a resource.
-
#associate_proactive_engagement_details(options = {}) ⇒ Struct
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use.
-
#create_protection(options = {}) ⇒ Types::CreateProtectionResponse
Enables AWS Shield Advanced for a specific AWS resource.
-
#create_protection_group(options = {}) ⇒ Struct
Creates a grouping of protected resources so they can be handled as a collective.
-
#create_subscription(options = {}) ⇒ Struct
Activates AWS Shield Advanced for an account.
When you initally create a subscription, your subscription is set to be automatically renewed at the end of the existing subscription period.
-
#delete_protection(options = {}) ⇒ Struct
Deletes an AWS Shield Advanced Protection.
.
-
#delete_protection_group(options = {}) ⇒ Struct
Removes the specified protection group.
.
-
#delete_subscription(options = {}) ⇒ Struct
Removes AWS Shield Advanced from an account.
-
#describe_attack(options = {}) ⇒ Types::DescribeAttackResponse
Describes the details of a DDoS attack.
-
#describe_attack_statistics(options = {}) ⇒ Types::DescribeAttackStatisticsResponse
Provides information about the number and type of attacks AWS Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them.
-
#describe_drt_access(options = {}) ⇒ Types::DescribeDRTAccessResponse
Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your AWS account while assisting with attack mitigation.
.
-
#describe_emergency_contact_settings(options = {}) ⇒ Types::DescribeEmergencyContactSettingsResponse
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
.
-
#describe_protection(options = {}) ⇒ Types::DescribeProtectionResponse
Lists the details of a Protection object.
.
-
#describe_protection_group(options = {}) ⇒ Types::DescribeProtectionGroupResponse
Returns the specification for the specified protection group.
.
-
#describe_subscription(options = {}) ⇒ Types::DescribeSubscriptionResponse
Provides details about the AWS Shield Advanced subscription for an account.
.
-
#disable_proactive_engagement(options = {}) ⇒ Struct
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.
.
-
#disassociate_drt_log_bucket(options = {}) ⇒ Struct
Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.
To make a
DisassociateDRTLogBucket
request, you must be subscribed to the Business Support plan or the Enterprise Support plan. -
#disassociate_drt_role(options = {}) ⇒ Struct
Removes the DDoS Response Team's (DRT) access to your AWS account.
To make a
DisassociateDRTRole
request, you must be subscribed to the Business Support plan or the Enterprise Support plan. -
#disassociate_health_check(options = {}) ⇒ Struct
Removes health-based detection from the Shield Advanced protection for a resource.
-
#enable_proactive_engagement(options = {}) ⇒ Struct
Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support.
.
-
#get_subscription_state(options = {}) ⇒ Types::GetSubscriptionStateResponse
Returns the
SubscriptionState
, eitherActive
orInactive
..
-
#list_attacks(options = {}) ⇒ Types::ListAttacksResponse
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
.
-
#list_protection_groups(options = {}) ⇒ Types::ListProtectionGroupsResponse
Retrieves the ProtectionGroup objects for the account.
.
-
#list_protections(options = {}) ⇒ Types::ListProtectionsResponse
Lists all Protection objects for the account.
.
-
#list_resources_in_protection_group(options = {}) ⇒ Types::ListResourcesInProtectionGroupResponse
Retrieves the resources that are included in the protection group.
-
#update_emergency_contact_settings(options = {}) ⇒ Struct
Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
.
-
#update_protection_group(options = {}) ⇒ Struct
Updates an existing protection group.
-
#update_subscription(options = {}) ⇒ Struct
Updates the details of an existing subscription.
Instance Method Summary collapse
-
#wait_until(waiter_name, params = {}) {|waiter| ... } ⇒ Boolean
Waiters polls an API operation until a resource enters a desired state.
-
#waiter_names ⇒ Array<Symbol>
Returns the list of supported waiters.
Methods inherited from Seahorse::Client::Base
add_plugin, api, #build_request, clear_plugins, define, new, #operation, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options = {}) ⇒ Aws::Shield::Client
Constructs an API client.
Instance Method Details
#associate_drt_log_bucket(options = {}) ⇒ Struct
Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs. You can associate up to 10 Amazon S3 buckets with your subscription.
To use the services of the DRT and make an AssociateDRTLogBucket
request, you must be subscribed to the Business Support plan or the Enterprise Support plan.
#associate_drt_role(options = {}) ⇒ Struct
Authorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the DRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.
You can associate only one RoleArn
with your subscription. If you submit an AssociateDRTRole
request for an account that already has an associated role, the new RoleArn
will replace the existing RoleArn
.
Prior to making the AssociateDRTRole
request, you must attach the AWSShieldDRTAccessPolicy managed policy to the role you will specify in the request. For more information see Attaching and Detaching IAM Policies. The role must also trust the service principal drt.shield.amazonaws.com
. For more information, see IAM JSON Policy Elements: Principal.
The DRT will have access only to your AWS WAF and Shield resources. By submitting this request, you authorize the DRT to inspect your AWS WAF and Shield configuration and create and update AWS WAF rules and web ACLs on your behalf. The DRT takes these actions only if explicitly authorized by you.
You must have the iam:PassRole
permission to make an AssociateDRTRole
request. For more information, see Granting a User Permissions to Pass a Role to an AWS Service.
To use the services of the DRT and make an AssociateDRTRole
request, you must be subscribed to the Business Support plan or the Enterprise Support plan.
#associate_health_check(options = {}) ⇒ Struct
Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.
You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.
#associate_proactive_engagement_details(options = {}) ⇒ Struct
Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use. You must provide at least one phone number in the emergency contact list.
After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use the calls DisableProactiveEngagement
and EnableProactiveEngagement
.
This call defines the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.
The contacts that you provide in the request replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings
and then provide it to this call.
#create_protection(options = {}) ⇒ Types::CreateProtectionResponse
Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.
You can add protection to only a single resource with each CreateProtection request. If you want to add protection to multiple resources at once, use the AWS WAF console. For more information see Getting Started with AWS Shield Advanced and Add AWS Shield Advanced Protection to more AWS Resources.
#create_protection_group(options = {}) ⇒ Struct
Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
#create_subscription(options = {}) ⇒ Struct
Activates AWS Shield Advanced for an account.
When you initally create a subscription, your subscription is set to be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription
request.
#delete_protection(options = {}) ⇒ Struct
Deletes an AWS Shield Advanced Protection.
#delete_protection_group(options = {}) ⇒ Struct
Removes the specified protection group.
#delete_subscription(options = {}) ⇒ Struct
Removes AWS Shield Advanced from an account. AWS Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.
#describe_attack(options = {}) ⇒ Types::DescribeAttackResponse
Describes the details of a DDoS attack.
#describe_attack_statistics(options = {}) ⇒ Types::DescribeAttackStatisticsResponse
Provides information about the number and type of attacks AWS Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them. This operation is available to Shield customers as well as to Shield Advanced customers.
The operation returns data for the time range of midnight UTC, one year ago, to midnight UTC, today. For example, if the current time is 2020-10-26 15:39:32 PDT
, equal to 2020-10-26 22:39:32 UTC
, then the time range for the attack data returned is from 2019-10-26 00:00:00 UTC
to 2020-10-26 00:00:00 UTC
.
The time range indicates the period covered by the attack statistics data items.
#describe_drt_access(options = {}) ⇒ Types::DescribeDRTAccessResponse
Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your AWS account while assisting with attack mitigation.
#describe_emergency_contact_settings(options = {}) ⇒ Types::DescribeEmergencyContactSettingsResponse
A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
#describe_protection(options = {}) ⇒ Types::DescribeProtectionResponse
Lists the details of a Protection object.
#describe_protection_group(options = {}) ⇒ Types::DescribeProtectionGroupResponse
Returns the specification for the specified protection group.
#describe_subscription(options = {}) ⇒ Types::DescribeSubscriptionResponse
Provides details about the AWS Shield Advanced subscription for an account.
#disable_proactive_engagement(options = {}) ⇒ Struct
Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.
#disassociate_drt_log_bucket(options = {}) ⇒ Struct
Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.
To make a DisassociateDRTLogBucket
request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTLogBucket
request to remove this access.
#disassociate_drt_role(options = {}) ⇒ Struct
Removes the DDoS Response Team's (DRT) access to your AWS account.
To make a DisassociateDRTRole
request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTRole
request to remove this access.
#disassociate_health_check(options = {}) ⇒ Struct
Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.
You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.
#enable_proactive_engagement(options = {}) ⇒ Struct
Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support.
#get_subscription_state(options = {}) ⇒ Types::GetSubscriptionStateResponse
Returns the SubscriptionState
, either Active
or Inactive
.
#list_attacks(options = {}) ⇒ Types::ListAttacksResponse
Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.
#list_protection_groups(options = {}) ⇒ Types::ListProtectionGroupsResponse
Retrieves the ProtectionGroup objects for the account.
#list_protections(options = {}) ⇒ Types::ListProtectionsResponse
Lists all Protection objects for the account.
#list_resources_in_protection_group(options = {}) ⇒ Types::ListResourcesInProtectionGroupResponse
Retrieves the resources that are included in the protection group.
#update_emergency_contact_settings(options = {}) ⇒ Struct
Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.
#update_protection_group(options = {}) ⇒ Struct
Updates an existing protection group. A protection group is a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives.
#update_subscription(options = {}) ⇒ Struct
Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.
#wait_until(waiter_name, params = {}) {|waiter| ... } ⇒ Boolean
Waiters polls an API operation until a resource enters a desired state.
Basic Usage
Waiters will poll until they are succesful, they fail by entering a terminal state, or until a maximum number of attempts are made.
# polls in a loop, sleeping between attempts client.waiter_until(waiter_name, params)
Configuration
You can configure the maximum number of polling attempts, and the delay (in seconds) between each polling attempt. You configure waiters by passing a block to #wait_until:
# poll for ~25 seconds
client.wait_until(...) do |w|
w.max_attempts = 5
w.delay = 5
end
Callbacks
You can be notified before each polling attempt and before each
delay. If you throw :success
or :failure
from these callbacks,
it will terminate the waiter.
started_at = Time.now
client.wait_until(...) do |w|
# disable max attempts
w.max_attempts = nil
# poll for 1 hour, instead of a number of attempts
w.before_wait do |attempts, response|
throw :failure if Time.now - started_at > 3600
end
end
Handling Errors
When a waiter is successful, it returns true
. When a waiter
fails, it raises an error. All errors raised extend from
Waiters::Errors::WaiterFailed.
begin
client.wait_until(...)
rescue Aws::Waiters::Errors::WaiterFailed
# resource did not enter the desired state in time
end
#waiter_names ⇒ Array<Symbol>
Returns the list of supported waiters. The following table lists the supported waiters and the client method they call:
Waiter Name | Client Method | Default Delay: | Default Max Attempts: |
---|