Elastic Load Balancing. API Reference API Version

Size: px
Start display at page:

Download "Elastic Load Balancing. API Reference API Version 2012-06-01"

Transcription

1 Elastic Load Balancing API Reference

2 Elastic Load Balancing: API Reference Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon Web Services, Inc.: Amazon, Amazon Web Services Design, AWS, Amazon CloudFront, Cloudfront, Amazon DevPay, DynamoDB, ElastiCache, Amazon EC2, Amazon Elastic Compute Cloud, Amazon Glacier, Kindle, Kindle Fire, AWS Marketplace Design, Mechanical Turk, Amazon Redshift, Amazon Route 53, Amazon S3, Amazon VPC. In addition, Amazon.com graphics, logos, page headers, button icons, scripts, and service names are trademarks, or trade dress of Amazon in the U.S. and/or other countries. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon.

3 Table of Welcome... 1 Actions... 2 AddTags Request Parameters... 3 Errors ApplySecurityGroupsToLoadBalancer Request Parameters... 5 Response Elements... 5 Errors AttachLoadBalancerToSubnets Request Parameters... 7 Response Elements... 7 Errors ConfigureHealthCheck Request Parameters... 9 Response Elements... 9 Errors CreateAppCookieStickinessPolicy Request Parameters Errors CreateLBCookieStickinessPolicy Request Parameters Errors CreateLoadBalancer Request Parameters Response Elements Errors CreateLoadBalancerListeners Request Parameters Errors CreateLoadBalancerPolicy Request Parameters Errors DeleteLoadBalancer Request Parameters DeleteLoadBalancerListeners iii

4 Request Parameters Errors DeleteLoadBalancerPolicy Request Parameters Errors DeregisterInstancesFromLoadBalancer Request Parameters Response Elements Errors DescribeInstanceHealth Request Parameters Response Elements Errors DescribeLoadBalancerAttributes Request Parameters Response Elements Errors DescribeLoadBalancerPolicies Request Parameters Response Elements Errors DescribeLoadBalancerPolicyTypes Request Parameters Response Elements Errors DescribeLoadBalancers Request Parameters Response Elements Errors DescribeTags Request Parameters Response Elements Errors DetachLoadBalancerFromSubnets Request Parameters Response Elements Errors DisableAvailabilityZonesForLoadBalancer Request Parameters iv

5 Response Elements Errors EnableAvailabilityZonesForLoadBalancer Request Parameters Response Elements Errors ModifyLoadBalancerAttributes Request Parameters Response Elements Errors RegisterInstancesWithLoadBalancer Request Parameters Response Elements Errors RemoveTags Request Parameters Errors SetLoadBalancerListenerSSLCertificate Request Parameters Errors SetLoadBalancerPoliciesForBackendServer Request Parameters Errors SetLoadBalancerPoliciesOfListener Request Parameters Errors Data Types AccessLog AddTagsResult AppCookieStickinessPolicy ApplySecurityGroupsToLoadBalancerResult AttachLoadBalancerToSubnetsResult BackendServer v

6 ConfigureHealthCheckResult ConnectionDraining ConnectionSettings CreateAppCookieStickinessPolicyResult CreateLBCookieStickinessPolicyResult CreateLoadBalancerListenersResult CreateLoadBalancerPolicyResult CreateLoadBalancerResult CrossZoneLoadBalancing DeleteLoadBalancerListenersResult DeleteLoadBalancerPolicyResult DeleteLoadBalancerResult DeregisterInstancesFromLoadBalancerResult DescribeInstanceHealthResult DescribeLoadBalancerAttributesResult DescribeLoadBalancerPoliciesResult DescribeLoadBalancerPolicyTypesResult DescribeLoadBalancersResult DescribeTagsResult vi

7 DetachLoadBalancerFromSubnetsResult DisableAvailabilityZonesForLoadBalancerResult EnableAvailabilityZonesForLoadBalancerResult HealthCheck Instance InstanceState LBCookieStickinessPolicy Listener Listener LoadBalancerAttributes LoadBalancer ModifyLoadBalancerAttributesResult Policies PolicyAttribute PolicyAttribute PolicyAttributeType Policy PolicyType RegisterInstancesWithLoadBalancerResult vii

8 RemoveTagsResult SetLoadBalancerListenerSSLCertificateResult SetLoadBalancerPoliciesForBackendServerResult SetLoadBalancerPoliciesOfListenerResult SourceSecurityGroup Tag Tag TagKeyOnly Common Parameters Common Parameters for Signature V4 Signing Common Errors viii

9 Welcome Elastic Load Balancing is a way to automatically distribute incoming web traffic across applications that run on multiple Amazon Elastic Compute Cloud (Amazon EC2) instances. You can create, access, and manage Elastic Load Balancing using the AWS Management Console, the AWS Command Line Interface (AWS CLI), the Query API, or the AWS SDKs. For more information about Elastic Load Balancing interfaces, see Accessing Elastic Load Balancing. This reference guide contains documentation for the Query API and the AWS CLI commands, to manage Elastic Load Balancing. For detailed information about Elastic Load Balancing features and their associated actions or commands, go to Managing Load Balancers in the Elastic Load Balancing Developer Guide. This reference guide is based on the current WSDL, which is available at: Endpoints The examples in this guide assume that your load balancers are created in the US East (Northern Virginia) region and use us-east-1 as the endpoint. You can create your load balancers in other AWS regions. For information about regions and endpoints supported by Elastic Load Balancing, see Regions and Endpoints in the Amazon Web Services General Reference. This document was last updated on August 8,

10 Actions The following actions are supported: AddTags (p. 3) ApplySecurityGroupsToLoadBalancer (p. 5) AttachLoadBalancerToSubnets (p. 7) ConfigureHealthCheck (p. 9) CreateAppCookieStickinessPolicy (p. 11) CreateLBCookieStickinessPolicy (p. 13) CreateLoadBalancer (p. 15) CreateLoadBalancerListeners (p. 22) CreateLoadBalancerPolicy (p. 24) DeleteLoadBalancer (p. 26) DeleteLoadBalancerListeners (p. 27) DeleteLoadBalancerPolicy (p. 28) DeregisterInstancesFromLoadBalancer (p. 29) DescribeInstanceHealth (p. 31) DescribeLoadBalancerAttributes (p. 35) DescribeLoadBalancerPolicies (p. 37) DescribeLoadBalancerPolicyTypes (p. 40) DescribeLoadBalancers (p. 43) DescribeTags (p. 46) DetachLoadBalancerFromSubnets (p. 48) DisableAvailabilityZonesForLoadBalancer (p. 50) EnableAvailabilityZonesForLoadBalancer (p. 52) ModifyLoadBalancerAttributes (p. 54) RegisterInstancesWithLoadBalancer (p. 58) RemoveTags (p. 60) SetLoadBalancerListenerSSLCertificate (p. 62) SetLoadBalancerPoliciesForBackendServer (p. 64) SetLoadBalancerPoliciesOfListener (p. 66) 2

11 AddTags AddTags Adds one or more tags for the specified load balancer. Each load balancer can have a maximum of 10 tags. Each tag consists of a key and an optional value. Tag keys must be unique for each load balancer. If a tag with the same key is already associated with the load balancer, this action will update the value of the key. For more information, see Tagging in the Elastic Load Balancing Developer Guide. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerNames.member.N The name of the load balancer to tag. You can specify a maximum of one load balancer name. list Tags.member.N A list of tags for each load balancer. Type: Tag (p. 91) list Length constraints: Minimum of 1 item(s) in the list. Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. DuplicateTagKeys The same tag key specified multiple times. TooManyTags The quota for the number of tags that can be assigned to a load balancer has been reached. 3

12 Sample Request &Action=AddTags &Tags.member.1.Key=project &Tags.member.1.Value=lima &Version= &AUTHPARAMS Sample Response <AddTagsResponse xmlns=" 01/"> <AddTagsResult/> <ResponseMetadata> <RequestId>360e81f e4-b6ed-0f30EXAMPLE</RequestId> </ResponseMetadata> </AddTagsResponse> 4

13 ApplySecurityGroupsToLoadBalancer ApplySecurityGroupsToLoadBalancer Associates one or more security groups with your load balancer in Amazon Virtual Private Cloud (Amazon VPC). The provided security group IDs will override any currently applied security groups. For more information, see Manage Security Groups in Amazon VPC in the Elastic Load Balancing Developer Guide. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerName The name associated with the load balancer.the name must be unique within the set of load balancers associated with your AWS account. SecurityGroups.member.N A list of security group IDs to associate with your load balancer in VPC. The security group IDs must be provided as the ID and not the security group name (For example, sg-1234). list Response Elements The following element is returned in a structure named ApplySecurityGroupsToLoadBalancerResult. SecurityGroups A list of security group IDs associated with your load balancer. list Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. InvalidConfigurationRequest Requested configuration change is invalid. HTTP Status Code: 409 InvalidSecurityGroup One or more specified security groups do not exist. 5

