AWS - CodeDevelop - CodePipeline
CodePipeline basic Components of AWS Data Pipeline Accessing AWS Data Pipeline Related Services Pipeline Components, Instances, and Attempts Pipeline Def...
CodePipeline basic Components of AWS Data Pipeline Accessing AWS Data Pipeline Related Services Pipeline Components, Instances, and Attempts Pipeline Def...
Session Affinity 类同, Load-Balanced, Session Fail Over, Sticky Sessions The application can’t remember who the client is session location Load balanced 1...
Elastic Load Balancing Overview high availability high availability in Region high availability across Regions component ...
CloudFront cloudFront edge locations Regional Edge caches Origin Access Identity (OAI) benefits enable CloudFront ...
AWS - Application session Stateless Stateful AWS - Application session Stateless a way in which the Application Session State is stored. stored...
EC2 - client EC2 - SecurityGroup Actions authorize_egress(kwargs_) create_tags(kwargs_) delete(kwargs_) Deletes a security group get...
EC2 - client EC2 - NetworkInterface Actions describe_attribute(kwargs_) assign_private_ip_addresses/unassign_private_ip_addresses(kwargs_) Assign/unassi...
EC2 - client EC2 - NetworkAcl Actions create_entry(kwargs_) and delete_entry(kwargs_) create_tags(kwargs_) get_available_subresources() ...
router53 example update53 - DynDNS with AWS Route53 router53 example update53 - DynDNS with AWS Route53 please go to the link for...
AWS SQS boto3.resource('sqs') AWS SQS boto3.resource('sqs') SQS allows you to queue and then process messages. This tutorial covers how to create a new queue, get and use an existing queue, ...
S3 Action Create random file Understanding Sub-resources Creating a Bucket s3_resource.create_bucket() Deleting Buckets and Objects Deleting a N...
EBS Client can_paginate(operation_name) complete_snapshot(kwargs_) generate_presigned_url(ClientMethod, Params=None, ExpiresIn=3600, HttpMethod=...
Amazon DynamoDB boto3.resource('dynamodb') Amazon DynamoDB boto3.resource('dynamodb') By following this guide, you will learn how to use the DynamoDB.ServiceResource and DynamoDB.Table reso...
Amazon CloudWatch boto3.client('cloudwatch') example AWS CloudWatch Log Group Retention to 60 Amazon CloudWatch boto3.client('cloudwatch...
Boto3 Installation Configuration Using Boto3 Boto3 reference Boto3 Installation pip install boto3 pip3 install boto3 botostubs pip install boto3==1.0.0...