AWS - CodeDevelop - CodeDeploy
CodeDeploy Benefits of AWS CodeDeploy Overview of CodeDeploy compute platforms 1. EC2/On-Premises compute platform 2. AWS Lambda 3. A...
CodeDeploy Benefits of AWS CodeDeploy Overview of CodeDeploy compute platforms 1. EC2/On-Premises compute platform 2. AWS Lambda 3. A...
buildspec.yml Template buildspec.yml Template # example from AWS WhitePaper, no real credential inside, no real credential inside version: 0.2 #env: #variables: # key: "value" ...
[toc] dockerfile Template # example from AWS WhitePaper, no real credential inside FROM ubuntu:12.04 # Install dependencies RUN apt-get update -y RUN apt-get install -y apache2 # Install apa...
CodeBuild How to run CodeBuild manually docker build process codebuild auto build docker CodeBuild # docker command to build, tag and push you docker image to...
CodeCommit basic work flow setup CodeCommit a version control service hosted by Amazon Web Services tracks and manages code changes Ma...
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, ...