14 Sample Request &LoadBalancerName=my-test-vpc-loadbalancer &Version= &Action=ApplySecurityGroupsToLoadBalancer &AUTHPARAMS Sample Response <ApplySecurityGroupsToLoadBalancerResponse xmlns=" cing.amazonaws.com/doc/ /"> <ApplySecurityGroupsToLoadBalancerResult> <SecurityGroups> <member>sg </member> </SecurityGroups> </ApplySecurityGroupsToLoadBalancerResult> <ResponseMetadata> <RequestId>06b5decc-102a-11e3-9ad6-bf3e4EXAMPLE</RequestId> </ResponseMetadata> </ApplySecurityGroupsToLoadBalancerResponse> 6

15 AttachLoadBalancerToSubnets AttachLoadBalancerToSubnets Adds one or more subnets to the set of configured subnets in the Amazon Virtual Private Cloud (Amazon VPC) for the load balancer. The load balancers evenly distribute requests across all of the registered subnets. For more information, see Deploy Elastic Load Balancing in Amazon VPC in the Elastic Load Balancing Developer Guide. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerName The name associated with the load balancer.the name must be unique within the set of load balancers associated with your AWS account. Subnets.member.N A list of subnet IDs to add for the load balancer. You can add only one subnet per Availability Zone. list Response Elements The following element is returned in a structure named AttachLoadBalancerToSubnetsResult. Subnets A list of subnet IDs attached to the load balancer. list Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. InvalidConfigurationRequest Requested configuration change is invalid. HTTP Status Code: 409 InvalidSubnet The VPC has no Internet gateway. 7

16 SubnetNotFound One or more subnets were not found. Sample Request &LoadBalancerName=my-test-vpc-loadbalancer &Version= &Action=AttachLoadBalancerToSubnets &AUTHPARAMS Sample Response <AttachLoadBalancerToSubnetsResponse xmlns=" aws.com/doc/ /"> <AttachLoadBalancerToSubnetsResult> <Subnets> <member>subnet-119f0078</member> <member>subnet-3561b05e</member> </Subnets> </AttachLoadBalancerToSubnetsResult> <ResponseMetadata> <RequestId>07b1ecbc e3-acaf-dd7edEXAMPLE</RequestId> </ResponseMetadata> </AttachLoadBalancerToSubnetsResponse> 8

17 ConfigureHealthCheck ConfigureHealthCheck Specifies the health check settings to use for evaluating the health state of your back-end instances. For more information, see Health Check in the Elastic Load Balancing Developer Guide. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). HealthCheck A structure containing the configuration information for the new healthcheck. Type: HealthCheck (p. 78) LoadBalancerName The mnemonic name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account. Response Elements The following element is returned in a structure named ConfigureHealthCheckResult. HealthCheck The updated healthcheck for the instances. Type: HealthCheck (p. 78) Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. Sample Request &HealthCheck.UnhealthyThreshold=2 9

18 &LoadBalancerName=MyLoadBalancer &HealthCheck.Target= &HealthCheck.Interval=30 &HealthCheck.Timeout=3 &Version= &Action=ConfigureHealthCheck &AUTHPARAMS Sample Response <ConfigureHealthCheckResponse xmlns=" aws.com/doc/ /"> <ConfigureHealthCheckResult> <HealthCheck> <Interval>30</Interval> <Target> <HealthyThreshold>2</HealthyThreshold> <Timeout>3</Timeout> <UnhealthyThreshold>2</UnhealthyThreshold> </HealthCheck> </ConfigureHealthCheckResult> <ResponseMetadata> <RequestId>83c88b9d-12b7-11e3-8b82-87b12EXAMPLE</RequestId> </ResponseMetadata> </ConfigureHealthCheckResponse> 10

19 CreateAppCookieStickinessPolicy CreateAppCookieStickinessPolicy Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners. This policy is similar to the policy created by CreateLBCookieStickinessPolicy (p. 13), except that the lifetime of the special Elastic Load Balancing cookie follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie. If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued. Note An application client must receive and send two cookies: the application-generated cookie and the special Elastic Load Balancing cookie named AWSELB. This is the default behavior for many common web browsers. For more information, see Enabling Application-Controlled Session Stickiness in the Elastic Load Balancing Developer Guide. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). CookieName Name of the application cookie used for stickiness. LoadBalancerName The name of the load balancer. PolicyName The name of the policy being created. The name must be unique within the set of policies for this load balancer. Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. 11

20 DuplicatePolicyName Policy with the same name exists for this load balancer. Please choose another name. InvalidConfigurationRequest Requested configuration change is invalid. HTTP Status Code: 409 TooManyPolicies Quota for number of policies for this load balancer has already been reached. Sample Request &LoadBalancerName=MyLoadBalancer &PolicyName=MyAppStickyPolicy &Version= &Action=CreateAppCookieStickinessPolicy &AUTHPARAMS Sample Response <CreateAppCookieStickinessPolicyResponse xmlns=" cing.amazonaws.com/doc/ /"> <CreateAppCookieStickinessPolicyResult/> <ResponseMetadata> <RequestId>99a693e9-12b8-11e3-9ad6-bf3e4EXAMPLE</RequestId> </ResponseMetadata> </CreateAppCookieStickinessPolicyResponse> 12

21 CreateLBCookieStickinessPolicy CreateLBCookieStickinessPolicy Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (useragent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners. When a load balancer implements this policy, the load balancer uses a special cookie to track the backend server instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load balancing algorithm. A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration. For more information, see Enabling Duration-Based Session Stickiness in the Elastic Load Balancing Developer Guide. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). CookieExpirationPeriod The time period in seconds after which the cookie should be considered stale. Not specifying this parameter indicates that the sticky session will last for the duration of the browser session. Type: Long LoadBalancerName The name associated with the load balancer. PolicyName The name of the policy being created. The name must be unique within the set of policies for this load balancer. Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. DuplicatePolicyName Policy with the same name exists for this load balancer. Please choose another name. 13

22 InvalidConfigurationRequest Requested configuration change is invalid. HTTP Status Code: 409 TooManyPolicies Quota for number of policies for this load balancer has already been reached. Sample Request &LoadBalancerName=MyLoadBalancer&PolicyName=MyDurationStickyPolicy &Version= &Action=CreateLBCookieStickinessPolicy &AUTHPARAMS Sample Response <CreateLBCookieStickinessPolicyResponse xmlns=" aws.com/doc/ /"> <CreateLBCookieStickinessPolicyResult/> <ResponseMetadata> <RequestId>99a693e9-12b8-11e3-9ad6-bf3e4EXAMPLE</RequestId> </ResponseMetadata> </CreateLBCookieStickinessPolicyResponse> 14

23 CreateLoadBalancer CreateLoadBalancer Creates a new load balancer. After the call has completed successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The DNS name includes the name of the AWS region in which the load balance was created. For example, if your load balancer was created in the United States, the DNS name might end with either of the following: us-east-1.elb.amazonaws.com (for the Northern Virginia region) us-west-1.elb.amazonaws.com (for the Northern California region) For information about the AWS regions supported by Elastic Load Balancing, see Regions and Endpoints. You can create up to 20 load balancers per region per account. Elastic Load Balancing supports load balancing your Amazon EC2 instances launched within any one of the following platforms: EC2-Classic For information on creating and managing your load balancers in EC2-Classic, see Deploy Elastic Load Balancing in Amazon EC2-Classic. EC2-VPC For information on creating and managing your load balancers in EC2-VPC, see Deploy Elastic Load Balancing in Amazon VPC. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). AvailabilityZones.member.N A list of Availability Zones. At least one Availability Zone must be specified. Specified Availability Zones must be in the same EC2 Region as the load balancer. Traffic will be equally distributed across all zones. You can later add more Availability Zones after the creation of the load balancer by calling EnableAvailabilityZonesForLoadBalancer (p. 52) action. list Listeners.member.N A list of the following tuples: Protocol, LoadBalancerPort, InstanceProtocol, InstancePort, and SSLCertificateId. Type: Listener (p. 81) list 15

24 Response Elements LoadBalancerName The name associated with the load balancer. The name must be unique within your set of load balancers, must have a maximum of 32 characters, and must only contain alphanumeric characters or hyphens. Scheme The type of a load balancer. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers. Specify the value internal for this option to create an internal load balancer with a DNS name that resolves to private IP addresses. Note This option is only available for load balancers created within EC2-VPC. SecurityGroups.member.N The security groups to assign to your load balancer within your VPC. list Subnets.member.N A list of subnet IDs in your VPC to attach to your load balancer. Specify one subnet per Availability Zone. list Tags.member.N A list of tags to assign to the load balancer. For more information about setting tags for your load balancer, see Tagging. Type: Tag (p. 91) list Length constraints: Minimum of 1 item(s) in the list. Response Elements The following element is returned in a structure named CreateLoadBalancerResult. DNSName The DNS name for the load balancer. 16

25 Errors Errors For information about the errors that are common to all actions, see Common Errors (p. 97). CertificateNotFound The specified SSL ID does not refer to a valid SSL certificate in the AWS Identity and Access Management Service. DuplicateAccessPointName The load balancer name already exists for this account. Please choose another name. DuplicateTagKeys The same tag key specified multiple times. InvalidConfigurationRequest Requested configuration change is invalid. HTTP Status Code: 409 InvalidScheme Invalid value for scheme. Scheme can only be specified for load balancers in VPC. InvalidSecurityGroup One or more specified security groups do not exist. InvalidSubnet The VPC has no Internet gateway. SubnetNotFound One or more subnets were not found. TooManyAccessPoints The quota for the number of load balancers has already been reached. TooManyTags The quota for the number of tags that can be assigned to a load balancer has been reached. 17

26 Create a TCP Load Balancer in EC2-Classic Sample Request &AvailabilityZones.member.1=us-east-1c &Listeners.member.1.LoadBalancerPort=80 &Listeners.member.1.InstancePort=80 &Listeners.member.1.Protocol=http &Listeners.member.1.InstanceProtocol=http &Version= &Action=CreateLoadBalancer &AUTHPARAMS Sample Response <CreateLoadBalancerResponse xmlns=" aws.com/doc/ /"> <CreateLoadBalancerResult> <DNSName>my-test-loadbalancer us-east-1.elb.amazonaws.com</DNS Name> </CreateLoadBalancerResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </CreateLoadBalancerResponse> Create an HTTPS Load Balancer in EC2-Classic Sample Request &AvailabilityZones.member.1=us-east-1c &Listeners.member.1.LoadBalancerPort=443 &Listeners.member.1.InstancePort=443 &Listeners.member.1.Protocol=https &Listeners.member.1.InstanceProtocol=https &Listeners.member.1.SSLCertificateId=arn:aws:iam:: :server-certific ate/servercert &Version= &Action=CreateLoadBalancer &AUTHPARAMS Sample Response <CreateLoadBalancerResponse xmlns=" aws.com/doc/ /"> <CreateLoadBalancerResult> <DNSName>MyHTTPSLoadBalancer us-east-1.elb.amazonaws.com</DNSName> 18

27 </CreateLoadBalancerResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </CreateLoadBalancerResponse> Create a TCP Load Balancer in EC2-VPC Sample Request &LoadBalancerName=MyVPCLoadBalancer &Listeners.member.1.LoadBalancerPort=80 &Listeners.member.1.InstancePort=80 &Listeners.member.1.Protocol=http &Listeners.member.1.InstanceProtocol=http &Subnets.member.1=subnet-6dec9f03 &Version= &Action=CreateLoadBalancer &AUTHPARAMS Sample Response <CreateLoadBalancerResponse xmlns=" aws.com/doc/ /"> <CreateLoadBalancerResult> <DNSName>MyVPCLoadBalancer us-east-1.elb.amazonaws.com</DNSName> </CreateLoadBalancerResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </CreateLoadBalancerResponse> Create an Internal TCP Load Balancer in EC2-VPC Sample Request &SecurityGroups.member.1=sg-706cb61f &LoadBalancerName=MyInternalLoadBalancer &Listeners.member.1.LoadBalancerPort=80 &Listeners.member.1.InstancePort=80 &Listeners.member.1.Protocol=http &Listeners.member.1.InstanceProtocol=http &Subnets.member.1=subnet-9edc97f0 &Version= &Action=CreateLoadBalancer &AUTHPARAMS 19

28 Sample Response <CreateLoadBalancerResponse xmlns=" aws.com/doc/ /"> <CreateLoadBalancerResult> <DNSName>internal-MyInternalLoadBalancer us-east-1.elb.amazon aws.com</dnsname> </CreateLoadBalancerResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </CreateLoadBalancerResponse> Create a TCP Load Balancer in a Default VPC Sample Request Balancer &AvailabilityZones.member.1=sa-east-1b &Listeners.member.1.LoadBalancerPort=80 &Listeners.member.1.InstancePort=80 &Listeners.member.1.Protocol=http &Listeners.member.1.InstanceProtocol=http &Version= &Action=CreateLoadBalancer &AUTHPARAMS Sample Response <CreateLoadBalancerResponse xmlns=" aws.com/doc/ /"> <CreateLoadBalancerResult> <DNSName>MyDefaultVPCLoadBalancer sa.east-1.elb.amazonaws.com</DNS Name> </CreateLoadBalancerResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </CreateLoadBalancerResponse> Create a TCP Load Balancer in EC2-Classic and Assign a Tag Sample Request &AvailabilityZones.member.1=us-east-1c; &Listeners.member.1.LoadBalancerPort=80 &Listeners.member.1.InstancePort=80 20

29 &Listeners.member.1.Protocol=http &Listeners.member.1.InstanceProtocol=http &Tags.member.1.Value=digital-media &Tags.member.1.Key=department &Version= &Action=CreateLoadBalancer &AUTHPARAMS Sample Response <CreateLoadBalancerResponse xmlns=" aws.com/doc/ /"> <CreateLoadBalancerResult> <DNSName>my-test-loadbalancer us-east-1.elb.amazonaws.com</DNS Name> </CreateLoadBalancerResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </CreateLoadBalancerResponse> 21

30 CreateLoadBalancerListeners CreateLoadBalancerListeners Creates one or more listeners on a load balancer for the specified port. If a listener with the given port does not already exist, it will be created; otherwise, the properties of the new listener must match the properties of the existing listener. For more information, see Add a Listener to Your Load Balancer in the Elastic Load Balancing Developer Guide. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). Listeners.member.N A list of LoadBalancerPort, InstancePort, Protocol, InstanceProtocol, and SSLCertificateId items. Type: Listener (p. 81) list LoadBalancerName The name of the load balancer. Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. CertificateNotFound The specified SSL ID does not refer to a valid SSL certificate in the AWS Identity and Access Management Service. DuplicateListener A Listener already exists for the given LoadBalancerName and LoadBalancerPort, but with a different InstancePort, Protocol, or SSLCertificateId. InvalidConfigurationRequest Requested configuration change is invalid. HTTP Status Code:

31 Sample Request &Listeners.member.1.LoadBalancerPort=443 &Listeners.member.1.InstancePort=443 &Listeners.member.1.InstanceProtocol=https &Listeners.member.1.SSLCertificateId=arn:aws:iam:: :server-certific ate/servercert &LoadBalancerName=MyHTTPSLoadBalancer &Version= &Action=CreateLoadBalancerListeners &AUTHPARAMS Sample Response <CreateLoadBalancerListenersResponse xmlns=" aws.com/doc/ /"> <CreateLoadBalancerListenersResult/> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </CreateLoadBalancerListenersResponse> 23

32 CreateLoadBalancerPolicy CreateLoadBalancerPolicy Creates a new policy that contains the necessary attributes depending on the policy type. Policies are settings that are saved for your load balancer and that can be applied to the front-end listener, or the back-end application server, depending on your policy type. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerName The name associated with the LoadBalancer for which the policy is being created. PolicyAttributes.member.N A list of attributes associated with the policy being created. Type: PolicyAttribute (p. 86) list PolicyName The name of the load balancer policy being created. The name must be unique within the set of policies for this load balancer. PolicyTypeName The name of the base policy type being used to create this policy. To get the list of policy types, use the DescribeLoadBalancerPolicyTypes (p. 40) action. Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. DuplicatePolicyName Policy with the same name exists for this load balancer. Please choose another name. InvalidConfigurationRequest Requested configuration change is invalid. 24

33 HTTP Status Code: 409 PolicyTypeNotFound One or more of the specified policy types do not exist. TooManyPolicies Quota for number of policies for this load balancer has already been reached. Sample Request Name=ProxyProtocol &PolicyAttributes.member.1.AttributeValue=true &PolicyTypeName=ProxyProtocolPolicyType &LoadBalancerName=my-test-loadbalancer &PolicyName=EnableProxyProtocol &Version= &Action=CreateLoadBalancerPolicy &AUTHPARAMS Sample Response <CreateLoadBalancerPolicyResponse xmlns=" aws.com/doc/ /"> <CreateLoadBalancerPolicyResult/> <ResponseMetadata> <RequestId>83c88b9d-12b7-11e3-8b82-87b12EXAMPLE</RequestId> </ResponseMetadata> </CreateLoadBalancerPolicyResponse> 25

34 DeleteLoadBalancer DeleteLoadBalancer Deletes the specified load balancer. If attempting to recreate the load balancer, you must reconfigure all the settings. The DNS name associated with a deleted load balancer will no longer be usable. Once deleted, the name and associated DNS record of the load balancer no longer exist and traffic sent to any of its IP addresses will no longer be delivered to back-end instances. To successfully call this API, you must provide the same account credentials as were used to create the load balancer. Note By design, if the load balancer does not exist or has already been deleted, a call to DeleteLoad- Balancer action still succeeds. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerName The name associated with the load balancer. 26

35 DeleteLoadBalancerListeners DeleteLoadBalancerListeners Deletes listeners from the load balancer for the specified port. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerName The mnemonic name associated with the load balancer. LoadBalancerPorts.member.N The client port number(s) of the load balancer listener(s) to be removed. Type: Integer list Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. 27

36 DeleteLoadBalancerPolicy DeleteLoadBalancerPolicy Deletes a policy from the load balancer. The specified policy must not be enabled for any listeners. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerName The mnemonic name associated with the load balancer. PolicyName The mnemonic name for the policy being deleted. Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. InvalidConfigurationRequest Requested configuration change is invalid. HTTP Status Code:

37 DeregisterInstancesFromLoadBalancer DeregisterInstancesFromLoadBalancer Deregisters instances from the load balancer. Once the instance is deregistered, it will stop receiving traffic from the load balancer. In order to successfully call this API, the same account credentials as those used to create the load balancer must be provided. For more information, see De-register and Register Amazon EC2 Instances in the Elastic Load Balancing Developer Guide. You can use DescribeLoadBalancers (p. 43) to verify if the instance is deregistered from the load balancer. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). Instances.member.N A list of EC2 instance IDs consisting of all instances to be deregistered. Type: Instance (p. 79) list LoadBalancerName The name associated with the load balancer. Response Elements The following element is returned in a structure named DeregisterInstancesFromLoadBalancer- Result. Instances An updated list of remaining instances registered with the load balancer. Type: Instance (p. 79) list Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. InvalidEndPoint The specified EndPoint is not valid. 29

38 Deregister instance i-e3677ad7 from MyHTTPSLoadBalancer load balancer. Sample Request &LoadBalancerName=MyHTTPSLoadBalancer &Version= &Action=DeregisterInstancesFromLoadBalancer &AUTHPARAMS Sample Response <DeregisterInstancesFromLoadBalancerResponse xmlns=" cing.amazonaws.com/doc/ /"> <DeregisterInstancesFromLoadBalancerResult> <Instances> <member> <InstanceId>i-6ec63d59</InstanceId> </member> </Instances> </DeregisterInstancesFromLoadBalancerResult> <ResponseMetadata> <RequestId>83c88b9d-12b7-11e3-8b82-87b12EXAMPLE</RequestId> </ResponseMetadata> </DeregisterInstancesFromLoadBalancerResponse> 30

39 DescribeInstanceHealth DescribeInstanceHealth Returns the current state of the specified instances registered with the specified load balancer. If no instances are specified, the state of all the instances registered with the load balancer is returned. Note You must provide the same account credentials as those that were used to create the load balancer. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). Instances.member.N A list of instance IDs whose states are being queried. Type: Instance (p. 79) list LoadBalancerName The name of the load balancer. Response Elements The following element is returned in a structure named DescribeInstanceHealthResult. InstanceStates A list containing health information for the specified instances. Type: InstanceState (p. 80) list Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. InvalidEndPoint The specified EndPoint is not valid. 31

40 of a healthy (InService) instance Sample Request &Version= &Action=DescribeInstanceHealth &AUTHPARAMS Sample Response <DescribeInstanceHealthResponse xmlns=" aws.com/doc/ /"> <DescribeInstanceHealthResult> <InstanceStates> <member> <>N/A</> <InstanceId>i-90d8c2a5</InstanceId> <State>InService</State> <ReasonCode>N/A</ReasonCode> </member> </InstanceStates> </DescribeInstanceHealthResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </DescribeInstanceHealthResponse> of an instance with registration in progress Sample Request &Version= &Action=DescribeInstanceHealth &AUTHPARAMS Sample Response <DescribeInstanceHealthResponse xmlns=" aws.com/doc/ /"> <DescribeInstanceHealthResult> <InstanceStates> <member> <>Instance registration is still in progress.</> <InstanceId>i-315b7e51</InstanceId> <State>OutOfService</State> <ReasonCode>ELB</ReasonCode> 32

41 </member> </InstanceStates> </DescribeInstanceHealthResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </DescribeInstanceHealthResponse> of an unhealthy (OutOfService) instance Sample Request &Version= &Action=DescribeInstanceHealth &AUTHPARAMS Sample Response <DescribeInstanceHealthResponse xmlns=" aws.com/doc/ /"> <DescribeInstanceHealthResult> <InstanceStates> <member> <>Instance has failed at least the UnhealthyThreshold number of health checks consecutively.</> <InstanceId>i-fda142c9</InstanceId> <State>OutOfService</State> <ReasonCode>Instance</ReasonCode> </member> </InstanceStates> </DescribeInstanceHealthResult> <ResponseMetadata> <RequestId>83c88b9d-12b7-11e3-8b82-87b12EXAMPLE</RequestId> </ResponseMetadata> </DescribeInstanceHealthResponse> of an instance in an unknown state Sample Request &Version= &Action=DescribeInstanceHealth &AUTHPARAMS Sample Response <DescribeInstanceHealthResponse xmlns=" aws.com/doc/ /"> 33

42 <DescribeInstanceHealthResult> <InstanceStates> <member> <>A transient error occurred. Please try again later.</de scription> <InstanceId>i-7f12e649</InstanceId> <State>Unknown</State> <ReasonCode>ELB</ReasonCode> </member> </InstanceStates> </DescribeInstanceHealthResult> <ResponseMetadata> <RequestId>83c88b9d-12b7-11e3-8b82-87b12EXAMPLE</RequestId> </ResponseMetadata> </DescribeInstanceHealthResponse> 34

43 DescribeLoadBalancerAttributes DescribeLoadBalancerAttributes Returns detailed information about all of the attributes associated with the specified load balancer. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerName The name of the load balancer. Response Elements The following element is returned in a structure named DescribeLoadBalancerAttributesResult. LoadBalancerAttributes The load balancer attributes structure. Type: LoadBalancerAttributes (p. 82) Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. LoadBalancerAttributeNotFound The specified load balancer attribute could not be found. Sample Request &Version= &Action=DescribeLoadBalancerAttributes &AUTHPARAMS 35

44 Sample Response <DescribeLoadBalancerAttributesResponse xmlns=" cing.amazonaws.com/doc/ /"> <DescribeLoadBalancerAttributesResult> <LoadBalancerAttributes> <AccessLog> <Enabled>true</Enabled> <S3BucketName>my-loadbalancer-logs</S3BucketName> <S3BucketPrefix>testprefix</S3BucketPrefix> <EmitInterval>5</EmitInterval> </AccessLog> <ConnectionSettings> <IdleTimeout>30</IdleTimeout> </ConnectionSettings> <CrossZoneLoadBalancing> <Enabled>true</Enabled> </CrossZoneLoadBalancing> <ConnectionDraining> <Enabled>true</Enabled> <Timeout>60</Timeout> </ConnectionDraining> </LoadBalancerAttributes> </DescribeLoadBalancerAttributesResult> <ResponseMetadata> <RequestId>83c88b9d-12b7-11e3-8b82-87b12EXAMPLE</RequestId> </ResponseMetadata> </DescribeLoadBalancerAttributesResponse> 36

45 DescribeLoadBalancerPolicies DescribeLoadBalancerPolicies Returns detailed descriptions of the policies. If you specify a load balancer name, the action returns the descriptions of all the policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all the sample policies. The names of the sample policies have the ELBSample- prefix. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). LoadBalancerName The mnemonic name associated with the load balancer. If no name is specified, the operation returns the attributes of either all the sample policies pre-defined by Elastic Load Balancing or the specified sample polices. PolicyNames.member.N The names of load balancer policies you've created or Elastic Load Balancing sample policy names. list Response Elements The following element is returned in a structure named DescribeLoadBalancerPoliciesResult. Policys A list of policy description structures. Type: Policy (p. 88) list Errors For information about the errors that are common to all actions, see Common Errors (p. 97). AccessPointNotFound The specified load balancer could not be found. PolicyNotFound One or more specified policies were not found. 37

46 of all the policies associated with a load balancer Sample Request &Version= &Action=DescribeLoadBalancerPolicies &AUTHPARAMS Sample Response <DescribeLoadBalancerPoliciesResponse xmlns=" aws.com/doc/ /"> <DescribeLoadBalancerPoliciesResult> <Policys> <member> <PolicyName>MyDurationStickyPolicy</PolicyName> <PolicyTypeName>LBCookieStickinessPolicyType</PolicyTypeName> <PolicyAttributes> <member> <AttributeName>CookieExpirationPeriod</AttributeName> <AttributeValue>60</AttributeValue> </member> </PolicyAttributes> </member> <member> <PolicyName>MyAppStickyPolicy</PolicyName> <PolicyTypeName>AppCookieStickinessPolicyType</PolicyTypeName> <PolicyAttributes> <member> <AttributeName>CookieName</AttributeName> <AttributeValue>MyAppCookie</AttributeValue> </member> </PolicyAttributes> </member> </Policys> </DescribeLoadBalancerPoliciesResult> <ResponseMetadata> <RequestId>83c88b9d-12b7-11e3-8b82-87b12EXAMPLE</RequestId> </ResponseMetadata> </DescribeLoadBalancerPoliciesResponse> of a specified policy associated with the load balancer Sample Request tocol 38

47 &LoadBalancerName=my-test-loadbalancer &Version= &Action=DescribeLoadBalancerPolicies &AUTHPARAMS Sample Response <DescribeLoadBalancerPoliciesResponse xmlns=" aws.com/doc/ /"> <DescribeLoadBalancerPoliciesResult> <Policys> <member> <PolicyName>EnableProxyProtocol</PolicyName> <PolicyTypeName>ProxyProtocolPolicyType</PolicyTypeName> <PolicyAttributes> <member> <AttributeName>ProxyProtocol</AttributeName> <AttributeValue>true</AttributeValue> </member> </PolicyAttributes> </member> </Policys> </DescribeLoadBalancerPoliciesResult> <ResponseMetadata> <RequestId> b-12b7-11e3-895e-1334aEXAMPLE</RequestId> </ResponseMetadata> </DescribeLoadBalancerPoliciesResponse> 39

48 DescribeLoadBalancerPolicyTypes DescribeLoadBalancerPolicyTypes Returns meta-information on the specified load balancer policies defined by the Elastic Load Balancing service. The policy types that are returned from this action can be used in a CreateLoadBalancer- Policy (p. 24) action to instantiate specific policy configurations that will be applied to a load balancer. Request Parameters For information about the common parameters that all actions use, see Common Parameters (p. 93). PolicyTypeNames.member.N Specifies the name of the policy types. If no names are specified, returns the description of all the policy types defined by Elastic Load Balancing service. list Response Elements The following element is returned in a structure named DescribeLoadBalancerPolicyTypesResult. PolicyTypes List of policy type description structures of the specified policy type. If no policy type names are specified, returns the description of all the policy types defined by Elastic Load Balancing service. Type: PolicyType (p. 89) list Errors For information about the errors that are common to all actions, see Common Errors (p. 97). PolicyTypeNotFound One or more of the specified policy types do not exist. Partial description of all the policy types defined by Elastic Load Balancing for your account Sample Request &Action=DescribeLoadBalancerPolicyTypes &AUTHPARAMS 40

49 Sample Response <DescribeLoadBalancerPolicyTypesResponse xmlns=" cing.amazonaws.com/doc/ /"> <DescribeLoadBalancerPolicyTypesResult> <PolicyTypeName>SSLNegotiationPolicyType</PolicyTypeName> <....> <PolicyTypeName>BackendServerAuthenticationPolicyType</PolicyTypeName> <....> <PolicyTypeName>PublicKeyPolicyType</PolicyTypeName> <....> <PolicyTypeName>AppCookieStickinessPolicyType</PolicyTypeName> <....> <PolicyTypeName>LBCookieStickinessPolicyType</PolicyTypeName> <....> <PolicyTypeName>ProxyProtocolPolicyType</PolicyTypeName> <....> </DescribeLoadBalancerPolicyTypesResult> <ResponseMetadata> <RequestId>83c88b9d-12b7-11e3-8b82-87b12EXAMPLE</RequestId> </ResponseMetadata> </ DescribeLoadBalancerPolicyTypesResponse > of ProxyProtocolPolicyType Sample Request tocolpolicytype &Version= &Action=DescribeLoadBalancerPolicyTypes &AUTHPARAMS Sample Response <DescribeLoadBalancerPolicyTypesResponse xmlns=" cing.amazonaws.com/doc/ /"> <DescribeLoadBalancerPolicyTypesResult> <PolicyTypes> <member> <PolicyAttributeTypes> <member> <AttributeName>ProxyProtocol</AttributeName> <AttributeType>Boolean</AttributeType> <Cardinality>ONE</Cardinality> </member> </PolicyAttributeTypes> <PolicyTypeName>ProxyProtocolPolicyType</PolicyTypeName> <>Policy that controls whether to include the IP address and port of the originating request for TCP messages. This policy operates on TCP/SSL listeners only</> </member> </PolicyTypes> </DescribeLoadBalancerPolicyTypesResult> 41

Elastic Load Balancing. API Reference API Version 2012-06-01

Elastic Load Balancing. API Reference API Version 2012-06-01 Elastic Load Balancing API Reference Elastic Load Balancing: API Reference Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not

More information

LBA API Manual Ver.1.0.1

LBA API Manual Ver.1.0.1 NTT Communications Cloudⁿ LBA API Manual Ver.1.0.1 Please refrain from redistribution (distribution, reproduction, provision etc.) of the contents published in this document. 1 Ver.. Edited On Changes

More information

KeyControl Installation on Amazon Web Services

KeyControl Installation on Amazon Web Services KeyControl Installation on Amazon Web Services Contents Introduction Deploying an initial KeyControl Server Deploying an Elastic Load Balancer (ELB) Adding a KeyControl node to a cluster in the same availability

More information

Getting Started with AWS. Hosting a Static Website

Getting Started with AWS. Hosting a Static Website Getting Started with AWS Hosting a Static Website Getting Started with AWS: Hosting a Static Website Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are

More information

Getting Started with AWS. Static Website Hosting

Getting Started with AWS. Static Website Hosting Getting Started with AWS Static Website Hosting Getting Started with AWS: Static Website Hosting Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks

More information

Amazon Simple Notification Service. Developer Guide API Version 2010-03-31

Amazon Simple Notification Service. Developer Guide API Version 2010-03-31 Amazon Simple Notification Service Developer Guide Amazon Simple Notification Service: Developer Guide Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following

More information

Amazon WorkSpaces. Administration Guide Version 1.0

Amazon WorkSpaces. Administration Guide Version 1.0 Amazon WorkSpaces Administration Guide Amazon WorkSpaces: Administration Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon

More information

Amazon Simple Pay Getting Started Guide API Version 2010-08-28

Amazon Simple Pay Getting Started Guide API Version 2010-08-28 Amazon Simple Pay Getting Started Guide API Version 2010-08-28 ASP Getting Started Guide Amazon Web Services Copyright 2012-2013 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The

More information

AWS Directory Service. Simple AD Administration Guide Version 1.0

AWS Directory Service. Simple AD Administration Guide Version 1.0 AWS Directory Service Simple AD Administration Guide AWS Directory Service: Simple AD Administration Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's

More information

Amazon Relational Database Service. User Guide API Version 2013-09-09

Amazon Relational Database Service. User Guide API Version 2013-09-09 Amazon Relational Database Service User Guide Amazon Relational Database Service: User Guide Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks

More information

Load Balancing Advanced Operation Manual

Load Balancing Advanced Operation Manual NTT Communications Cloudⁿ Load Balancing Advanced Operation Manual Ver.1.0 Please refrain from any secondary distribution (distributing, copying, or providing this booklet or any similar acts) of the content

More information

AWS Import/Export. Developer Guide API Version 2010-06-03

AWS Import/Export. Developer Guide API Version 2010-06-03 AWS Import/Export Developer Guide AWS Import/Export: Developer Guide Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon Web Services,

More information

Getting Started with AWS. Hosting a Static Website

Getting Started with AWS. Hosting a Static Website Getting Started with AWS Hosting a Static Website Getting Started with AWS: Hosting a Static Website Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks

More information

Getting Started with AWS. Computing Basics for Linux

Getting Started with AWS. Computing Basics for Linux Getting Started with AWS Computing Basics for Linux Getting Started with AWS: Computing Basics for Linux Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following

More information

AWS Service Catalog. User Guide

AWS Service Catalog. User Guide AWS Service Catalog User Guide AWS Service Catalog: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in

More information

AWS Certificate Manager. User Guide Version 1.0

AWS Certificate Manager. User Guide Version 1.0 AWS Certificate Manager User Guide AWS Certificate Manager: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be

More information

How To Create A Virtual Private Cloud On Amazon.Com

How To Create A Virtual Private Cloud On Amazon.Com Amazon Web Services Hands-On Virtual Private Computing 1 Overview Amazon s Virtual Private Cloud (VPC) allows you to launch AWS resources in a virtual network that you define. You can define an environment

More information

Amazon EFS (Preview) User Guide

Amazon EFS (Preview) User Guide Amazon EFS (Preview) User Guide Amazon EFS (Preview): User Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used

More information

AWS Import/Export. Developer Guide API Version 2014-12-18

AWS Import/Export. Developer Guide API Version 2014-12-18 AWS Import/Export Developer Guide AWS Import/Export: Developer Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon Web Services,

More information

AWS Identity and Access Management. API Reference API Version 2010-05-08

AWS Identity and Access Management. API Reference API Version 2010-05-08 AWS Identity and Access Management API Reference AWS Identity and Access Management: API Reference Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks

More information

Getting Started with AWS. Web Application Hosting for Linux

Getting Started with AWS. Web Application Hosting for Linux Getting Started with AWS Web Application Hosting for Amazon Web Services Getting Started with AWS: Web Application Hosting for Amazon Web Services Copyright 2014 Amazon Web Services, Inc. and/or its affiliates.

More information

Deploying Virtual Cyberoam Appliance in the Amazon Cloud Version 10

Deploying Virtual Cyberoam Appliance in the Amazon Cloud Version 10 Deploying Virtual Cyberoam Appliance in the Amazon Cloud Version 10 Document version 1.0 10.6.2.378-13/03/2015 Important Notice Cyberoam Technologies Pvt. Ltd. has supplied this Information believing it

More information

AWS CodePipeline. User Guide API Version 2015-07-09

AWS CodePipeline. User Guide API Version 2015-07-09 AWS CodePipeline User Guide AWS CodePipeline: User Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

Getting Started with AWS. Hosting a Web App

Getting Started with AWS. Hosting a Web App Getting Started with AWS Hosting a Web App Getting Started with AWS: Hosting a Web App Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks

More information

Netop Environment Security. Unified security to all Netop products while leveraging the benefits of cloud computing

Netop Environment Security. Unified security to all Netop products while leveraging the benefits of cloud computing Netop Environment Security Unified security to all Netop products while leveraging the benefits of cloud computing Contents Introduction... 2 AWS Infrastructure Security... 3 Standards - Compliancy...

More information

Amazon WorkDocs. Administration Guide Version 1.0

Amazon WorkDocs. Administration Guide Version 1.0 Amazon WorkDocs Administration Guide Amazon WorkDocs: Administration Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not

More information

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 1.0 January 2016 8205 5658-001

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 1.0 January 2016 8205 5658-001 unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 1.0 January 2016 8205 5658-001 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information

More information

AWS Database Migration Service. User Guide Version API Version 2016-01-01

AWS Database Migration Service. User Guide Version API Version 2016-01-01 AWS Database Migration Service User Guide AWS Database Migration Service: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress

More information

How To Deploy Sangoma Sbc Vm At Amazon Cloud Service (Awes) On A Vpc (Virtual Private Cloud) On An Ec2 Instance (Virtual Cloud)

How To Deploy Sangoma Sbc Vm At Amazon Cloud Service (Awes) On A Vpc (Virtual Private Cloud) On An Ec2 Instance (Virtual Cloud) Sangoma VM SBC AMI at AWS (Amazon Web Services) SBC in a Cloud Based UC/VoIP Service. One of the interesting use cases for Sangoma SBC is to provide VoIP Edge connectivity between Soft switches or IPPBX's

More information

Creating an ESS instance on the Amazon Cloud

Creating an ESS instance on the Amazon Cloud Creating an ESS instance on the Amazon Cloud Copyright 2014-2015, R. James Holton, All rights reserved (11/13/2015) Introduction The purpose of this guide is to provide guidance on creating an Expense

More information

CumuLogic Load Balancer Overview Guide. March 2013. CumuLogic Load Balancer Overview Guide 1

CumuLogic Load Balancer Overview Guide. March 2013. CumuLogic Load Balancer Overview Guide 1 CumuLogic Load Balancer Overview Guide March 2013 CumuLogic Load Balancer Overview Guide 1 Table of Contents CumuLogic Load Balancer... 3 Architectural Overview of CumuLogic Load Balancer... 4 How to Use

More information

Networking Configurations for NetApp Cloud ONTAP TM for AWS

Networking Configurations for NetApp Cloud ONTAP TM for AWS Technical Report Networking Configurations for NetApp Cloud ONTAP TM for AWS Kris Lippe, NetApp November 2014 TR-4352 TABLE OF CONTENTS 1 Introduction...3 1.1 Glossary of Terms:...3 1.2 Overview...4 1.3

More information

Middleware and Web Services Lecture 11: Cloud Computing Concepts

Middleware and Web Services Lecture 11: Cloud Computing Concepts Middleware and Web Services Lecture 11: Cloud Computing Concepts doc. Ing. Tomáš Vitvar, Ph.D. tomas@vitvar.com @TomasVitvar http://vitvar.com Czech Technical University in Prague Faculty of Information

More information

Aliun Server Load Balancer API Reference Version 2014-05-15

Aliun Server Load Balancer API Reference Version 2014-05-15 Aliun Server Load Balancer API Reference Version 2014-05-15 Content 1 Introduction... 3 1.1 SLB API Concept Diagram... 3 1.2 Terms... 4 1.3 Limitations... 4 2 How to Call SLB API... 5 2.1 Structure of

More information

AWS Key Management Service. Developer Guide

AWS Key Management Service. Developer Guide AWS Key Management Service Developer Guide AWS Key Management Service: Developer Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks

More information

Web Application Firewall

Web Application Firewall Web Application Firewall Getting Started Guide August 3, 2015 Copyright 2014-2015 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks

More information

Every Silver Lining Has a Vault in the Cloud

Every Silver Lining Has a Vault in the Cloud Irvin Hayes Jr. Autodesk, Inc. PL6015-P Don t worry about acquiring hardware and additional personnel in order to manage your Vault software installation. Learn how to spin up a hosted server instance

More information

AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service. Quick Start Version Latest

AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service. Quick Start Version Latest AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service Quick Start AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service: Quick Start Copyright 2016 Amazon Web

More information

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5 DEPLOYMENT GUIDE Version 1.1 Deploying the BIG-IP LTM v10 with Citrix Presentation Server 4.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Citrix Presentation Server Prerequisites

More information

AWS Toolkit for Visual Studio. User Guide Version v1.30

AWS Toolkit for Visual Studio. User Guide Version v1.30 AWS Toolkit for Visual Studio User Guide AWS Toolkit for Visual Studio: User Guide Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon

More information

Eucalyptus 3.4.2 User Console Guide

Eucalyptus 3.4.2 User Console Guide Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure

More information

Deploying for Success on the Cloud: EBS on Amazon VPC. Phani Kottapalli Pavan Vallabhaneni AST Corporation August 17, 2012

Deploying for Success on the Cloud: EBS on Amazon VPC. Phani Kottapalli Pavan Vallabhaneni AST Corporation August 17, 2012 Deploying for Success on the Cloud: EBS on Amazon VPC Phani Kottapalli Pavan Vallabhaneni AST Corporation August 17, 2012 Agenda Amazon AWS Global Infrastructure AWS VirtualPrivateCloud(VPC) Architecture

More information

Scale Out! Building Internet-Scale Web Platforms with the Amazon Elastic Load Balancer (ELB)

Scale Out! Building Internet-Scale Web Platforms with the Amazon Elastic Load Balancer (ELB) Scale Out! Building Internet-Scale Web Platforms with the Amazon Elastic Load Balancer (ELB) Roshan Kulkarni and Ambikeshwar Singh Building internet-scale platforms demands hard engineering decisions:

More information

AWS Plug-in Guide. Qlik Sense 1.1 Copyright 1993-2015 QlikTech International AB. All rights reserved.

AWS Plug-in Guide. Qlik Sense 1.1 Copyright 1993-2015 QlikTech International AB. All rights reserved. AWS Plug-in Guide Qlik Sense 1.1 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense, QlikView,

More information

Immersion Day. Creating an Elastic Load Balancer. Rev 2015-01

Immersion Day. Creating an Elastic Load Balancer. Rev 2015-01 Rev 2015-01 Table of Contents Overview...3 Launch a Second Web Server...4 Create an ELB...6 Copyright 2015, Amazon Web Services, All Rights Reserved Page 2 Overview This lab will walk the user through

More information

Amazon Simple Email Service. Developer Guide API Version 2010-12-01

Amazon Simple Email Service. Developer Guide API Version 2010-12-01 Amazon Simple Email Service Developer Guide Amazon Simple Email Service: Developer Guide Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks

More information

Amazon Simple Email Service. Developer Guide API Version 2010-12-01

Amazon Simple Email Service. Developer Guide API Version 2010-12-01 Amazon Simple Email Service Developer Guide Amazon Web Services Amazon Simple Email Service: Developer Guide Amazon Web Services Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights

More information

GreenSQL AWS Deployment

GreenSQL AWS Deployment GreenSQL AWS Deployment Table of Contents 2 Table of Contents... 3 from Amazon's Marketplace... 3 from Amazon's EC2 Console... 3 Amazon Launch Wizard walkthrough... 4 Post-installation procedures... 7

More information

How To Create A Virtual Private Cloud In A Lab On Ec2 (Vpn)

How To Create A Virtual Private Cloud In A Lab On Ec2 (Vpn) Virtual Private Cloud - Lab Hands-On Lab: AWS Virtual Private Cloud (VPC) 1 Overview In this lab we will create and prepare a Virtual Private Cloud (VPC) so that we can launch multiple EC2 web servers

More information

.Trustwave.com Updated October 9, 2007. Secure Web Gateway Version 11.0 Amazon EC2 Platform Set-up Guide

.Trustwave.com Updated October 9, 2007. Secure Web Gateway Version 11.0 Amazon EC2 Platform Set-up Guide .Trustwave.com Updated October 9, 2007 Secure Web Gateway Version 11.0 Amazon EC2 Platform Set-up Guide Legal Notice Copyright 2012 Trustwave Holdings, Inc. All rights reserved. This document is protected

More information

Alfresco Enterprise on AWS: Reference Architecture

Alfresco Enterprise on AWS: Reference Architecture Alfresco Enterprise on AWS: Reference Architecture October 2013 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 13 Abstract Amazon Web Services (AWS)

More information

USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29. Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB

USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29. Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB USER CONFERENCE 2011 SAN FRANCISCO APRIL 26 29 Running MarkLogic in the Cloud DEVELOPER LOUNGE LAB Table of Contents UNIT 1: Lab description... 3 Pre-requisites:... 3 UNIT 2: Launching an instance on EC2...

More information

LifeSize UVC Access Deployment Guide

LifeSize UVC Access Deployment Guide LifeSize UVC Access Deployment Guide November 2013 LifeSize UVC Access Deployment Guide 2 LifeSize UVC Access LifeSize UVC Access is a standalone H.323 gatekeeper that provides services such as address

More information

Deploy Remote Desktop Gateway on the AWS Cloud

Deploy Remote Desktop Gateway on the AWS Cloud Deploy Remote Desktop Gateway on the AWS Cloud Mike Pfeiffer April 2014 Last updated: May 2015 (revisions) Table of Contents Abstract... 3 Before You Get Started... 3 Three Ways to Use this Guide... 4

More information

Amazon Flexible Payments Service Advanced Quick Start Guide API Version 2010-08-28

Amazon Flexible Payments Service Advanced Quick Start Guide API Version 2010-08-28 Amazon Flexible Payments Service Advanced Quick Start Guide API Version 2010-08-28 Amazon Flexible Payments Service Advanced Quick Start Guide Amazon Web Services Copyright 2012-2013 Amazon Web Services

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH CITRIX PRESENTATION SERVER 3.0 AND 4.5

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH CITRIX PRESENTATION SERVER 3.0 AND 4.5 DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH CITRIX PRESENTATION SERVER 3.0 AND 4.5 Deploying F5 BIG-IP Local Traffic Manager with Citrix Presentation Server Welcome to the F5 BIG-IP Deployment

More information

F-SECURE MESSAGING SECURITY GATEWAY

F-SECURE MESSAGING SECURITY GATEWAY F-SECURE MESSAGING SECURITY GATEWAY DEFAULT SETUP GUIDE This guide describes how to set up and configure the F-Secure Messaging Security Gateway appliance in a basic e-mail server environment. AN EXAMPLE

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

!"#$%&'()*'+),-./)0' 9##+':,%-.;),0'

!#$%&'()*'+),-./)0' 9##+':,%-.;),0' Università degli studi di Roma Tor Vergata Facoltà di Ingegneria!"#$%&'()*'+),-./)0' 12/#'+.3-)04,.' 0.3-)04,.5.&672&.,%"#87.4' 9##+':,%-.;),0' 2 9##+':,%-.;),0'

More information

VERITAS Cluster Server Traffic Director Option. Product Overview

VERITAS Cluster Server Traffic Director Option. Product Overview VERITAS Cluster Server Traffic Director Option Product Overview V E R I T A S W H I T E P A P E R Table of Contents Traffic Director Option for VERITAS Cluster Server Overview.............................................1

More information

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud David Pae, Ulf Schoo June 2013 (Please consult http://aws.amazon.com/windows/

More information

Pertino HA Cluster Deployment: Enabling a Multi- Tier Web Application Using Amazon EC2 and Google CE. A Pertino Deployment Guide

Pertino HA Cluster Deployment: Enabling a Multi- Tier Web Application Using Amazon EC2 and Google CE. A Pertino Deployment Guide Pertino HA Cluster Deployment: Enabling a Multi- Tier Web Application Using Amazon EC2 and Google CE A Pertino Deployment Guide 1 Table of Contents Abstract... 2 Introduction... 3 Before you get Started...

More information

Content Delivery Network. Version 0.95

Content Delivery Network. Version 0.95 Content Delivery Network Version 0.95 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

19.10.11. Amazon Elastic Beanstalk

19.10.11. Amazon Elastic Beanstalk 19.10.11 Amazon Elastic Beanstalk A Short History of AWS Amazon started as an ECommerce startup Original architecture was restructured to be more scalable and easier to maintain Competitive pressure for

More information

Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide

Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013. Deployment Guide Load Balancing Microsoft Sharepoint 2010 Load Balancing Microsoft Sharepoint 2013 Deployment Guide rev. 1.4.2 Copyright 2015 Loadbalancer.org, Inc. 1 Table of Contents About this Guide... 3 Appliances

More information

Load Balancing Microsoft AD FS. Deployment Guide

Load Balancing Microsoft AD FS. Deployment Guide Load Balancing Microsoft AD FS Deployment Guide rev. 1.1.1 Copyright 2002 2015 Loadbalancer.org, Inc. Table of Contents About this Guide...4 Loadbalancer.org Appliances Supported...4 Loadbalancer.org Software

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft Outlook Web

More information

Enterprise AWS Quick Start Guide. v8.0.1

Enterprise AWS Quick Start Guide. v8.0.1 Enterprise AWS Quick Start Guide v8.0.1 rev. 1.1.4 Copyright 2002 2016 Loadbalancer.org, Inc Table of Contents Introduction... 4 About Enterprise AWS... 4 Main Differences to the Non-Cloud Product... 4

More information

Blue Coat Security First Steps Solution for Integrating Authentication

Blue Coat Security First Steps Solution for Integrating Authentication Solution for Integrating Authentication using IWA Direct SGOS 6.5 Third Party Copyright Notices 2014 Blue Coat Systems, Inc. All rights reserved. BLUE COAT, PROXYSG, PACKETSHAPER, CACHEFLOW, INTELLIGENCECENTER,

More information

Microsoft Lync Server Overview

Microsoft Lync Server Overview Organizations can use the to enhance the scalability and availability of their Microsoft Lync Server 2010 deployments (formerly known as Microsoft Office Communications Server). Barracuda Networks has

More information

RemoteApp Publishing on AWS

RemoteApp Publishing on AWS RemoteApp Publishing on AWS WWW.CORPINFO.COM Kevin Epstein & Stephen Garden Santa Monica, California November 2014 TABLE OF CONTENTS TABLE OF CONTENTS... 2 ABSTRACT... 3 INTRODUCTION... 3 WHAT WE LL COVER...

More information

Chapter 11 Cloud Application Development

Chapter 11 Cloud Application Development Chapter 11 Cloud Application Development Contents Motivation. Connecting clients to instances through firewalls. Chapter 10 2 Motivation Some of the questions of interest to application developers: How

More information

Working With Virtual Hosts on Pramati Server

Working With Virtual Hosts on Pramati Server Working With Virtual Hosts on Pramati Server 13 Overview Virtual hosting allows a single machine to be addressed by different names. There are two ways for configuring Virtual Hosts. They are: Domain Name

More information

Opsview in the Cloud. Monitoring with Amazon Web Services. Opsview Technical Overview

Opsview in the Cloud. Monitoring with Amazon Web Services. Opsview Technical Overview Opsview in the Cloud Monitoring with Amazon Web Services Opsview Technical Overview Page 2 Opsview In The Cloud: Monitoring with Amazon Web Services Contents Opsview in The Cloud... 3 Considerations...

More information

Configuring Nex-Gen Web Load Balancer

Configuring Nex-Gen Web Load Balancer Configuring Nex-Gen Web Load Balancer Table of Contents Load Balancing Scenarios & Concepts Creating Load Balancer Node using Administration Service Creating Load Balancer Node using NodeCreator Connecting

More information

Amazon Glacier. Developer Guide API Version 2012-06-01

Amazon Glacier. Developer Guide API Version 2012-06-01 Amazon Glacier Developer Guide Amazon Glacier: Developer Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in

More information

How To Configure An Orgaa Cloud Control On A Bigip (Cloud Control) On An Orga Cloud Control (Oms) On A Microsoft Cloud Control 2.5 (Cloud) On Microsoft Powerbook (Cloudcontrol) On The

How To Configure An Orgaa Cloud Control On A Bigip (Cloud Control) On An Orga Cloud Control (Oms) On A Microsoft Cloud Control 2.5 (Cloud) On Microsoft Powerbook (Cloudcontrol) On The An Oracle White Paper March, 2012 Enterprise Manager 12c Cloud Control: Configuring OMS High Availability with F5 BIG- IP Local Traffic Manager Executive Overview... 2 About F5 BIG-IP and Oracle Enterprise

More information

SuperLumin Nemesis. Administration Guide. February 2011

SuperLumin Nemesis. Administration Guide. February 2011 SuperLumin Nemesis Administration Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

More information

IaaS Configuration for Cloud Platforms

IaaS Configuration for Cloud Platforms vrealize Automation 6.2.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Set Up the VM-Series Firewall in AWS

Set Up the VM-Series Firewall in AWS Set Up the VM-Series Firewall in AWS Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.1 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054

More information

Amazon Web Services. 18.11.2015 Yu Xiao

Amazon Web Services. 18.11.2015 Yu Xiao Amazon Web Services 18.11.2015 Yu Xiao Agenda Introduction to Amazon Web Services(AWS) 7 Steps to Select the Right Architecture for Your Web Applications Private, Public or Hybrid Cloud? AWS Case Study

More information

Talari Virtual Appliance CT800. Getting Started Guide

Talari Virtual Appliance CT800. Getting Started Guide Talari Virtual Appliance CT800 Getting Started Guide March 18, 2015 Table of Contents About This Guide... 2 References... 2 Request for Comments... 2 Requirements... 3 AWS Resources... 3 Software License...

More information

Deploy XenApp 7.5 and 7.6 and XenDesktop 7.5 and 7.6 with Amazon VPC

Deploy XenApp 7.5 and 7.6 and XenDesktop 7.5 and 7.6 with Amazon VPC XenApp 7.5 and 7.6 and XenDesktop 7.5 and 7.6 Deploy XenApp 7.5 and 7.6 and XenDesktop 7.5 and 7.6 with Amazon VPC Prepared by: Peter Bats Commissioning Editor: Linda Belliveau Version: 5.0 Last Updated:

More information

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Here is a step-by-step set of instructions to get your

More information

TechNote. Configuring SonicOS for Amazon VPC

TechNote. Configuring SonicOS for Amazon VPC Network Security SonicOS Contents Overview... 1 System or Network Requirements / Prerequisites... 3 Deployment Considerations... 3 Configuring Amazon VPC with a Policy-Based VPN... 4 Configuring Amazon

More information

INSTALLATION GUIDE. A10 Thunder TM Series vthunder for AWS

INSTALLATION GUIDE. A10 Thunder TM Series vthunder for AWS INSTALLATION GUIDE A10 Thunder TM Series vthunder for AWS 2/18/2014 A10 Networks, Inc. - All Rights Reserved Information in this document is subject to change without notice. Patents Protection A10 Network

More information

Microsoft Lync Server 2010

Microsoft Lync Server 2010 Microsoft Lync Server 2010 Scale to a Load Balanced Enterprise Edition Pool with WebMux Walkthrough Published: March. 2012 For the most up to date version of the Scale to a Load Balanced Enterprise Edition

More information

Deployment Guide Microsoft IIS 7.0

Deployment Guide Microsoft IIS 7.0 Deployment Guide Microsoft IIS 7.0 DG_IIS_022012.1 TABLE OF CONTENTS 1 Introduction... 4 2 Deployment Guide Overview... 4 3 Deployment Guide Prerequisites... 4 4 Accessing the AX Series Load Balancer...

More information

Configuring Health Monitoring

Configuring Health Monitoring CHAPTER4 Note The information in this chapter applies to both the ACE module and the ACE appliance unless otherwise noted. The features that are described in this chapter apply to both IPv6 and IPv4 unless

More information

Deploying the BIG-IP LTM with. Citrix XenApp. Deployment Guide Version 1.2. What s inside: 2 Prerequisites and configuration notes

Deploying the BIG-IP LTM with. Citrix XenApp. Deployment Guide Version 1.2. What s inside: 2 Prerequisites and configuration notes Deployment Guide Version 1.2 Deploying the BIG-IP LTM with What s inside: 2 Prerequisites and configuration notes 3 Configuration Worksheet 4 Using the BIG-IP LTM Application Template for 8 Modifying the

More information

UTILIZING CLOUDCHECKR FOR SECURITY

UTILIZING CLOUDCHECKR FOR SECURITY UTILIZING CLOUDCHECKR FOR SECURITY A guide to security in your AWS Environment Abstract This document outlines steps to properly secure your AWS environment using CloudCheckr. We cover CloudCheckr use

More information

FortiGate-AWS Deployment Guide

FortiGate-AWS Deployment Guide FortiGate-AWS Deployment Guide FortiGate-AWS Deployment Guide September 25, 2014 01-500-252024-20140925 Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare and FortiGuard,

More information

Load balancing Microsoft IAG

Load balancing Microsoft IAG Load balancing Microsoft IAG Using ZXTM with Microsoft IAG (Intelligent Application Gateway) Server Zeus Technology Limited Zeus Technology UK: +44 (0)1223 525000 The Jeffreys Building 1955 Landings Drive

More information

Chapter 6 Virtual Private Networking Using SSL Connections

Chapter 6 Virtual Private Networking Using SSL Connections Chapter 6 Virtual Private Networking Using SSL Connections The FVS336G ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN provides a hardwarebased SSL VPN solution designed specifically to provide

More information

Login with Amazon. Developer Guide for Websites

Login with Amazon. Developer Guide for Websites Login with Amazon Developer Guide for Websites Copyright 2014 Amazon Services, LLC or its affiliates. All rights reserved. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v7 Installation Quick Start Guide Monday, 05 January 2015 1 P a g e X I A C o n f i g u r a t i o n S e r v e r Contents Requirements... 3 XIA Configuration

More information

Deploying for Success on the Cloud: EBS on Amazon VPC Session ID#11312

Deploying for Success on the Cloud: EBS on Amazon VPC Session ID#11312 Deploying for Success on the Cloud: EBS on Amazon VPC Session ID#11312 Phani Kottapalli AST Corporation Our Services Oracle Partnership Oracle Specialized E-Business Suite Business Intelligence EPM-Hyperion

More information